/*!
Theme Name: XCP Company
Author: Xtremecpanel Webservices
Author URI: https://xtremecpanel.com
Description: Multipurpose Business HTML5-BOOTSTRAP 4 Theme
Version: 1.0.0
*/

/*======================================
	XCP Header CSS
========================================*/
.xcp-header{
	position:relative;
}
/* Top Nav */
.xcp-topnav {
    background-color: #267bc9;
    padding: 8px 0;
}
.topnav-contact {
    padding-top: 8px;
}
.xcp-topnav .topnav-list-item {
    display: inline-block;
    margin-right: 25px;
    color: #ffffff;
    cursor: pointer;
}
.xcp-topnav .topnav-list-item:last-child{
	margin-right:0px;
}
.xcp-topnav .topnav-list-item,
.xcp-topnav .topnav-list-item a{
    color: #ffffff;
	font-weight:normal;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-size:14px;
}
.xcp-topnav .topnav-list-item i {
	color: #ffba00;
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.xcp-topnav .topnav-list-item:hover,
.xcp-topnav .topnav-list-item a:hover{
	color:#ffffff;
}
/* Top right */
.topnav-right {
    position: relative;
    float: right;
}
.topnav-right .button {
    float: left;
    right: 0;
}
.topnav-right .button .xcp-btn {
    height: auto;
    text-transform: initial;
    padding: 8px 15px;
    line-height: initial;
    background: #ffffff;
	font-size:14px;
    color: #03ade6;
    border: 1px solid transparent;
}
.topnav-right .button .xcp-btn:hover{
	background:transparent;
	border-color:#fff;
	color:#fff;
}
/* Social Icons */
.xcp-topnav .social-icons {
    float: left;
    margin-right: 20px;
    padding-top: 8px;
}
.xcp-topnav .social-icons li {
	display: inline-block;
	margin-right: 10px;
}
.xcp-topnav .social-icons li:last-child{
	margin:0;
}
.xcp-topnav .social-icons li a {
	color: #ffffff;
}
.xcp-topnav .social-icons li a:hover{
	color:#ffba00;
}

/* Middle header */
.xcp-header-inner {
	padding: 20px 0;
	background: #333;
}
.xcp-main-header {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
/* Logo */
.xcp-header .logo {
    z-index: 33;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: inherit;
}
.xcp-header .img-logo {
    margin-top: 8px;
}
.xcp-header .text-logo{
	margin-top:30px;
}
.xcp-header .text-logo a,
.xcp-header .img-logo a {
    font-size: 26px;
    font-weight: 600;
    display: block;
    z-index: 9999;
    position: relative;
}
.xcp-header .xcp-menu-area {
    position: relative;
}
.xcp-header .navbar {
	margin-left: 5px;
    padding:0;
}
/* Main Menu */
.xcp-header .nav-inner {
    float: right;
    margin-right: 90px;
    text-align: right;
}
.xcp-header .nav li {
    margin-right: 30px;
    position: relative;
    float: none;
    display: inline-block;
}
.xcp-header .nav li:last-child{
	margin:0;
}
.xcp-header .nav li a {
    text-transform: capitalize;
    position: relative;
    display: block;
    padding: 30px 0;
    color: #38454f;
    font-weight: 600;
}
.xcp-header .nav li.active a,
.xcp-header .nav li:hover a{
	color:#e71010;
}
.xcp-header .nav li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	background: #e71010;
	bottom: -2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.xcp-header .nav li.active a::before,
.xcp-header .nav li:hover a::before {
	opacity:1;
	visibility:visible;
    transform: scaleY(1);
	width: 50%;
}
.navbar-expand-lg .navbar-collapse{
	display:block !important;
}
.xcp-header .nav li a i {
	margin-left: 6px;
	font-size: 10px;
}
.xcp-header .nav li.icon-active a::after {
	content: "\f107";
	position: relative;
	font-family: 'FontAwesome';
	padding-left: 6px;
}
.xcp-header .nav li .sub-menu a::after,
.xcp-header .nav li.icon-active .sub-menu li.icon-active .sub-menu a::after,
.xcp-header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active .sub-menu a::after{
	display:none;
}
.xcp-header .nav li.icon-active .sub-menu li.icon-active a::after, .xcp-header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active a::after {
    display: inline-block;
    float: left;
    content: "\f100";
    padding: 0;
    margin-right: 8px;
}
/* Dropdown Menu */
.xcp-header .nav li .sub-menu {
    background: #fff;
    width: 220px;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    left: -32px;
    margin: 0;
    -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.xcp-header .nav li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.xcp-header .nav li .sub-menu li {
    float: none;
    margin: 0;
    display: block;
}
.xcp-header .nav li .sub-menu li:last-child{
	border:none;
}
.xcp-header .nav li .sub-menu li a {
    padding: 6px 15px;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    background: transparent;
}
.xcp-header .nav li .sub-menu li a:before{
	display:none;
}
.xcp-header .nav li .sub-menu li:last-child a{
	border-bottom:0px;
}
.xcp-header .nav li .sub-menu li:hover a{
	color:#fff;
	background:#e71010;
}
.xcp-header .nav li .sub-menu li a:hover{
	border-color:transparent;
}
.xcp-header .nav li .sub-menu li i {
	float: right;
	margin-top: 8px;
	font-size:10px;
	z-index:5;
}
.xcp-header .nav li .sub-menu li .sub-menu {
    top: 0;
    left: initial;
    left: -122%;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}
.xcp-header .nav li .sub-menu li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.xcp-header .nav li .sub-menu li .sub-menu li a{
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	background: transparent;
}
.xcp-header .nav li .sub-menu li:hover .sub-menu li a{
	background:transparent;
}
.xcp-header .nav li .sub-menu li .sub-menu li a:hover{
	color:#fff;
	background:#03ade6;
}
.xcp-header .nav li .sub-menu .sub-menu li:last-child a{
	border-bottom:0px solid;
}
.xcp-header .nav li .sub-menu li .sub-menu .sub-menu {
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
}
.xcp-header .nav li .sub-menu li .sub-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
/* Right Bar */
.main-header-rightbar {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 86px;
    z-index: 3333;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-header-rightbar .mhdr-right-nav{
	z-index: 333;
	position: relative;
}
.main-header-rightbar:after {
    content: '';
    position: absolute;
    top: 0;
    left: -21px;
    width: 118px;
    height: 101%;
    transform: skew(180deg);
    background: #ffba00;
    z-index: -1;
}
.main-header-rightbar ul li {
    display: inline-block;
    margin-right: 5px;
}
.main-header-rightbar ul li:last-child{
	margin:0;
}
.main-header-rightbar .mhdr-right-nav li a {
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 100%;
}
.main-header-rightbar .mhdr-right-nav li a:hover {
    color: #ffba00;
    border-color: transparent;
    background: #fff;
}
.cart-items{
	position:relative;
}
.cart-items span {
	position: absolute;
	top: -8px;
	background: #03ade6;
	color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	border-radius: 100%;
	left: 93%;
	display: table-cell;
}

/* Header Search */
.mhdr-search-bar {
    position: absolute;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 85px;
    width: 350px;
    right: 0;
    line-height: initial;
}
.mhdr-search-bar.active{
	opacity:1;
	visibility:visible;
}
.mhdr-search-bar .search-form {
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
}
.mhdr-search-bar .search-form input {
    height: 50px;
    line-height: 45px;
    padding: 0 45px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ebebeb;
}
.mhdr-search-bar .search-form button {
    position: absolute;
    width: 45px;
    border: none;
    top: 15px;
    line-height: 50px;
    height: 50px;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 16px;
    background: #333333;
    color: #fff;
}
.mhdr-search-bar .search-form button:hover{
	color:#fff;
	background:#ffba00;
}
.mhdr-search-bar .mhdr-search-bar.active .search i:before{
	content:"\f00d";
}

/* Sidebar Popup */
.side-nav {
    position: fixed;
    width: 300px;
    height: 100%;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    overflow: auto;
    transform: translateX(100%);
    top: 0;
	border-left:3px solid #ffba00;
    background: #fff;
    /* z-index: 6000; */
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 999999;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 30px 25px;
}
.side-nav.active{
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
	right:0;
}
.side-nav .cross {
    position: absolute;
    right: 5px;
    top: 5px;
}
.side-nav .cross .btn {
	width: 40px;
	height: 40px;
	line-height: 37px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	border-radius: 100%;
	background: #333333;
}
.side-nav .cross .btn:hover{
	background:#ffba00;
	color:#fff;
}
.side-nav .logo {
    margin: 0;
    padding: 0;
    float: none;
    margin-bottom: 10px;
    background: transparent;
    position: relative;
    padding: 0;
    box-shadow: none;
    line-height: initial;
    height: auto;
}
.side-nav .logo a{
	display:inline-block;
}
.side-nav .side-nav-content {
    margin-bottom: 40px;
}
.side-nav .side-nav-content:last-child{
	margin:0;
	border:none;
}
.side-nav .side-nav-content h4 {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    color: #333333;
    line-height: initial;
    margin-bottom: 11px;
}
.side-nav .side-nav-content .social {
    margin-top: 20px;
}
.side-nav .side-nav-content p {
	font-size: 14px;
}
/* Social */
.side-nav .social li{
	display:inline-block;
	margin-right:5px;
}
.side-nav .social li:last-child{
	margin-right:0px;
}
.side-nav .social li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: transparent;
    border: 1px solid rgba(204, 204, 204, 0.66);
    border-radius: 100%;
    display: block;
}
.side-nav .social li a:hover,
.side-nav .social li.active a{
	background:#03ade6;
	border-color:transparent;
	color:#fff;
	border-radius:100%;
}
/* Links */
.side-nav .links li{
	display:block;
	margin-bottom:6px;
	border-bottom:1px solid #eee;
}
.side-nav .links li:last-child{
	border:none;
}
.side-nav .links li a{
	text-transform:capitalize;
	color: #333;
	line-height: 35px;
}
.side-nav .links li a:hover{
	color:#03ade6;
}
/* Header Sticky */
#page.boxed-layout .hero-slider .owl-carousel .owl-nav .owl-prev {
  left: 40px;
}
#page.boxed-layout .hero-slider .owl-carousel .owl-nav .owl-next {
  right: 40px;
}

/* Header Style 2*/
.xcp-header.style2 .xcp-main-header {
    position: absolute;
    top: 51px;
    z-index: 9000;
    width: 100%;
    background: transparent;
    border: none;
	box-shadow:none;
}
.xcp-header.style2 .main-inner{
	background:#333333;
	z-index:2035;
	padding:10px 20px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.xcp-header.style2 .xcp-topnav {
    background: #fff;
    padding: 15px 0 35px;
}
.xcp-header.style2 .xcp-topnav .topnav-list-item, .xcp-header.style2 .xcp-topnav .topnav-list-item a{
	color:#666;
}
.xcp-header.style2 .xcp-topnav .social-icons li a{
	color:#333333;
}
.xcp-header.style2 .xcp-topnav .social-icons li:hover a{
	color:#ffba00;
}
.xcp-header.style2 .img-logo {
    margin-top: 12px;
}
.xcp-header.style2 .text-logo {
    margin-top: 16px;
}
.xcp-header.style2 .text-logo a{
	color:#fff;
}
.xcp-header.style2 .logo {
    position: relative;
    top: 0;
    height: auto;
    margin: 0;
    background: transparent;
    box-shadow: none;
    line-height: initial;
    padding: 0;
    margin: 0;
}
.xcp-header.style2 .nav li a {
    color: #eee;
    padding: 22px 0;
}
.xcp-header.style2 .nav li:hover a{
	color:#E7A014;
}
.xcp-header.style2 .nav li a::before{
	background:#ffba00;
}
.xcp-header.style2 .nav li .sub-menu li a{
	color:#666;
}
.xcp-header.style2 .nav li .sub-menu li:hover a{
	background:#E7A013;
	color:#fff;
}
.xcp-header.style2 .nav li .sub-menu li .sub-menu li a{
	color:#666;
}
.xcp-header.style2 .nav li .sub-menu li .sub-menu li:hover a{
	background:#E7A013;
	color:#fff;
}
.xcp-header.style2 .button {
    position: absolute;
    right: 0;
    top: 7px;
}
.xcp-header.style2 .xcp-btn {
    background: #03ade6;
    padding: 12px 20px;
    font-size: 14px;
}
.xcp-header.style2 .xcp-topnav .social-icons {
    margin: 0;
}
.xcp-header.style2 .nav-inner {
    margin-right: 165px;
}
.xcp-header.style2 .xcp-btn:hover{
	background:#fff;
	color:#03ade6;
}
.xcp-header.style2 .topnav-contact, 
.xcp-header.style2 .social-icons {
    padding: 0;
}
/*======================================
	End Header CSS
========================================*/

/*======================================
	Blog CSS
========================================*/  
.blog {
	background: #fff;
	position: relative;
}
.blog .blog-slider {
	margin-top: 30px;
}
.single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 2;
    margin-bottom: 15px;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}
.single-news .news-head{
	overflow: hidden;
	position:relative;
}
.single-news .news-head:before{
	opacity:0;
	visibility:hidden;
}
.single-news:hover .news-head:before{
	opacity:0.5;
	visibility:visible;
}
.single-news .news-head:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    z-index: 333;
    z-index: 4444;
    transform: translateY(50px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-news:hover .news-head:after{
	opacity:1;
	visibility:visible;
    transform: translateY(0px);
}
.single-news .news-head img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-news .news-body {
    padding: 25px;
    background: #fff;
    position: relative;
}
.single-news .news-meta {
    position: absolute;
    width: 100%;
    background: transparent;
    opacity: 0;
    bottom: 20px;
    visibility: hidden;
    text-align: center;
    z-index: 333;
    transition: all 0.3s ease;
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.single-news:hover .news-meta{
	transform:translateY(0px);
	opacity:1;
	visibility:visible;
}
.single-news .news-meta li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #d6d6d6;
	margin-right: 10px;
	padding-right: 10px;
}
.single-news .news-meta li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.single-news .news-meta li i {
    margin-right: 5px;
    color: #ffba00;
}
.single-news .news-meta .author span{
	display:inline-block;
	color:#03ade6;
}
.single-news .news-title {
    line-height: 25px;
}
.single-news .news-title a {
    font-size: 20px;
}
.single-news .news-title:hover a{
	color:#03ade6;
}
.single-news .news-text {
    margin-top: 18px;
    font-size: 14px;
}
.single-news .more {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #03ade6;
    padding: 10px 20px;
    border-radius: 0px;
	border:1px solid transparent;
}
.single-news .more:hover{
	background:#333333;
	color:#fff;
}
.single-news .more i {
	display: inline-block;
	margin-left: 5px;
}
/* Blog Grid */ 
.blog.blog-grid {
	background: #fff;
	position: relative;
	height: auto;
	padding: 100px 0 130px;
}
.blog.blog-grid .single-news {
	border-radius: 8px;
	margin: 30px 0 0;
}
/* Blog Single CSS */
.blog-single {
    padding: 50px 0 50px;
}
.blog-single h1, 
.blog-single h2, 
.blog-single h3, 
.blog-single h4, 
.blog-single h5, 
.blog-single h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-single .blog-space{
	margin-bottom:20px;
}
.blog-detail .news-meta li:before{
    display:none;
}
.blog-detail .news-meta li {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    padding: 0;
}
.blog-detail .news-meta li i {
    color: #ffba00;
    margin-right:5px;
}
.blog-single h5,
.blog-single h4{
    font-size:18px;
}
.blog-single .main-image {
	margin-top: 30px;
}
.blog-single .blog-detail {
	margin-top: 20px;
}
.blog-single .blog-detail .blog-title {
    font-size: 28px;
    line-height: 40px;
    margin: 15px 0;
}
.blog-single .blog-detail p {
	margin-bottom: 20px;
}
.blog-single .blog-detail blockquote {
    position: relative;
    font-size: 20px;
    line-height: 36px;
    padding-left: inherit;
    padding: 30px;
    background: #F4F9FC;
    color: #fff;
    border: none;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
}
.blog-single .blog-detail blockquote p {
    color: #333333;
}
.blog-single .blog-detail blockquote i {
	font-size: 65px;
	color:#fff;
	position: absolute;
	left: 35px;
	top: 30px;
	opacity:0.3;
	z-index:-1;
}
.blog-single .blog-detail blockquote a {
    background: #ffba00;
    color: #fff;
    padding: 4px 20px;
    margin-top: 16px;
    display: inline-block;
}
.blog-single .blog-detail blockquote cite {
    color: #fff;
    background: #1FA16B;
    padding: 10px 20px;
    font-size: 14px;
}
.blog-single .share-social{
	margin-top:55px;
}
.blog-single .coment-author{
	position:relative;
}
.blog-single .coment-author img{
	position:absolute;
	left:0;
	top:0;
	height:40px;
	width:40px;
	border-radius:100%;
	display:block;
}
.blog-single .coment-author .author {
	display: inline-block;
	padding-left: 60px;
	margin-top: 10px;
}
.blog-single .coment-author .author span{
	display:inline-block;
	color:#333;
	display:inline-block;
}
.blog-single .share-inner {
	float: right;
	margin-top: 7px;
}
.blog-single .share-inner h4{
	font-weight:normal;
	font-size:16px;
	color:#909090;
	display:inline-block;
	margin-right:15px;
}
.blog-single .share-inner ul{
	display:inline-block;
}
.blog-single .share-inner ul li {
	display: inline-block;
	margin-right: 10px;
}
.blog-single .share-inner ul li:last-child{
	margin:0;
}
.blog-single .share-inner ul li a:hover{
	color:#03ade6;
}
/* Post Navigation */
.posts_nav {
    padding: 0 0 30px;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}
.posts_nav a {
    border: 1px solid #ccc;
    padding: 10px 20px;
    display: inline-block;
    color: #03ade6;
    font-size: 14px;
}
.posts_nav a:hover{
	border-color:transparent;
	background:#ffba00;
}
.posts_nav .post-left i {
	padding-right: 5px;
}
.posts_nav .post-right i {
	padding-left: 5px;
}
.posts_nav .post-left {
    display: inline-block;
    margin-right: 5px;
}
.posts_nav .post-right {
	display:inline-block
}
.posts_nav a:hover{
	background:#03ade6;
	color:#fff;
}
/* Blockquote */
blockquote {
	padding: 20px;
	color: #353535;
	font-size: 18px;
	border-left: 4px solid #03ade6;
	background: #F5F8F9;
	line-height: 28px;
	margin-bottom: 15px;
}
/* Comment List */
.blog-comments-form {
    margin-top: 20px;
}
.blog-comments-form .bottom-title h2 {
    font-size: 24px;
    margin: 0 0 5px;
}
.blog-comments-form .form {
    margin-top: 30px;
}
.blog-comments-form .form input,
.blog-comments-form .form textarea {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #cccccca6;
    height: 40px;
	padding:10px;
}
.blog-comments-form .form label {
    font-weight: 500;
}
.blog-comments-form .form textarea {
    height: 150px;
}
.blog-comments-form .form .xcp-btn {
	background: #03ade6;
	padding: 20px 30px;
	border-radius: 0px;
	border: none;
	color: #fff;
}
.blog-comments-form .form .xcp-btn:hover{
	background:#333333;
	color:#fff;
}
.blog-comments-form .form .xcp-btn i {
    margin-left: 10px;
    font-size: 14px;
}
/*======================================
	End Blog CSS
========================================*/  

/*====================================
	Shop CSS
======================================*/
#customer_details .col-1,#customer_details .col-2 {
  width: 50% !important;
  display: block;
  max-width: 50%;
}
#customer_details .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
#order_review_heading {
  margin: 20px 0;
}
/*====================================
	End Shop CSS
======================================*/

/*======================================
	Sidebar CSS
========================================*/  
/* Blog Sidebar */
.blog-sidebar {
	margin-top: 30px;
}
.blog-sidebar .single-sidebar ul,
.blog-sidebar .single-sidebar ul li{
	list-style:none;
	padding:0;
	margin:0;
}
.blog-sidebar .single-sidebar ul li:before{
	display:none;
}
.blog-sidebar .single-sidebar {
	margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.blog-sidebar .single-widget:last-child{
	margin:0;
}
/* Widget Title */
.blog-sidebar .sidebar-title {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-top: 0;
}
.blog-sidebar .sidebar-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    bottom: 0;
    background: #ffba00;
	display: block;
}


/* Blog Search */
.blog-sidebar .blog_search {
    background: #333333;
    padding: 15px;
}
.blog-sidebar .blog_search form{
	position:relative;
}
.blog-sidebar .blog_search form label{
	width:100%;
}
.blog-sidebar .blog_search form input {
    width: 100%;
    height: 60px;
    box-shadow: none;
    text-shadow: none;
    font-size: 15px;
    border: none;
    color: #666;
    background: #fff;
    border-radius: 5px;
    padding: 0 35px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
}
.blog-sidebar .blog_search button {
    position: absolute;
    right: 15px;
    top: 20px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 18px;
    color: #13A068;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-sidebar .blog_search button:hover {
	color:#333333;
}

/* Blog News */
.single-f-news {
    position: relative;
    background: transparent;
    margin-bottom: 20px;
    box-shadow: none;
}
.single-f-news:last-child{
	margin:0;
}
.single-f-news img {
    height: 70px;
    width: 70px;
    display: block;
    position: absolute;
    border-radius: 100%;
    background: #fff;
    left: 0;
    top: 0;
    margin-top: 4px;
    padding: 5px;
}
.single-f-news .content {
	padding-left: 80px;
}
.single-f-news .title {
	font-size: 16px;
	font-weight: medium;
	line-height: 24px;
}
.single-f-news .title a {
    color: #333333;
}
.single-f-news .title:hover a{
	color:#03ade6;
}
.single-f-news .post-meta {
    margin-top: 5px;
    font-size: 13px;
}
.single-f-news .post-meta i{
	color:#03ade6;
	margin-right:5px;
}

/* Widget Tags*/
.blog-sidebar .tagcloud ul{
	margin-left:-5px;
}
.blog-sidebar .tagcloud ul li {
    display: inline-block;
    margin-top: 10px !important;
    margin-left: 5px;
}
.blog-sidebar .tagcloud a {
	color: #555;
	font-size: 14px !important;
	display: inline-block;
	padding: 8px 12px;
	background: #fff;
}
.blog-sidebar .tagcloud a:hover{
	background:#03ade6;
	color:#fff;
}
/* Tag */
.blog-sidebar .tagcloud a {
	background: #F4F9FC;
}
.blog-sidebar .tagcloud a:hover{
	background:#03ade6;
	color:#fff;
}

/* Subscribe */

.blog-sidebar .subscribe-form form input{
    height: 54px;
    padding: 0 20px 0 20px;
    border: none;
    width: 100%;
    position: relative !important;
    font-size: 14px;
    border: 1px solid #ebebeb;
    line-height: 50px;
	border-radius:0px;
}
.blog-sidebar .subscribe-form form button {
	background: #ffba00;
	position: relative;
	border: none;
	box-shadow: none;
	padding: 18px 20px;
	text-align: center;
	display: block;
	margin-top: 10px;
	border-radius: 0px;
	cursor: pointer;
	color: #fff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.blog-sidebar .subscribe-form form button:hover{
	background:#333333;
	color:#fff;
}
/*======================================
	End Sidebar CSS
========================================*/  

/*====================================
	Page CSS
======================================*/
.bizwheel-internal-area.news-area {
	padding: 70px 0 100px;
}
.bizwheel-internal-area.news-area .single-news {
	margin: 30px 0 0;
}
/* BLog Single */
.news-area.archive.single {
	padding-top: 70px 0 0;
}
/* Search Page CSS */
.search-page{
	padding:70px 0 100px;
}
/* Content None CSS*/
.no-results {
	margin-top: 30px;
	width: 100%;
}
.no-results .page-header {
  margin-bottom: 5px;
}
.no-results .page-header .page-title {
  font-size: 28px;
}
.no-results .search-form {
  margin-top: 15px;
}

/* 404 Page CSS */
.error {
    padding: 130px 0;
}
.error .error-inner{
	text-align:left;
}
.error-inner h4 {
    font-size: 110px;
    line-height: 100px;
    color: #ffba00;
}
.error .error-image{
	margin-bottom:30px;
}
.error .error-inner img{
	height:100%;
	width:100%;
	max-width:50%;
	display:inline-block;
}
.error .error-inner h2 {
    font-size: 40px;
    color: #333333;
    font-weight: 600;
    margin: 15px 0;
}
.error .error-inner h2 span{
	color:#ffba00;
}
.error .error-inner p {
    font-size: 15px;
}
.error .error-inner .button {
	margin-top: 20px;
}
.error .error-inner .button .xcp-btn i {
	margin-right: 10px;
}
/*====================================
	End Page CSS
======================================*/

/*====================================
	BreadCrumbs CSS
======================================*/
.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    z-index: 10;
}
.breadcrumbs::before {
	background: #000;
	opacity: 0.6;
}
.breadcrumbs .bread-title {
    z-index: 3333;
    position: relative;
    border-radius: 5px;
}
.breadcrumbs .bread-title p {
    color: #fff;
    font-size: 13px;
}
.breadcrumbs h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 40px;
	margin: 0;
	padding: 0;
	line-height: 45px;
	z-index: 333;
	position: relative;
	font-weight: 700;
	padding-top: 10px;
}
.breadcrumbs .bread-list {
	display: block;
	margin-top: 15px;
}
.breadcrumbs ul li {
	display: block;
	display: inline-block;
}
.breadcrumbs ul li span {
	margin: 0px 10px;
	font-size: 11px;
	font-weight: 400;
	color:#fff;
}
.breadcrumbs.style2 ul li span {
	font-size: 14px;
}
.breadcrumbs ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.breadcrumbs ul li a:hover{
	opacity:0.8;
	color:#fff !important;
}
.breadcrumbs.style2 ul li a{
	font-weight:500;
}
.breadcrumbs.style2 ul li a:hover{
	color:#03ade6;
}
.breadcrumbs .bread-menu {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 49px;
    font-size: 0;
}
.breadcrumbs .bread-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 5px;
    left: 0;
    background: #ffba00;
    margin-top: -2.5px;
}
.breadcrumbs .bread-menu li a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 18px;
	font-weight:500;
	padding-right: 8px;
	margin-right: 8px;
	display: inline-block;
}
.breadcrumbs .bread-menu li a:hover{
	color:#ffba00;
}
.breadcrumbs .bread-menu li:last-child{
	margin:0;
	padding:0;
}
.breadcrumbs .bread-menu li + li::before {
	content: "\f105";
	font-family: 'FontAwesome';
	left: -7px;
	position: relative;
	font-size: 18px;
}
/* Blog Single */
.breadcrumbs.bread-blog {
    padding: 0;
    text-align: center;
    background: #F4F9FC;
    margin: 0;
    padding: 20px;
}
.breadcrumbs.bread-blog .bread-menu:before{
	display:none;
}
.breadcrumbs.bread-blog .bread-menu ul li{
	position:relative;
}
.breadcrumbs.bread-blog .bread-menu ul li:before {
    content: "";
    position: absolute;
    right: 7.5px;
    width: 12px;
    font-size: 0px;
    height: 12px;
    left: auto;
    background: #ffba00;
    top: 6px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.breadcrumbs.bread-blog .bread-menu ul li:last-child:before{
	display:none;
}
.breadcrumbs.bread-blog .bread-menu ul li a{
	color:#333333;
    font-size: 15px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.breadcrumbs.bread-blog .bread-menu ul li a:hover{
	color:#ffba00 !important;
}
/*====================================
	End BreadCrumbs CSS
======================================*/

/*====================================
	Pagination CSS
======================================*/
.pagination-main {
	text-align: left;
	margin: 40px 0 0 0;
	display: block;
}
.pagination-main.full-width {
	text-align: center;
}
.pagination-main.full-width{
	text-align: left;
}
.pagination-main .pagination-list li {
	margin-right:5px;
	display: inline-block;
}
.pagination-main .pagination-list li:last-child{
	margin-right:0px;
}
.pagination-main .pagination-list li a {
	font-size: 20px;
	background: #fff;
	color: #03ade6;
	height: 45px;
	width: 50px;
	line-height: 45px;
	display: block;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
}
.pagination-main .pagination-list li.active a,
.pagination-main .pagination-list li:hover a{
	background: #03ade6;
	color: #fff;
}
.pagination-main .pagination-list li.prev a,
.pagination-main .pagination-list li.next a{
	border: none;
	font-weight: 600;
	margin-left: 10px;
	background: transparent !important;
	width: auto;
	height: auto;
	color: #333;
}
.pagination-main .pagination-list li.next:hover a{
	color:#03ade6;
}
/*====================================
	End Pagination CSS
======================================*/

/*====================================
	Preloader CSS
======================================*/

#overlayer {
    background:#5f59de none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.loader { 
    position:absolute;
    left:0; right:0;
    top:0; bottom:0;
	margin:auto;
    animation: loader 2s infinite ease; 
}
/*
.loader-inner { 
    vertical-align: top; 
    display: inline-block; 
}*/

@-webkit-keyframes loader {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		-webkit-transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		-webkit-transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		-webkit-transform: translatey(0px);
	}
}

@keyframes loader {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

/*====================================
	End Preloader CSS
======================================*/

/*====================================
	Boxed Layout CSS
======================================*/
/* Boxed Layout CSS  */  
#page.boxed-layout {
	position: relative;
	max-width: 1280px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.boxed-bg{
	background-repeat: repeat;
	background-attachment: inherit;
	background-size: inherit;
}
#page.boxed-layout .xcp-header.sticky .xcp-main-header {
	max-width: 1280px;
	top: 0;
	left: auto;
	right: auto;
}
@media only screen and (min-width: 991px) and (max-width: 1900px) {
/* Header Sticky */
.xcp-header.sticky .xcp-main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300000;
    -webkit-box-shadow: 0px 0px 10px #00000021;
    -moz-box-shadow: 0px 0px 10px #00000021;
    box-shadow: 0px 0px 10px #00000021;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    animation: fadeInDown 1s both 0.2s;
}
.xcp-header.style2.sticky .xcp-main-header {
    background: #333333;
}

.xcp-header.sticky .nav li a {
    padding: 22px 0;
}
.xcp-header.sticky .text-logo {
    margin-top: 22px;
}
.xcp-header.sticky .main-header-rightbar {
    line-height: 72px;
}
.xcp-header.sticky .img-logo {
    margin: 5px 0px;
}
.xcp-header.style2.sticky .main-inner {
    padding: 0;
}
.xcp-header.style2.sticky .text-logo {
    margin-top: 15px;
}
.xcp-header.sticky .mhdr-search-bar {
    top: 69px;
}
}
/*====================================
	End Boxed Layout CSS
======================================*/

/* Pagiantion */
.page-links{
	margin-top:10px;
}
.page-links a, .page-links span {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    width: auto;
}
.page-links span.current,.page-links a:hover {
    background: #ffba00;
    color: #fff;
}
.blog-single ul li {
    line-height: 30px;
    padding-left: 20px;
    position:relative;
}
.blog-single ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #ffba00;
    border-radius: 100%;
    margin-top: -4px;
}
p.has-large-font-size {
    line-height: 43px;
}

/*====================================
	Footer CSS
======================================*/
.footer {
	background-color: #252b3a;
}
.footer .footer-top {
    padding: 50px 0 80px;
}
.footer .single-widget {
	margin-top: 30px;
}
.footer .single-widget h3 {
    color: #fff;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
	padding-bottom: 15px;
}
.footer .single-widget h3::before {
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	bottom: -1px;
	background: #ffba00;
	display: block;
}
.footer p {
	color: #ccc;
	font-size:14px;
}
.footer-about {
	padding-right: 30px;
}
.footer-about .logo {
    margin-bottom: 15px;
}
.footer-about .text-logo a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.footer-about .text {
	margin-bottom: 35px;
}
.footer-about .button .xcp-btn {
    background: #03ade6;
    margin-top: 20px;
    color: #fff;
}
.footer-about .button .xcp-btn:hover{
	background:#fff;
	color:#03ade6
}
/* Footer Link */
.footer .f-link ul li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    line-height: 34px;
}
.footer .f-link ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-top: -5px;
    background: #d4d4d4;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer .f-link ul li:hover:before{
	background:#ffba00;
}
.footer .f-link ul li:last-child{
	margin-bottom:0px;
}
.footer .f-link ul li a {
    display: inline-block;
    color: #B4B4B4;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 14px;
    font-weight: normal;
}
.footer .f-link ul {
    box-shadow: none;
    margin: 0;
}
.footer .f-link ul li a::before{
	display:none;
}
.footer .f-link ul li a:hover {
	color:#ffba00;
}
/* Footer Newsletter */
.footer .footer-newsletter form {
    background: #fff;
    padding: 15px;
    line-height: initial;
	position:relative;
}
.footer .footer-newsletter form input{
	height: 54px;
	padding: 0 20px 0 20px;
	border: none;
	width: 100%;
	position: relative !important;
	font-size: 14px;
	border: 1px solid #ebebeb;
	line-height: 50px;
	border-radius:0px;
}
.footer .footer-newsletter form button {
	background: #ffba00;
	/*background-color: ;*/
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	box-shadow: none;
	width: auto;
	padding: 0 20px;
	height: 53px;
	text-align: center;
	display: block;
	margin: 0;
	margin-top: 0px;
	border-radius: 0px;
	cursor: pointer;
	color: #fff;
	top: 15px;
	right: 15px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .footer-newsletter form button:hover{
	background:#333333;
}
/* Footer News */
.footer-news .single-f-news .content {
  padding-left: 85px;
}
.footer-news .single-f-news .content .title {
  font-size: 14px;
}
.footer-news .single-f-news .content .title a {
    color: #ccc;
}
.footer-news .single-f-news .content .title a:hover{
	color:#F2A611
}
.footer .footer-newsletter .address {
	color: #777;
	font-size: 15px;
	margin-bottom: 20px;
}
.footer .single-f-news .post-meta i {
    color: #ffba00;
}
.footer .address-widget-list li {
    display: block;
    margin-bottom: 10px;
    line-height: 25px;
}
.footer .address-widget-list li,
.footer .address-widget-list li a {
    font-weight: normal;
    color: #ccc;
    font-size: 15px;
}
.footer .address-widget-list li i {
    width: 25px;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .address-widget-list li:hover i{
	background:#fff;
	color:#ffba00;
}
.footer .address-widget-list li:last-child{
	margin-bottom:0px;
}
.footer .address-widget-list li span{
	color:#03ade6;
	display:inline-block;
}
.footer_contact p {
	margin-bottom: 15px;
}
/* Social */
.footer .social{
	margin-top:22px;
}
.footer .social li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer .social li:last-child{
	margin-right:0px;
}
.footer .social li a {
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: initial;
    border: none;
}
.footer .social-icons li:before {
  display: none;
}

/* Copyright */
.footer .copyright {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #ebebeb3b;
}
.footer .copyright-content p {
    color: #fff;
    font-size: 14px;
}
.footer .copyright-content p span{
	font-size:17px;
	font-weight:800;
	text-transform:uppercase;
}
.footer .copyright-content a:hover{
	color:#ffba00;
}
/*====================================
	End Footer CSS
======================================*/

/*======================================
	Hero Area CSS
========================================*/ 
.home-slider {
	overflow: hidden;
}
.hero-slider {
	position: relative;
}
.hero-slider,
.hero-slider .single-slider{
	height:500px;
}
.hero-slider .single-slider {
	background-size: cover;
	background-position: center;
	position: relative;
}
.hero-slider .single-slider .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.65;
}
.hero-slider .welcome-text {
    margin: 146px 0 0;
}
.hero-slider .hero-text h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    background: #333333;
    padding: 8px 20px;
    font-size: 16px;
}
.hero-slider .hero-text h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    border-top: 8px solid #333333;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.hero-slider .hero-text h1 {
    color: #333333;
    font-size: 50px;
    font-weight: bold;
    line-height: 65px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.hero-slider .hero-text h1::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ffba00;    
    bottom: -3px;
}

.hero-slider .hero-text .p-text{
	max-width:80%;
}
.hero-slider .hero-text p {
    font-family:'Droid Serif';
    font-weight:700;
    font-style:italic;
    font-size: 25px;
}
.hero-slider .hero-text .button {
	margin-top: 30px;
}

/* Text Center */
.hero-slider .hero-text.text-center h1::before {
    left: 50%;
    margin-left: -25px;
}

/* Text Left */
.hero-slider .hero-text.text-right h1::before {
    left: auto;
	right:0;
    margin:0;
}

/* Slider Nav */
.hero-slider .owl-nav{
	margin: 0;
    width: 100%;
}
.hero-slider .owl-carousel .owl-nav div {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #ffba00;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
}
.hero-slider .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#333333;
}
.hero-slider .owl-carousel .owl-nav .owl-prev{
	left:-100px;
}
.hero-slider:hover .owl-carousel .owl-nav .owl-prev{
	left:0px;
}
.hero-slider .owl-carousel .owl-nav .owl-next{
	right:-100px;
}
.hero-slider:hover .owl-carousel .owl-nav .owl-next{
	right:0px;
}

/* Hero Animations */
.hero-slider .owl-item.active .hero-text h4{
	animation: fadeInUp 0.8s both 1s;
}
.hero-slider .owl-item.active .hero-text h1{
	animation: fadeInRight 1s both 1.2s;
}

.hero-slider .owl-item.active .hero-text h1:before{
	animation: grow 3s forwards;
}
.hero-slider .owl-item.active .hero-text p{
	animation: fadeInLeft 1.2s both 1.4s;
}
.hero-slider .owl-item.active .button{
	animation: fadeInUp 1.4s both 1.6s;
}


@keyframes grow
{
    0% {
        width: 0px;
        
    }
    50% {
        width: 100px;
        
    }
    100%{
        width: 200px;
    
    }
}


/* Hero Agency */
.hero-agency .ageny-main {
    padding-top: 158px;
}
.hero-agency .hero-text {
    z-index: 555;
    position: relative;
    text-align: center;
}
.hero-agency .agency-inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 800px;
}
.hero-agency .agency-inner:before {
    opacity: 0;
    background: #fff;
}
.hero-agency .hero-text {
    z-index: 555;
    position: relative;
    text-align: center;
}
.hero-agency .hero-text h1 {
    font-size: 55px;
    color: #333333;
    font-weight: 700;
    line-height: 65px;
}
.hero-agency .hero-text h1 span {
    color: #ffba00;
}
.hero-agency .hero-text h4 {
    font-weight: 500;
}
.hero-agency .video-head {
    margin-top: 35px;
    position: relative;
}
.hero-agency .video-head .video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background: #03ade6;
    color: #fff;
    display: inline-block;
    font-size: 28px;
}
.hero-agency .video-head .video:hover{
	background:#fff !important;
	color:#03ade6;
	-webkit-box-shadow:0px 0px 15px #00000029;
	-moz-box-shadow:0px 0px 15px #00000029;
	box-shadow:0px 0px 15px #00000029;
}
.hero-agency .video-play-main {
    display: inline-block;
    padding: 5px;
    z-index: 3333;
    position: relative;
}
.hero-agency .waves-block .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px solid #03ade6;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
}
.hero-agency .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.hero-agency .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero-agency .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/* Agency Feature */
.hero-agency .agency-feature {
    display: block;
    text-align: center;
    margin-top: 40px;
}
.hero-agency .a-feature {
    background: #fff;
    padding: 45px 20px;
    text-align: center;
    z-index: 333;
    position: relative;
    width: 220px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 0;
    box-shadow: -2px 4px 13px rgba(0, 0, 0, 0.12);
    border-top: 2px solid #03ade6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hero-agency .a-feature:hover{
	border-top-color:#ffba00;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	transform:scale(1.05);
}
.hero-agency .a-feature:last-child{
	margin:0;
}
.hero-agency .a-feature i {
    display: inline-block;
    border-radius: 100%;
    font-size: 40px;
    top: -30px;
    background: #fff;
    color: #ffba00;
    left: 50%;
}
.hero-agency .a-feature h4 {
    color: #333333;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 22px;
}
.hero-agency .a-feature p {
    line-height: 22px;
    font-size: 14px;
}
/*======================================
   End Hero Area CSS
========================================*/ 

/*======================================
	Features CSS
========================================*/
.features-area{
	padding:40px 0 70px;
}
.single-feature {
    text-align: center;
    margin-top: 30px;
    padding: 30px 15px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 3px solid transparent;
    transition: all 0.4s ease;
}
.single-feature:hover,
.single-feature.active{
	border-top-color:#03ade6;
}
.single-feature:hover{
	transform:scale(1.03);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.single-feature .icon-head i{
	color:#ffba00;
	width:90px;
	height:90px;
	line-height:90px;
	background:#fff;
	border: 1px solid #ebebeb;
	border-radius:100%;
	font-size: 34px;
	position:relative;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-feature.active .icon-head i,
.single-feature:hover .icon-head i {
    background: #03ade6;
    color: #fff;
    border-color: transparent;
}
.single-feature .icon-head i::after {
    position: absolute;
    width: 20px;
    height: 2px;
    z-index: 3;
    opacity: 1;
    line-height: 20px;
    background: #ffba00;
    border-radius: 25px;
    left: 50%;
    bottom: 19px;
    content: "";
    margin-left: -10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-feature.active .icon-head i:after,
.single-feature:hover .icon-head i:after{
	background:#fff;
}
.single-feature h4 {
	margin: 15px 0;
	line-height: inherit;
}
.single-feature h4 a {
    font-size: 18px;
    color: #333333;
    display: inline-block;
}
.single-feature p{
	font-size: 14px;
}.xcp-btn.theme-2 {
    background: #ffba00;
    color: #fff;
    padding: 15px 32px;
}
.single-feature .button{
	margin-top: 15px;
}
.single-feature .button .xcp-btn {
    background: transparent;
    color: #666;
    padding: 0;
    height: auto;
    box-shadow: none;
    line-height: initial;
    border: none;
}
.single-feature .button .xcp-btn i {
    margin-right: 10px;
    background: #333333;
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-feature.active .xcp-btn i,
.single-feature:hover .xcp-btn  i{
	color:#fff;
	background:#03ade6;
}
/*======================================
	End Features CSS
========================================*/
.about-us {
	padding: 70px 0 100px;
}
.about-us .modern-img-feature,
.about-us .about-content{
	margin-top:30px;
}
/* About Area */
.about-area .section-title {
	margin-bottom: 15px;
}
.about-area .section-title h1 b {
	display: block;
	font-weight: 700;
	font-size: 25px;
	line-height:34px;
}
.about-content p{
	margin-bottom:20px;
}
.about-content p:last-child{
	margin:0;
}
.about-content .button{
	margin-top:20px;
}
 
 
 
/*======================================
	Features Main CSS
========================================*/ 
.features-main h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
    font-weight: bold;
    color: #fff;
}
.features-main h2::before {
	content: "";
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background: #bbb;
	top: 0;
}
.features-main p {
	font-size: 16px;
	color: #ccc;
}
.features-main p:last-child{
	margin:0;
}
.features-main .b-features {
	margin-top: 10px;
}
.features-main .single-list-feature {
    position: relative;
    padding-left: 70px;
    line-height: 24px;
    margin-bottom: 30px;
    z-index: 333;
    font-weight: 600;
    margin-top: 30px;
}
.features-main .single-list-feature:last-child{
	margin-bottom:0px;
}
.features-main .single-list-feature h4 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #fff;
}
.features-main .single-list-feature p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
.features-main .single-list-feature i {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #fff;
    color: #ffba00;
    display: block;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    border-radius: 100%;
    font-size: 24px;
    text-align: center;
}
.features-main .single-list-feature i:before{
	position:relative;
	z-index:4;
}
.features-main .single-list-feature i:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffba00;
    content: "";
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
	z-index:3;
}
.features-main .single-list-feature:hover i:after{
	opacity:1;
	visibility:visible;
    transform: scale(1);
}
.features-main .single-list-feature:hover i{
	color:#fff;
}
.features-main .tagline {
	margin-top: 30px;
}
.features-main .tagline h5{
	font-size:20px;
	margin-bottom:5px;
	display:inline-block;
	padding-bottom:5px;
	border-bottom:1px solid #ebebeb;
}
.features-main .tagline small{
	font-size:15px;
	display:block;
}
/* Features Main */
.features-main .feature-btn{
	margin-top:20px;
}
.features-main .xcp-btn.theme-2:hover {
    background: #fff;
    color: #ffba00;
}
/*======================================
	End Features Main CSS
========================================*/ 

/*======================================
	Services CSS
========================================*/ 
.single-service {
	position: relative;
	background: #fff;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 0 0 20px #e8e8e8;
	-moz-box-shadow: 0 0 20px #e8e8e8;
	box-shadow: 0 0 20px #e8e8e8;
}
.single-service .service-head{
	position:relative;
}
.single-service .icon-bg {
    color: #03ade6;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    z-index: 333;
    bottom: -33px;
    right: 10px;
    background: #fff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 25px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}
.single-service:hover .icon-bg{
	background:#03ade6;
	color:#fff;
}
.single-service .service-content{
	padding: 30px 20px;
}
.single-service h4 {
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize;
}
.single-service h4 a {
	color: #28243C;
	font-size: 20px;
}
.single-service h4:hover a{
	color:#ffba00;
}
.single-service p {
	font-size: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-service .service-content p{
	margin:0;
}
.single-service .btn {
    background: transparent;
    margin-top: 15px;
    font-size: 15px;
    padding: 0;
    color: #333333;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-service:hover .btn{
	color:#ffba00;
}
.single-service .btn i{
	margin-right:5px;
}

/* Single Service */
.service-details .wpb_text_column {
    margin: 0 0 20px;
}
.service-details .wpb_text_column:last-child {
	margin: 0;
}
/* Service MENU */
.service-sidebar .widget-title{
	position: relative;
	font-size: 18px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 12px;
	padding-bottom: 12px;
	margin-top: 0;
}
.service-sidebar .widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	bottom: 0;
	background: #ffba00;
	display: block;
}
.service-sidebar .widget ul li {
    line-height: 30px;
}
.service-sidebar .widget ul li a:before{
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 12px;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-sidebar .widget {
    background: #fff;
    box-shadow: 0px 0px 15px #0000001c;
    padding: 20px;
}
.service-sidebar .widget li {
    margin: 0 0 8px;
}
.service-sidebar .widget a {
	padding: 0;
	font-size: 15px;
	font-weight: 400;
}
.service-sidebar .widget a:hover{
	color:#ffba00;
}
/* Service Details */
.service-content h2 {
	margin: 20px 0;
}
.service-content p {
	margin-bottom: 20px;
}
.service-content p:last-child{
	margin:0;
}
.service-content .service-space {
	margin-bottom: 20px;
}

/*======================================
	End Services CSS
========================================*/

/*======================================
	Call To Action CSS
========================================*/
.call-action{
	background-size:cover;
	background-position:center;
	padding:50px 0;
}
.call-action.overlay:before {
    opacity: 0.92;
    background: #03ade6;
}
.call-action .call-inner {
    z-index: 33;
    position: relative;
}
.call-action .call-inner:after {
    content: "";
}
.call-action .call-inner h2 {
    font-size: 34px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}
.call-action .call-inner p {
    color: #eee;
    font-size: 15px;
}
.call-action .button {
    z-index: 333;
    position: relative;
    float: right;
    margin-top: 5px;
}
.call-action .xcp-btn {
    background: #ffba00;
    color: #fff;
	box-shadow:0 10px 10px -8px rgba(0, 0, 0, 0.5);
}
.call-action .xcp-btn:hover{
	background:#fff;
	color:#ffba00;
}
.call-action .call-text {
    z-index: 35;
    margin-top: 60px;
    position: relative;
    padding-left: 30px;
}
.call-action .call-text h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.call-action .call-text p{
    color: #eee;
	font-size:15px;
}
.call-action .call-text i {
    width: 80px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    background: #ffba00;
    font-size: 30px;
    margin-top: 40px;
    border: 3px solid #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}
.call-action .call-text span {
    color: #fff;
    margin-left: 20px;
}
/*======================================
   End Call To Action CSS
========================================*/

/*======================================
	Portfolio CSS
========================================*/

/* Portfolio Nav */
.portfolio-menu {
    text-align: center;
    margin: 20px 0 50px 0;
}
#portfolio-nav {
    display: inline-block;
    background: #fff;
    margin: 0;
    overflow: hidden;
}
#portfolio-nav li {
    padding: 0;
    position: relative;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
    float: left;
    margin: 0 5px 0 0;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #cccccc9e;
}
#portfolio-nav li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:none;
}
#portfolio-nav li.active, 
#portfolio-nav li:hover {
    color: #ffba00;
}
.single-portfolio .portfolio-head.overlay::before {
	opacity: 0;
	visibility: hidden;
}
.single-portfolio:hover .portfolio-head.overlay::before{
	opacity:0.8;
	visibility:visible;
}
.single-portfolio .portfolio-content.hover {
	position: absolute;
	bottom: 0;
	padding: 15px 20px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 333;
	top: 0;
}
.single-portfolio:hover .portfolio-content.hover{
	opacity:1;
	visibility:visible;
}
.single-portfolio .portfolio-content.hover h4 a {
	color: #fff !important;
}
.single-portfolio .portfolio-content.hover p {
	color: #eee;
}
.single-portfolio .portfolio-content .zoom{
	height: 70px;
	width: 70px;
	line-height: 68px;
	text-align: center;
	font-size: 20px;
	color:#03ade6;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	display: block;
	z-index: 34;
	background:#fff;
	border-radius: 50px;
	border: 2px solid transparent;
}
.single-portfolio .portfolio-content .zoom:hover{
	border-color:#fff;
	color:#fff;
	background-color:transparent;
}
.single-portfolio {
	position: relative;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.single-portfolio .portfolio-head{
	position:relative;
	z-index:66;
}
.single-portfolio img{
	display:block;
	width:100%;
	z-index:3;
	transition:all 0.8s ease;
}
.single-portfolio .more {
    height: 50px;
    width: 50px;
    opacity: 0;
    line-height: 51px;
    text-align: center;
    color: #fff;
    background: #ffba00;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    font-size: 17px;
    border-radius: 100%;
    box-shadow: 0px 5px 5px #00000024;
    z-index: 333;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    visibility: hidden;
}
.single-portfolio .more:hover{
	background:#fff;
	color:#ffba00;
}
.single-portfolio:hover .more{
	opacity:1;
	visibility:visible;
}
.single-portfolio .portfolio-content {
    position: relative;
    top: -30px;
    text-align: left;
    width: 78%;
    padding: 18px 20px;
    border-left: 3px solid #03ade6;
    background: #fff;
    left: 15px;
    display: inline-block;
    z-index: 22222;
    margin-bottom: -30px;
    -webkit-box-shadow:  -2px 2px 6px #0000002e;
    -moz-box-shadow:  -2px 2px 6px #0000002e;
    box-shadow: -2px 2px 6px #0000002e;
}
.single-portfolio .portfolio-content h4 {
    line-height: 24px;
    font-size: 18px;
}
.single-portfolio .portfolio-content h4 a {
    font-size: 18px;
    color: #333333;
    text-transform: capitalize;
}
.single-portfolio .portfolio-content h4:hover a{
	opacity:0.8;
	color:#03ade6;
}
.single-portfolio .portfolio-content p {
    font-size: 14px;
}

/* Portfolio Details */
.pf-details {
	padding:70px 0 100px !important
}
.pf-details .project-head {
	margin-top: 30px;
}
.pf-details .portfolio-meta {
	display: block;
	border-top: 3px solid #03ade6;
	text-align: center;
	margin-top: 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}

.pf-details .portfolio-meta ul li {
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: left;
	background: #fff;
	position: relative;
	padding: 15px 20px 15px 55px;
	border-bottom: 1px solid #ebebeb;
}
.pf-details .portfolio-meta ul li:last-child {
    margin: 0;
    text-align: center;
    padding: 15px 0;
}
.pf-details .portfolio-meta ul li i {
	position: absolute;
	left: 20px;
	color: #ffba00;
	font-size: 25px;
	top: 50%;
	margin-top: -12.5px;
}
.pf-details .portfolio-meta ul li span {
    font-size: 15px;
    background: #fff;
    display: inline-block;
    color: #333333;
    border-radius: 30px;
    font-weight: 600;
}
.pf-details .portfolio-meta ul li span i {
	margin-right: 5px;
}
.pf-details .portfolio-meta ul li b {
    display: block;
    margin-top: 2px;
    color: #666;
    font-weight: 400;
}
.pf-details .side-nav-content {
	margin-top: 25px;
}
.pf-details .side-nav-content h1 {
    margin-bottom: 10px;
    font-size: 28px;
    padding-left: 20px;
}
.pf-details .side-nav-content h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #03ade6;
}
.pf-details .side-nav-content p{
	margin-bottom:20px;
}
.pf-details .side-nav-content p:last-child{
	margin:0;
}
.pf-details .portfolio-space{
	margin-bottom:20px;
}
.pf-details .body-text h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.pf-details .wpb_content_element {
	margin-bottom: 20px;
}
.pf-details .wpb_content_element:last-child {
	margin: 0;
}
.pf-details #portfolio-slider {
	margin: 0;
}
.pf-details .single-portfolio .portfolio-content {
	padding: 15px 0 0px;
}
.pf-details .portfolio-meta .xcp-btn {
    padding: 12px 30px;
}

.pf-details #portfolio-slider .owl-dots {
	text-align: left;
	margin-top: 10px;
}

/* Portfolio Details */
.pf-details .pf-details-slider, .pf-details .pf-details-slider .single-slide {
	overflow: hidden;
}

/* Slider Nav */
.pf-details .pf-details-slider .owl-nav{
	margin: 0;
    width: 100%;
}
.pf-details .pf-details-slider .owl-nav div {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #ffba00;
    color: #fff;
    position: absolute;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    font-size: 20px;
}
.pf-details .pf-details-slider .owl-nav div:hover{
	color:#fff;
	background:#333333;
}
.pf-details .pf-details-slider .owl-prev{
	left:-100px;
}
.pf-details:hover .pf-details-slider .owl-nav .owl-prev{
	left:0px;
}
.pf-details .pf-details-slider .owl-nav .owl-next{
	right:-100px;
}
.pf-details:hover .pf-details-slider .owl-nav .owl-next{
	right:0px;
}
/*======================================
	End Portfolio CSS
========================================*/  

/*======================================
	Testimonial CSS
========================================*/ 
.testimonials {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.testimonial-inner {
    position: relative;
    text-align: center;
}
.testimonial-inner .testimonial-slider {
    margin: -15px;
}
.testimonial-inner .single-slider {
    position: relative;
    padding: 30px;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0 0 15px #1010101f;
    -moz-box-shadow: 0 0 15px #1010101f;
    box-shadow: 0 0 15px #10101036;
    margin: 15px;
}
.testimonial-inner .star-list {
    margin-bottom: 10px;
}
.testimonial-inner .star-list li {
	display: inline-block;
	margin-right: 3px;
}
.testimonial-inner .star-list li:last-child{
	margin:0;
}
.testimonial-inner .star-list li i {
    font-size: 15px;
    color: #03ade6;
}
.testimonial-inner .single-slider p {
    position: relative;
    font-size: 15px;
}

/* Testimonial Info */
.testimonial-inner .t-info {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.testimonial-inner .t-left{
	float:left;
}
.testimonial-inner .client-head{
	display:inline-block;
	float:left;
}
.testimonial-inner .t-info img {
    width: 75px;
    height: 75px;
    border: 2px solid #ebebeb;
    padding: 5px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-inner .single-slider:hover .t-info img {
	border-color:#03ade6;
}
.testimonial-inner .t-left h2 {
    margin-top: 0;
    font-size: 20px;
    position: relative;
    top: 0;
    line-height: initial;
    display: inline-block;
    margin-top: 5px;
}
.testimonial-inner .t-left h2 span{
	display:block;
	color:#555;
	font-size:15px;
	font-weight:400;
}
.testimonial-inner .t-right .quote {
    color: #ffba00;
    float: right;
    z-index: 3;
    line-height: initial;
    height: 80px;
    font-size: 50px;
}
/* Slider Nav */
.testimonial-slider .owl-controls .owl-dots {
    margin-top: 10px;
}
.testimonial-slider .owl-controls .owl-dot {
    margin-right: 8px;
}
.testimonial-slider .owl-controls .owl-dot:last-child {
    margin-right: 0px;
}
.testimonial-slider .owl-controls .owl-dot span {
    background: transparent;
    border: 4px solid #ffba00;
    width: 13px;
    height: 13px;
    margin: 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.testimonial-slider .owl-controls .owl-dot:hover span,
.testimonial-slider .owl-controls .owl-dot.active span {
    background: transparent;
    border-color: transparent;
    background: #ffba00;
}
/*======================================
	End Testimonial CSS
========================================*/ 

/*======================================
	CounterUp CSS
========================================*/ 
.counterup{
	padding:50px 0 80px;
	background:#333333;
}
.counterup .title-bg {
	opacity: 0.2;
	color: #fff;
}
.single-counter {
	margin-top:30px;
    position: relative;
    padding-left: 90px;
}
.single-counter .conter-content {
    border-left: 1px solid #ffffff36;
    padding-left: 20px;
}
.single-counter .icon {
    position: absolute;
    left: 0;
}
.single-counter .icon:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    z-index: 3;
    border-radius: 100%;
    opacity: 0.3;
    top: 4px;
    left: -7px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-counter:hover .icon:before{
	background:#ffba00;
	left:0;
	top:0;
	opacity:0;
	visibility:hidden;
}
.single-counter .icon i {
    color: #03ade6;
    width: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    z-index: 33;
    font-size: 25px;
    position: relative;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-counter:hover .icon i{
	background:#ffba00;
	color:#fff;
}
.single-counter h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-counter h3 span {
    display: inline-block;
    color: #ffba00;
    margin-left: 5px;
}
.single-counter p {
    color: #eee;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 2px;
}
/*======================================
	End CounterUp CSS
========================================*/

/*======================================
	Team CSS
========================================*/    
.single-team {
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 4px 10px #0000001a;
    -moz-box-shadow: 0px 4px 10px #0000001a;
    box-shadow: 0px 4px 10px #0000001a;
}

.team.section-bg{
    background:rgb(248, 243, 166);
}

.single-team .team-head {
	position: relative;
}

.single-team .team-head img {
	height: 100%;
	width: 100%;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-team .team-arrow {
	position: absolute;
	top: -24px;
	z-index: 333;
	left: 10px;
}
.single-team .team-arrow a {
    left: 5px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 25px;
    background: #333333;
    display: block;
    color: #fff !important;
    border-radius: 100%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px #0000001a;
    -moz-box-shadow: 0px 0px 10px #0000001a;
    box-shadow: 0px 0px 10px #0000001a;
}
.single-team .team-arrow a:hover {
	background:#ffba00;
	color:#fff !important;
}
.single-team .t-content {
    text-align: center;
    padding: 25px 15px;
    position: relative;
}
.single-team .t-content .name {
	line-height: 22px;
}
.single-team .t-content .name a {
    font-size: 20px;
    color: #333333;
    text-transform: capitalize;
}
.single-team .t-content .name a:hover{
	color:#03ade6;
}
.single-team .t-content .designation {
    position: relative;
    font-size: 14px;
    display: block;
    padding-bottom: 12px;
    margin-top: 5px;
}
.single-team .t-content .designation::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    background: #ffba00;
}
.single-team .t-content .text {
	font-size: 14px;
}
.single-team .t-content p {
    line-height: 22px;
}
.single-team .team-social {
    margin: 0;
    background: #fff;
    position: absolute;
    text-align: left;
    right: 10px;
    top: 10px;
    width: 48px;
    border-radius: 30px;
    height: auto;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
}
.single-team.active .team-social{
	opacity:1;
	visibility:visible;
    transform: translateY(0px);
}
.single-team .team-social li {
    display: inline-block;
    display: block;
    margin: 0;
    text-align: center;
    margin-bottom: 5px;
}
.single-team .team-social li:last-child{
	margin:0;
}
.single-team .team-social li a {
    display: block;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    display: inline-block;
}
.single-team .team-social li a:hover{
	color:#ffba00;
}
.team-grid .single-team{
	margin-top:30px;
}

/* Team SLider */
.team-slider{
    margin-top:30px;
    overflow:hidden;
}
.team-slider .single-slider {
    margin: 10px;
}
/* Slider Controls */
.team-slider .owl-controls .owl-dots {
    margin-top: 25px;
}
.team-slider .owl-controls .owl-dot {
    margin-right: 8px;
}
.team-slider .owl-controls .owl-dot:last-child {
    margin-right: 0px;
}
.team-slider .owl-controls .owl-dot span {
    background: transparent;
    border: 4px solid #ffba00;
    width: 13px;
    height: 13px;
    margin: 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.team-slider .owl-controls .owl-dot:hover span,
.team-slider .owl-controls .owl-dot.active span {
    background: transparent;
    border-color: transparent;
    background: #ffba00;
}

.team-archive .single-team {
	margin-top: 30px;
}

/* Slider Nav*/
.team-slider.owl-carousel .owl-nav{
	margin: 0;
    width: 100%;
}
.team-slider.owl-carousel .owl-nav div {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #ffba00;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
	opacity:0;
	visibility:hidden;
}
.team-slider.owl-carousel:hover .owl-nav div{
	opacity:1;
	visibility:visible;
}
.team-slider.owl-carousel  .owl-nav div:hover{
	color:#fff;
	background:#333333;
}
.team-slider.owl-carousel .owl-nav .owl-prev{
	left:-100px;
}
.team-slider.owl-carousel:hover .owl-nav .owl-prev{
	left:0px;
}
.team-slider.owl-carousel .owl-nav .owl-next{
	right:-100px;
}
.team-slider.owl-carousel:hover  .owl-nav .owl-next{
	right:0px;
}

/*======================================
	End Team CSS
========================================*/   

/*======================================
	Blog CSS
========================================*/ 
.latest-blog {
	overflow: hidden;
}
.blog-layout.section-space{
	padding:70px 0 100px;
}
.news-default .single-news,
.blog-latest .single-news {
    margin-top: 30px;
}
.news-slider .single-slider .single-news {
    box-shadow: none;
    border: 1px solid #ebebeb;
}
/* Defualt SLider*/
.news-slider.owl-carousel .owl-controls {
    margin-top: 30px;
}
.news-slider.owl-carousel .owl-nav div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ffba00;
    color: #fff;
    margin: 0;
    padding: inherit;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: inherit;
    margin-right: 10px;
}
.news-slider.owl-carousel .owl-nav div:hover {
	background:#333333;
	color:#fff;
}
.news-slider.owl-carousel .owl-nav div:last-child{
	margin:0;
}

/* Blog Latest */
.blog-latest-slider{
	margin-top:20px;
}
.blog-latest-slider .single-news {
    margin: 10px;
}
.blog-latest .single-news .news-body {
    padding: 25px;
    background: #000000a1;
    z-index: 33;
}
.blog-latest .single-news {
    display: table;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    margin-bottom: 0px;
}
.blog-latest .single-news .xcp-btn {
    z-index: 333;
    position: absolute;
    background: #fff;
    padding: 12px 20px;
    color: #03ade6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 32px;
}
.blog-latest .single-news .xcp-btn:hover{
	background:#03ade6;
	color:#fff;
}
.blog-latest .single-news:hover .xcp-btn{
	opacity:1;
	visibility:visible;
}
.blog-latest .single-news .news-head span {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.blog-latest .single-news .news-head:after{
	display:none;
}
.blog-latest .single-news .news-head,
.blog-latest .single-news .news-body{
	width: 50%;
	height: 100%;
	display: table-cell;
	vertical-align: text-top;
	background: #fff;
}
.blog-latest .single-news .news-title {
    padding: 0;
}
.blog-latest .single-news .news-title:before{
	display:none;
}
.blog-latest .single-news .news-meta {
    list-style: ethiopic-halehame;
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
    text-align: left;
    transform: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
}
.blog-latest .single-news .news-meta li {
    color: #666;
    padding-left: 0px;
}
.blog-latest-slider .single-slider {
    margin-bottom: 10px;
}
/* Blog Latest Slider */
.blog-latest.owl-carousel .owl-nav{
	margin: 0;
    width: 100%;
}
.blog-latest.owl-carousel .owl-nav div {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #ffba00;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
	opacity:0;
	visibility:hidden;
}
.blog-latest.owl-carousel:hover .owl-nav div{
	opacity:1;
	visibility:visible;
}
.blog-latest.owl-carousel  .owl-nav div:hover{
	color:#fff;
	background:#333333;
}
.blog-latest.owl-carousel .owl-nav .owl-prev{
	left:-100px;
}
.blog-latest.owl-carousel:hover .owl-nav .owl-prev{
	left:0px;
}
.blog-latest.owl-carousel .owl-nav .owl-next{
	right:-100px;
}
.blog-latest.owl-carousel:hover  .owl-nav .owl-next{
	right:0px;
}
/*======================================
	End BLog CSS
========================================*/ 

/*======================================
	Client Carousel CSS
========================================*/
.clients{
	padding:30px 0;
}
.single-client {
    background: #fff;
    padding: 10px 20px;
}
.single-client img {
	width: auto;
	display: inline-block;
	opacity:0.7;
}
.single-client:hover{
	cursor:pointer;
}
.single-client:hover img{
	opacity:1;
	border-color:#03ade6;
}
.single-client.active img{
	opacity:1;
}

/* Slider Nav */
.partner-slider .owl-nav{
	margin: 0;
    width: 100%;
}
.partner-slider.owl-carousel .owl-nav div {
    color: #ffba00 !important;
    position: absolute;
    background: transparent !important;
    margin: 0;
    box-shadow: none;
    padding: inherit;
    font-size: 35px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -16.5px;
}
.partner-slider.owl-carousel .owl-nav .owl-prev{
	left:-50px;
}
.partner-slider.owl-carousel .owl-nav .owl-next{
	right:-50px;
}
/*======================================
	End Client Carousel CSS
========================================*/


/*======================================
	Skills CSS
========================================*/
.skill-area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.skill-area .section-title b{
	font-size: 25px;
	line-height: 34px;
}
.single-skill{
	margin-top: 25px;
}
.single-skill .skill-info{
	overflow:hidden;
}
.single-skill .skill-info h4 {
	float: left;
	font-size: 15px;
	margin-bottom: 5px;
	color: #333;
	font-weight: 700;
	text-transform: capitalize;
}
.single-skill .progress .progress-bar span {
	color: #fff;
	top: -47px;
	font-size: 12px;
	position: absolute;
	right: -45px;
	background: #ffba00;
	font-weight: 600;
	padding: 1px 5px;
	border-radius: 100%;
	width: 33px;
	display: table-cell;
	height: 33px;
	text-align: center;
	line-height: 33px;
}
.single-skill .progress .progress-bar span::before {
	position: absolute;
	bottom: -4px;
	left: 50%;
	content: "";
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #ffba00;
	margin-left: -13px;
}
.single-skill .progress {
	height: 6px;
	box-shadow: none;
	overflow: visible;
	background: #333333;
	border-radius: 5px;
}
.single-skill .progress .progress-bar {
	position: relative;
	background:#03ade6;
	border-radius: 5px;
}
/*======================================
	End Skills CSS
========================================*/

/*======================================
	Pricing Plan CSS
========================================*/
.pricing{
	background-image:url('images/pricing-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.single-pricing {
    text-align: center;
    background: #fff;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 0px 25px #0000001f;
    -moz-box-shadow: 0px 0px 25px #0000001f;
    box-shadow: 0px 0px 25px #0000001f;
    overflow: hidden;
}
.single-pricing .price-head {
    position: relative;
    padding: 20px 0 20px;
}
.single-pricing .small-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.single-pricing .small-title span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #666;
}
.single-pricing .icon-head {
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    margin-bottom: 0px;
    color: #ffba00;
    border-radius: 100%;
    background: #fff;
    margin-top: 10px;
    font-size: 25px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 3px solid #ebebeb;
    display: inline-block;
}
.single-pricing.active .icon-head,
.single-pricing:hover .icon-head{
	background:#03ade6;
	color:#fff;
	border-color:transparent;
}
.single-pricing .price {
    font-size: 18px;
    color: #555;
    font-weight: 400;
}
.single-pricing .price-list {
    margin: 25px 0;
}
.single-pricing .price span {
    font-size: 48px;
    font-weight: 700;
    color: #ffba00;
}
.single-pricing .price span b {
    font-size: 25px;
    position: relative;
    left: -3px;
    top: -20px;
    font-weight: 500;
}
.single-pricing .price .renew {
    font-weight: 400;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 2px solid #ebebeb;
    font-size: 15px;
}
.single-pricing .price-list li {
    display: block;
    font-weight: normal;
    line-height: 30px;
    font-weight: 400;
    color: #777;
}
.single-pricing .price-list li:last-child{
	margin-bottom:0;
	border:none;
}
.single-pricing .button {
    padding: 20px 0;
    border-top: 2px solid #ebebeb;
}
.single-pricing .button p{
	margin-top:5px;
}
.single-pricing .button p i {
    margin-right: 5px;
    color: #03ade6;
}
/* Popular Pricing*/
.single-pricing .p-best {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    background: #03ade6;
    position: absolute;
    top: 14px;
    left: -45px;
    transform: rotate(-48deg);
    border-radius: 0px;
    padding: 10px 48px;
    font-weight: 700;
    z-index: 6;
}
.single-pricing .p-best p {
    margin: 0;
    color: #fff;
    line-height: 13px;
}
.single-pricing .p-best span {
	display: block;
	margin-top: 2px;
	font-weight: 400;
	font-size: 13px;
}
/*======================================
	End Pricing Plan CSS
========================================*/

/*====================================
	Faqs CSS
======================================*/
.faqs{
	padding:70px 0 100px;
}
.faqs
.single-faq {
	margin-bottom: 10px;
}
.faq-title i{
	width: 42px;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	color: #03ade6;
	position: absolute;
	display: inline-block !important;
	left: 0;
	top: 0;
	height: 100%;
	border-right: 1px solid #ebebeb;
}

.faq-title a {
	padding: 16px 0;
	font-size:18px;
	padding-left: 0px;
	padding-left: 55px !important;
	border: 1px solid #ebebeb;
	margin-bottom: 1px;
	display: block;
}
.faq-body{
	border: none;
	background: #fff;
	padding: 20px 49px;
	border: 1px solid #ebebeb;
	border-top: none;
}
.faq-body p{
	font-size:15px;
}
/*====================================
	End Faqs CSS
======================================*/

/*======================================
	Contact Box CSS
========================================*/
.single-contact-box {
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}
.single-contact-box .c-icon {
    float: left;
    margin-right: 20px;
}
.single-contact-box:last-child{
	margin:0;
}
.single-contact-box i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #333333;
    color: #fff;
    text-align: center;
    border-radius: 100%;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-contact-box:hover i{
	background:#03ade6;
	color:#fff;
}
.single-contact-box h4 {
    color: #333333;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: inherit;
    margin-bottom: 5px;
}
/* Google Map */
#myMap {
	height: 500px;
	width: 100%;
	border-radius: 0px;
}

.vc_custom_1578564488430 {
	font-size: 20px !important;
	line-height: 28px;
}
.contact-box-main .contact-title h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.contact-box-main .contact-title{
	margin-bottom: 20px;
}
/*======================================
	End Contact Box CSS
========================================*/

/*======================================
	Contact Form CSS
========================================*/
.contact-us{
	padding:70px 0 100px;
}
.contact-form-area {
	background: #fff;
	padding: 40px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
	border-top: 2px solid #03ade6;
}
.contact-form-area h4 {
	font-size: 22px;
	font-weight: 600;
}
.contact-form-area .form-group{
	margin:0;
	margin-top:20px;
}
.contact-form-area .form-group input {
    height: 50px;
    border: 1px solid rgba(204, 204, 204, 0.58);
    width: 100%;
    display: block;
    border-radius: 0px;
    padding: 0px 40px 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
	font-weight:normal;
}
.contact-form-area .form-group input:focus{
	border-color:#7e868f;
}
.contact-form-area .form-group input:hover{
	border-color:#7e868f;
}
.contact-form-area .form-group textarea {
    height: 170px;
    border: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    padding-right: 40px;
	font-weight:normal;
}
.contact-form-area .form-group{
	position:relative;
}
.contact-form-area .form-group .icon {
    position: absolute;
    right: 15px;
    z-index: 33;
    color: #ffba00;
    top: 12px;
}
.contact-form-area .form-group.button {
    text-align: center;
    margin: 20px 0 0 !important;
}
.contact-form-area .form-group.textarea .icon {
    top: 15px;
    right: 15px;
}
.contact-form-area .xcp-btn.theme-2 {
    padding: 15px 32px;
}

/* Faq Form */
.contact-form-area.faq-form {
    background: #333333;
    padding: 30px;
}
.contact-form-area.faq-form .form-group {
	margin-top:0px;
    margin-bottom: 20px;
}
.contact-form-area.faq-form .form-group input {
    background: transparent;
    border: none;
    color: #ccc;
	border-bottom:1px solid #ffffff52;
}
.contact-form-area.faq-form .form-group input::-webkit-input-placeholder{
    opacity: 1;
	color: #ccc !important;
}
.contact-form-area.faq-form .form-group input::-moz-placeholder{
    opacity: 1;
	color: #ccc !important;
}
.contact-form-area.faq-form .form-group input::-ms-input-placeholder{
    opacity: 1;
	color: #ccc !important;
}
.contact-form-area.faq-form .form-group textarea::-webkit-input-placeholder{
    opacity: 1;
	color: #ccc !important;
}
.contact-form-area.faq-form .form-group textarea::-moz-placeholder{
    opacity: 1;
	color: #ccc !important;
}
.contact-form-area.faq-form .form-group textarea::-ms-input-placeholder{
    opacity: 1;
	color: #ccc !important;
}
.contact-form-area.faq-form .form-group textarea {
    background: transparent;
    height: 120px;
    border: none;
    border-bottom: 1px solid #ffffff52;
    color: #ccc;
}
.contact-form-area.faq-form .form-group.button{
	text-align:left;
}
.contact-form-area.faq-form .form-group.button .xcp-btn:hover{
	background:#fff;
	color:#ffba00;
}
/* Servic Form  */
.contact-form-area.service {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: none;
}
.contact-form-area.service .form-group textarea {
    height: 120px;
}
/*======================================
	End contact Form CSS
========================================*/

/*======================================
	Image Feature CSS
========================================*/
.video-feature{
	background:#13366b;
	padding:100px 0;
	overflow:hidden;
} 
.img-feature{
	position:relative;
	display:inline-block;
}
.img-feature img{
	z-index:2;
	position:relative;
}
.img-feature .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-left: -45px;
    margin-top: -45px;
}
.img-feature .video-play a {
    color: #03ade6;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    margin: 0;
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    z-index: 33;
    position: relative;
}
.img-feature .video-play:hover a {
    background: #03ade6;
    color: #fff;
}
.img-feature .waves-block .waves {
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -125px;
}
.img-feature .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.img-feature .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.img-feature .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.img-feature span {
    display: block;
    text-align: left;
    padding: 10px 30px;
    opacity: 1;
    position: absolute;
    z-index: 333;
    font-size: 16px;
    background: #F4F9FC;
    color: #333333;
    left: -14px;
    transform: inherit;
    font-weight: 500;
    top: 50%;
    margin-top: -22px;
}
.img-feature span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -25px;
    border-left: 14px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 13px solid #F4F9FC;
}
.img-feature .experience img {
	height: 100%;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 5px 35px #0000001f;
}
.img-feature .experience {
	position: absolute;
	left: -50px;
	bottom: -50px;
	padding: 0;
	background: #03ade6;
	width: 225px;
	z-index: 2;
	border-radius: 100%;
	text-align: left;
	height: 225px;
	border: 8px solid #fff;
	box-shadow: 0px 0px 10px #0000002b;
	padding: 50px 25px;
}
.img-feature .experience h2 {
	color: #fff;
	font-weight: 900;
	font-size: 50px;
	line-height: 45px;
}
.img-feature .experience h2 span {
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	display: block;
	text-transform: capitalize;
	line-height: 25px;
	margin-top: 10px;
}
.img-feature .small-icon {
	position: absolute;
	background: #fff;
	color: #03ade6;
	display: block;
	width: 70px;
	line-height: 70px;
	font-size: 25px;
	text-align: center;
	right: 15px;
	border-radius: 50px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0.5;
	height: 70px;
	top: 42%;
	margin-top: -35px;
}
.img-feature .experience:hover .small-icon{
	opacity:1;
	color: #03ade6;
}

.parsley-errors-list{
    list-style:none;
    color:red;
    margin:0;
    padding:0;
    font-size:14px;
}
.parsley-errors-list li{
    display:block;
    margin-top:10px;
    font-weight:normal;
}

/* Modern Image features */
.modern-img-feature {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.modern-img-feature:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 100%;
    height: 100%;
    background: #03ade6;
}
.modern-img-feature img{
	z-index:400;
	position:relative;
}
.modern-img-feature .video-play a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	z-index: 333;
	height: 80px;
	color: #ffba00;
	font-size: 30px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	margin: -40px 0 0 -40px;
	z-index: 2500;
	border-radius: 100%;
}
.modern-img-feature .video-play:hover a{
	background:#ffba00;
	color:#fff;
}
.side.overlay:before {
    width: 80%;
    background: #218480;
    transform: rotate(74deg);
    left: -403px;
    z-index: 0;
    opacity: 1;
}
/*======================================
	End Image Feature CSS
========================================*/

/*======================================
	Theme Misc CSS
========================================*/

.txt-shadow {
    text-shadow: 2px 2px 4px #5a5a5a;
}

.small-list-feature h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.small-list-feature ul {
    margin-top: 20px;
}
.small-list-feature ul li {
    line-height: 35px;
}
.small-list-feature ul li i {
    color: #ffba00;
    margin-right: 10px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.small-list-feature ul li:hover i{
	border-radius:100%;
	background:#ffba00;
	color:#fff;
	border-color:transparent;
}
/* Portfolio Pagination */
.pagination-plugin {
    margin-top: 35px;
    text-align: left;
}
.pagination-plugin li{
	display:inline-block;
}
.pagination-plugin span, 
.pagination-plugin a, 
.pagination-plugin a:focus {
	background: #333333;
	width: 44px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}
.pagination-plugin li.current a,
.pagination-plugin li:hover a {
	background: #03ade6;
	color: #fff;
	-webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	-moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
.pagination-plugin li.prev a,
 .pagination-plugin li.next a {
	box-shadow: none;
	color: #fff;
	width: auto;
	padding: 0 20px;
}
/* Mail Success CSS */
.success .mail h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.success .mail h2 span {
	color: #ffba00;
}
.success .mail .xcp-btn {
	margin-top: 20px;
}
.success .mail .xcp-btn i{
	margin-right:10px;
}

/* Color Pallete*/
.mdc-text-red {
    color: #f44336 !important;
  }
  a.mdc-text-red:hover,
  a.mdc-text-red:focus {
    color: #e53935 !important;
  }
  .mdc-text-red-50 {
    color: #ffebee !important;
  }
  a.mdc-text-red-50:hover,
  a.mdc-text-red-50:focus {
    color: #ffcdd2 !important;
  }
  .mdc-text-red-100 {
    color: #ffcdd2 !important;
  }
  a.mdc-text-red-100:hover,
  a.mdc-text-red-100:focus {
    color: #ef9a9a !important;
  }
  .mdc-text-red-200 {
    color: #ef9a9a !important;
  }
  a.mdc-text-red-200:hover,
  a.mdc-text-red-200:focus {
    color: #e57373 !important;
  }
  .mdc-text-red-300 {
    color: #e57373 !important;
  }
  a.mdc-text-red-300:hover,
  a.mdc-text-red-300:focus {
    color: #ef5350 !important;
  }
  .mdc-text-red-400 {
    color: #ef5350 !important;
  }
  a.mdc-text-red-400:hover,
  a.mdc-text-red-400:focus {
    color: #f44336 !important;
  }
  .mdc-text-red-500 {
    color: #f44336 !important;
  }
  a.mdc-text-red-500:hover,
  a.mdc-text-red-500:focus {
    color: #e53935 !important;
  }
  .mdc-text-red-600 {
    color: #e53935 !important;
  }
  a.mdc-text-red-600:hover,
  a.mdc-text-red-600:focus {
    color: #d32f2f !important;
  }
  .mdc-text-red-700 {
    color: #d32f2f !important;
  }
  a.mdc-text-red-700:hover,
  a.mdc-text-red-700:focus {
    color: #c62828 !important;
  }
  .mdc-text-red-800 {
    color: #c62828 !important;
  }
  a.mdc-text-red-800:hover,
  a.mdc-text-red-800:focus {
    color: #b71c1c !important;
  }
  .mdc-text-red-900 {
    color: #b71c1c !important;
  }
  a.mdc-text-red-900:hover,
  a.mdc-text-red-900:focus {
    color: #8b1515 !important;
  }
  .mdc-text-red-A100 {
    color: #ff8a80 !important;
  }
  a.mdc-text-red-A100:hover,
  a.mdc-text-red-A100:focus {
    color: #ff5b4d !important;
  }
  .mdc-text-red-A200 {
    color: #ff5252 !important;
  }
  a.mdc-text-red-A200:hover,
  a.mdc-text-red-A200:focus {
    color: #ff1f1f !important;
  }
  .mdc-text-red-A400 {
    color: #ff1744 !important;
  }
  a.mdc-text-red-A400:hover,
  a.mdc-text-red-A400:focus {
    color: #e3002c !important;
  }
  .mdc-text-red-A700 {
    color: #d50000 !important;
  }
  a.mdc-text-red-A700:hover,
  a.mdc-text-red-A700:focus {
    color: #a20000 !important;
  }
  .mdc-bg-red {
    background-color: #f44336 !important;
  }
  a.mdc-bg-red:hover,
  a.mdc-bg-red:focus {
    background-color: #e53935 !important;
  }
  .mdc-bg-red-50 {
    background-color: #ffebee !important;
  }
  a.mdc-bg-red-50:hover,
  a.mdc-bg-red-50:focus {
    background-color: #ffcdd2 !important;
  }
  .mdc-bg-red-100 {
    background-color: #ffcdd2 !important;
  }
  a.mdc-bg-red-100:hover,
  a.mdc-bg-red-100:focus {
    background-color: #ef9a9a !important;
  }
  .mdc-bg-red-200 {
    background-color: #ef9a9a !important;
  }
  a.mdc-bg-red-200:hover,
  a.mdc-bg-red-200:focus {
    background-color: #e57373 !important;
  }
  .mdc-bg-red-300 {
    background-color: #e57373 !important;
  }
  a.mdc-bg-red-300:hover,
  a.mdc-bg-red-300:focus {
    background-color: #ef5350 !important;
  }
  .mdc-bg-red-400 {
    background-color: #ef5350 !important;
  }
  a.mdc-bg-red-400:hover,
  a.mdc-bg-red-400:focus {
    background-color: #f44336 !important;
  }
  .mdc-bg-red-500 {
    background-color: #f44336 !important;
  }
  a.mdc-bg-red-500:hover,
  a.mdc-bg-red-500:focus {
    background-color: #e53935 !important;
  }
  .mdc-bg-red-600 {
    background-color: #e53935 !important;
  }
  a.mdc-bg-red-600:hover,
  a.mdc-bg-red-600:focus {
    background-color: #d32f2f !important;
  }
  .mdc-bg-red-700 {
    background-color: #d32f2f !important;
  }
  a.mdc-bg-red-700:hover,
  a.mdc-bg-red-700:focus {
    background-color: #c62828 !important;
  }
  .mdc-bg-red-800 {
    background-color: #c62828 !important;
  }
  a.mdc-bg-red-800:hover,
  a.mdc-bg-red-800:focus {
    background-color: #b71c1c !important;
  }
  .mdc-bg-red-900 {
    background-color: #b71c1c !important;
  }
  a.mdc-bg-red-900:hover,
  a.mdc-bg-red-900:focus {
    background-color: #8b1515 !important;
  }
  .mdc-bg-red-A100 {
    background-color: #ff8a80 !important;
  }
  a.mdc-bg-red-A100:hover,
  a.mdc-bg-red-A100:focus {
    background-color: #ff5b4d !important;
  }
  .mdc-bg-red-A200 {
    background-color: #ff5252 !important;
  }
  a.mdc-bg-red-A200:hover,
  a.mdc-bg-red-A200:focus {
    background-color: #ff1f1f !important;
  }
  .mdc-bg-red-A400 {
    background-color: #ff1744 !important;
  }
  a.mdc-bg-red-A400:hover,
  a.mdc-bg-red-A400:focus {
    background-color: #e3002c !important;
  }
  .mdc-bg-red-A700 {
    background-color: #d50000 !important;
  }
  a.mdc-bg-red-A700:hover,
  a.mdc-bg-red-A700:focus {
    background-color: #a20000 !important;
  }
  .mdc-text-pink {
    color: #e91e63 !important;
  }
  a.mdc-text-pink:hover,
  a.mdc-text-pink:focus {
    color: #d81b60 !important;
  }
  .mdc-text-pink-50 {
    color: #fce4ec !important;
  }
  a.mdc-text-pink-50:hover,
  a.mdc-text-pink-50:focus {
    color: #f8bbd0 !important;
  }
  .mdc-text-pink-100 {
    color: #f8bbd0 !important;
  }
  a.mdc-text-pink-100:hover,
  a.mdc-text-pink-100:focus {
    color: #f48fb1 !important;
  }
  .mdc-text-pink-200 {
    color: #f48fb1 !important;
  }
  a.mdc-text-pink-200:hover,
  a.mdc-text-pink-200:focus {
    color: #f06292 !important;
  }
  .mdc-text-pink-300 {
    color: #f06292 !important;
  }
  a.mdc-text-pink-300:hover,
  a.mdc-text-pink-300:focus {
    color: #ec407a !important;
  }
  .mdc-text-pink-400 {
    color: #ec407a !important;
  }
  a.mdc-text-pink-400:hover,
  a.mdc-text-pink-400:focus {
    color: #e91e63 !important;
  }
  .mdc-text-pink-500 {
    color: #e91e63 !important;
  }
  a.mdc-text-pink-500:hover,
  a.mdc-text-pink-500:focus {
    color: #d81b60 !important;
  }
  .mdc-text-pink-600 {
    color: #d81b60 !important;
  }
  a.mdc-text-pink-600:hover,
  a.mdc-text-pink-600:focus {
    color: #c2185b !important;
  }
  .mdc-text-pink-700 {
    color: #c2185b !important;
  }
  a.mdc-text-pink-700:hover,
  a.mdc-text-pink-700:focus {
    color: #ad1457 !important;
  }
  .mdc-text-pink-800 {
    color: #ad1457 !important;
  }
  a.mdc-text-pink-800:hover,
  a.mdc-text-pink-800:focus {
    color: #880e4f !important;
  }
  .mdc-text-pink-900 {
    color: #880e4f !important;
  }
  a.mdc-text-pink-900:hover,
  a.mdc-text-pink-900:focus {
    color: #5a0934 !important;
  }
  .mdc-text-pink-A100 {
    color: #ff80ab !important;
  }
  a.mdc-text-pink-A100:hover,
  a.mdc-text-pink-A100:focus {
    color: #ff4d89 !important;
  }
  .mdc-text-pink-A200 {
    color: #ff4081 !important;
  }
  a.mdc-text-pink-A200:hover,
  a.mdc-text-pink-A200:focus {
    color: #ff0d5f !important;
  }
  .mdc-text-pink-A400 {
    color: #f50057 !important;
  }
  a.mdc-text-pink-A400:hover,
  a.mdc-text-pink-A400:focus {
    color: #c20045 !important;
  }
  .mdc-text-pink-A700 {
    color: #c51162 !important;
  }
  a.mdc-text-pink-A700:hover,
  a.mdc-text-pink-A700:focus {
    color: #960d4b !important;
  }
  .mdc-bg-pink {
    background-color: #e91e63 !important;
  }
  a.mdc-bg-pink:hover,
  a.mdc-bg-pink:focus {
    background-color: #d81b60 !important;
  }
  .mdc-bg-pink-50 {
    background-color: #fce4ec !important;
  }
  a.mdc-bg-pink-50:hover,
  a.mdc-bg-pink-50:focus {
    background-color: #f8bbd0 !important;
  }
  .mdc-bg-pink-100 {
    background-color: #f8bbd0 !important;
  }
  a.mdc-bg-pink-100:hover,
  a.mdc-bg-pink-100:focus {
    background-color: #f48fb1 !important;
  }
  .mdc-bg-pink-200 {
    background-color: #f48fb1 !important;
  }
  a.mdc-bg-pink-200:hover,
  a.mdc-bg-pink-200:focus {
    background-color: #f06292 !important;
  }
  .mdc-bg-pink-300 {
    background-color: #f06292 !important;
  }
  a.mdc-bg-pink-300:hover,
  a.mdc-bg-pink-300:focus {
    background-color: #ec407a !important;
  }
  .mdc-bg-pink-400 {
    background-color: #ec407a !important;
  }
  a.mdc-bg-pink-400:hover,
  a.mdc-bg-pink-400:focus {
    background-color: #e91e63 !important;
  }
  .mdc-bg-pink-500 {
    background-color: #e91e63 !important;
  }
  a.mdc-bg-pink-500:hover,
  a.mdc-bg-pink-500:focus {
    background-color: #d81b60 !important;
  }
  .mdc-bg-pink-600 {
    background-color: #d81b60 !important;
  }
  a.mdc-bg-pink-600:hover,
  a.mdc-bg-pink-600:focus {
    background-color: #c2185b !important;
  }
  .mdc-bg-pink-700 {
    background-color: #c2185b !important;
  }
  a.mdc-bg-pink-700:hover,
  a.mdc-bg-pink-700:focus {
    background-color: #ad1457 !important;
  }
  .mdc-bg-pink-800 {
    background-color: #ad1457 !important;
  }
  a.mdc-bg-pink-800:hover,
  a.mdc-bg-pink-800:focus {
    background-color: #880e4f !important;
  }
  .mdc-bg-pink-900 {
    background-color: #880e4f !important;
  }
  a.mdc-bg-pink-900:hover,
  a.mdc-bg-pink-900:focus {
    background-color: #5a0934 !important;
  }
  .mdc-bg-pink-A100 {
    background-color: #ff80ab !important;
  }
  a.mdc-bg-pink-A100:hover,
  a.mdc-bg-pink-A100:focus {
    background-color: #ff4d89 !important;
  }
  .mdc-bg-pink-A200 {
    background-color: #ff4081 !important;
  }
  a.mdc-bg-pink-A200:hover,
  a.mdc-bg-pink-A200:focus {
    background-color: #ff0d5f !important;
  }
  .mdc-bg-pink-A400 {
    background-color: #f50057 !important;
  }
  a.mdc-bg-pink-A400:hover,
  a.mdc-bg-pink-A400:focus {
    background-color: #c20045 !important;
  }
  .mdc-bg-pink-A700 {
    background-color: #c51162 !important;
  }
  a.mdc-bg-pink-A700:hover,
  a.mdc-bg-pink-A700:focus {
    background-color: #960d4b !important;
  }
  .mdc-text-purple {
    color: #9c27b0 !important;
  }
  a.mdc-text-purple:hover,
  a.mdc-text-purple:focus {
    color: #8e24aa !important;
  }
  .mdc-text-purple-50 {
    color: #f3e5f5 !important;
  }
  a.mdc-text-purple-50:hover,
  a.mdc-text-purple-50:focus {
    color: #e1bee7 !important;
  }
  .mdc-text-purple-100 {
    color: #e1bee7 !important;
  }
  a.mdc-text-purple-100:hover,
  a.mdc-text-purple-100:focus {
    color: #ce93d8 !important;
  }
  .mdc-text-purple-200 {
    color: #ce93d8 !important;
  }
  a.mdc-text-purple-200:hover,
  a.mdc-text-purple-200:focus {
    color: #ba68c8 !important;
  }
  .mdc-text-purple-300 {
    color: #ba68c8 !important;
  }
  a.mdc-text-purple-300:hover,
  a.mdc-text-purple-300:focus {
    color: #ab47bc !important;
  }
  .mdc-text-purple-400 {
    color: #ab47bc !important;
  }
  a.mdc-text-purple-400:hover,
  a.mdc-text-purple-400:focus {
    color: #9c27b0 !important;
  }
  .mdc-text-purple-500 {
    color: #9c27b0 !important;
  }
  a.mdc-text-purple-500:hover,
  a.mdc-text-purple-500:focus {
    color: #8e24aa !important;
  }
  .mdc-text-purple-600 {
    color: #8e24aa !important;
  }
  a.mdc-text-purple-600:hover,
  a.mdc-text-purple-600:focus {
    color: #7b1fa2 !important;
  }
  .mdc-text-purple-700 {
    color: #7b1fa2 !important;
  }
  a.mdc-text-purple-700:hover,
  a.mdc-text-purple-700:focus {
    color: #6a1b9a !important;
  }
  .mdc-text-purple-800 {
    color: #6a1b9a !important;
  }
  a.mdc-text-purple-800:hover,
  a.mdc-text-purple-800:focus {
    color: #4a148c !important;
  }
  .mdc-text-purple-900 {
    color: #4a148c !important;
  }
  a.mdc-text-purple-900:hover,
  a.mdc-text-purple-900:focus {
    color: #320e5f !important;
  }
  .mdc-text-purple-A100 {
    color: #ea80fc !important;
  }
  a.mdc-text-purple-A100:hover,
  a.mdc-text-purple-A100:focus {
    color: #e24efb !important;
  }
  .mdc-text-purple-A200 {
    color: #e040fb !important;
  }
  a.mdc-text-purple-A200:hover,
  a.mdc-text-purple-A200:focus {
    color: #d80efa !important;
  }
  .mdc-text-purple-A400 {
    color: #d500f9 !important;
  }
  a.mdc-text-purple-A400:hover,
  a.mdc-text-purple-A400:focus {
    color: #a900c6 !important;
  }
  .mdc-text-purple-A700 {
    color: #aa00ff !important;
  }
  a.mdc-text-purple-A700:hover,
  a.mdc-text-purple-A700:focus {
    color: #8800cc !important;
  }
  .mdc-bg-purple {
    background-color: #9c27b0 !important;
  }
  a.mdc-bg-purple:hover,
  a.mdc-bg-purple:focus {
    background-color: #8e24aa !important;
  }
  .mdc-bg-purple-50 {
    background-color: #f3e5f5 !important;
  }
  a.mdc-bg-purple-50:hover,
  a.mdc-bg-purple-50:focus {
    background-color: #e1bee7 !important;
  }
  .mdc-bg-purple-100 {
    background-color: #e1bee7 !important;
  }
  a.mdc-bg-purple-100:hover,
  a.mdc-bg-purple-100:focus {
    background-color: #ce93d8 !important;
  }
  .mdc-bg-purple-200 {
    background-color: #ce93d8 !important;
  }
  a.mdc-bg-purple-200:hover,
  a.mdc-bg-purple-200:focus {
    background-color: #ba68c8 !important;
  }
  .mdc-bg-purple-300 {
    background-color: #ba68c8 !important;
  }
  a.mdc-bg-purple-300:hover,
  a.mdc-bg-purple-300:focus {
    background-color: #ab47bc !important;
  }
  .mdc-bg-purple-400 {
    background-color: #ab47bc !important;
  }
  a.mdc-bg-purple-400:hover,
  a.mdc-bg-purple-400:focus {
    background-color: #9c27b0 !important;
  }
  .mdc-bg-purple-500 {
    background-color: #9c27b0 !important;
  }
  a.mdc-bg-purple-500:hover,
  a.mdc-bg-purple-500:focus {
    background-color: #8e24aa !important;
  }
  .mdc-bg-purple-600 {
    background-color: #8e24aa !important;
  }
  a.mdc-bg-purple-600:hover,
  a.mdc-bg-purple-600:focus {
    background-color: #7b1fa2 !important;
  }
  .mdc-bg-purple-700 {
    background-color: #7b1fa2 !important;
  }
  a.mdc-bg-purple-700:hover,
  a.mdc-bg-purple-700:focus {
    background-color: #6a1b9a !important;
  }
  .mdc-bg-purple-800 {
    background-color: #6a1b9a !important;
  }
  a.mdc-bg-purple-800:hover,
  a.mdc-bg-purple-800:focus {
    background-color: #4a148c !important;
  }
  .mdc-bg-purple-900 {
    background-color: #4a148c !important;
  }
  a.mdc-bg-purple-900:hover,
  a.mdc-bg-purple-900:focus {
    background-color: #320e5f !important;
  }
  .mdc-bg-purple-A100 {
    background-color: #ea80fc !important;
  }
  a.mdc-bg-purple-A100:hover,
  a.mdc-bg-purple-A100:focus {
    background-color: #e24efb !important;
  }
  .mdc-bg-purple-A200 {
    background-color: #e040fb !important;
  }
  a.mdc-bg-purple-A200:hover,
  a.mdc-bg-purple-A200:focus {
    background-color: #d80efa !important;
  }
  .mdc-bg-purple-A400 {
    background-color: #d500f9 !important;
  }
  a.mdc-bg-purple-A400:hover,
  a.mdc-bg-purple-A400:focus {
    background-color: #a900c6 !important;
  }
  .mdc-bg-purple-A700 {
    background-color: #aa00ff !important;
  }
  a.mdc-bg-purple-A700:hover,
  a.mdc-bg-purple-A700:focus {
    background-color: #8800cc !important;
  }
  .mdc-text-deep-purple {
    color: #673ab7 !important;
  }
  a.mdc-text-deep-purple:hover,
  a.mdc-text-deep-purple:focus {
    color: #5e35b1 !important;
  }
  .mdc-text-deep-purple-50 {
    color: #ede7f6 !important;
  }
  a.mdc-text-deep-purple-50:hover,
  a.mdc-text-deep-purple-50:focus {
    color: #d1c4e9 !important;
  }
  .mdc-text-deep-purple-100 {
    color: #d1c4e9 !important;
  }
  a.mdc-text-deep-purple-100:hover,
  a.mdc-text-deep-purple-100:focus {
    color: #b39ddb !important;
  }
  .mdc-text-deep-purple-200 {
    color: #b39ddb !important;
  }
  a.mdc-text-deep-purple-200:hover,
  a.mdc-text-deep-purple-200:focus {
    color: #9575cd !important;
  }
  .mdc-text-deep-purple-300 {
    color: #9575cd !important;
  }
  a.mdc-text-deep-purple-300:hover,
  a.mdc-text-deep-purple-300:focus {
    color: #7e57c2 !important;
  }
  .mdc-text-deep-purple-400 {
    color: #7e57c2 !important;
  }
  a.mdc-text-deep-purple-400:hover,
  a.mdc-text-deep-purple-400:focus {
    color: #673ab7 !important;
  }
  .mdc-text-deep-purple-500 {
    color: #673ab7 !important;
  }
  a.mdc-text-deep-purple-500:hover,
  a.mdc-text-deep-purple-500:focus {
    color: #5e35b1 !important;
  }
  .mdc-text-deep-purple-600 {
    color: #5e35b1 !important;
  }
  a.mdc-text-deep-purple-600:hover,
  a.mdc-text-deep-purple-600:focus {
    color: #512da8 !important;
  }
  .mdc-text-deep-purple-700 {
    color: #512da8 !important;
  }
  a.mdc-text-deep-purple-700:hover,
  a.mdc-text-deep-purple-700:focus {
    color: #4527a0 !important;
  }
  .mdc-text-deep-purple-800 {
    color: #4527a0 !important;
  }
  a.mdc-text-deep-purple-800:hover,
  a.mdc-text-deep-purple-800:focus {
    color: #311b92 !important;
  }
  .mdc-text-deep-purple-900 {
    color: #311b92 !important;
  }
  a.mdc-text-deep-purple-900:hover,
  a.mdc-text-deep-purple-900:focus {
    color: #231367 !important;
  }
  .mdc-text-deep-purple-A100 {
    color: #b388ff !important;
  }
  a.mdc-text-deep-purple-A100:hover,
  a.mdc-text-deep-purple-A100:focus {
    color: #9255ff !important;
  }
  .mdc-text-deep-purple-A200 {
    color: #7c4dff !important;
  }
  a.mdc-text-deep-purple-A200:hover,
  a.mdc-text-deep-purple-A200:focus {
    color: #561aff !important;
  }
  .mdc-text-deep-purple-A400 {
    color: #651fff !important;
  }
  a.mdc-text-deep-purple-A400:hover,
  a.mdc-text-deep-purple-A400:focus {
    color: #4900eb !important;
  }
  .mdc-text-deep-purple-A700 {
    color: #6200ea !important;
  }
  a.mdc-text-deep-purple-A700:hover,
  a.mdc-text-deep-purple-A700:focus {
    color: #4d00b7 !important;
  }
  .mdc-bg-deep-purple {
    background-color: #673ab7 !important;
  }
  a.mdc-bg-deep-purple:hover,
  a.mdc-bg-deep-purple:focus {
    background-color: #5e35b1 !important;
  }
  .mdc-bg-deep-purple-50 {
    background-color: #ede7f6 !important;
  }
  a.mdc-bg-deep-purple-50:hover,
  a.mdc-bg-deep-purple-50:focus {
    background-color: #d1c4e9 !important;
  }
  .mdc-bg-deep-purple-100 {
    background-color: #d1c4e9 !important;
  }
  a.mdc-bg-deep-purple-100:hover,
  a.mdc-bg-deep-purple-100:focus {
    background-color: #b39ddb !important;
  }
  .mdc-bg-deep-purple-200 {
    background-color: #b39ddb !important;
  }
  a.mdc-bg-deep-purple-200:hover,
  a.mdc-bg-deep-purple-200:focus {
    background-color: #9575cd !important;
  }
  .mdc-bg-deep-purple-300 {
    background-color: #9575cd !important;
  }
  a.mdc-bg-deep-purple-300:hover,
  a.mdc-bg-deep-purple-300:focus {
    background-color: #7e57c2 !important;
  }
  .mdc-bg-deep-purple-400 {
    background-color: #7e57c2 !important;
  }
  a.mdc-bg-deep-purple-400:hover,
  a.mdc-bg-deep-purple-400:focus {
    background-color: #673ab7 !important;
  }
  .mdc-bg-deep-purple-500 {
    background-color: #673ab7 !important;
  }
  a.mdc-bg-deep-purple-500:hover,
  a.mdc-bg-deep-purple-500:focus {
    background-color: #5e35b1 !important;
  }
  .mdc-bg-deep-purple-600 {
    background-color: #5e35b1 !important;
  }
  a.mdc-bg-deep-purple-600:hover,
  a.mdc-bg-deep-purple-600:focus {
    background-color: #512da8 !important;
  }
  .mdc-bg-deep-purple-700 {
    background-color: #512da8 !important;
  }
  a.mdc-bg-deep-purple-700:hover,
  a.mdc-bg-deep-purple-700:focus {
    background-color: #4527a0 !important;
  }
  .mdc-bg-deep-purple-800 {
    background-color: #4527a0 !important;
  }
  a.mdc-bg-deep-purple-800:hover,
  a.mdc-bg-deep-purple-800:focus {
    background-color: #311b92 !important;
  }
  .mdc-bg-deep-purple-900 {
    background-color: #311b92 !important;
  }
  a.mdc-bg-deep-purple-900:hover,
  a.mdc-bg-deep-purple-900:focus {
    background-color: #231367 !important;
  }
  .mdc-bg-deep-purple-A100 {
    background-color: #b388ff !important;
  }
  a.mdc-bg-deep-purple-A100:hover,
  a.mdc-bg-deep-purple-A100:focus {
    background-color: #9255ff !important;
  }
  .mdc-bg-deep-purple-A200 {
    background-color: #7c4dff !important;
  }
  a.mdc-bg-deep-purple-A200:hover,
  a.mdc-bg-deep-purple-A200:focus {
    background-color: #561aff !important;
  }
  .mdc-bg-deep-purple-A400 {
    background-color: #651fff !important;
  }
  a.mdc-bg-deep-purple-A400:hover,
  a.mdc-bg-deep-purple-A400:focus {
    background-color: #4900eb !important;
  }
  .mdc-bg-deep-purple-A700 {
    background-color: #6200ea !important;
  }
  a.mdc-bg-deep-purple-A700:hover,
  a.mdc-bg-deep-purple-A700:focus {
    background-color: #4d00b7 !important;
  }
  .mdc-text-indigo {
    color: #3f51b5 !important;
  }
  a.mdc-text-indigo:hover,
  a.mdc-text-indigo:focus {
    color: #3949ab !important;
  }
  .mdc-text-indigo-50 {
    color: #e8eaf6 !important;
  }
  a.mdc-text-indigo-50:hover,
  a.mdc-text-indigo-50:focus {
    color: #c5cae9 !important;
  }
  .mdc-text-indigo-100 {
    color: #c5cae9 !important;
  }
  a.mdc-text-indigo-100:hover,
  a.mdc-text-indigo-100:focus {
    color: #9fa8da !important;
  }
  .mdc-text-indigo-200 {
    color: #9fa8da !important;
  }
  a.mdc-text-indigo-200:hover,
  a.mdc-text-indigo-200:focus {
    color: #7986cb !important;
  }
  .mdc-text-indigo-300 {
    color: #7986cb !important;
  }
  a.mdc-text-indigo-300:hover,
  a.mdc-text-indigo-300:focus {
    color: #5c6bc0 !important;
  }
  .mdc-text-indigo-400 {
    color: #5c6bc0 !important;
  }
  a.mdc-text-indigo-400:hover,
  a.mdc-text-indigo-400:focus {
    color: #3f51b5 !important;
  }
  .mdc-text-indigo-500 {
    color: #3f51b5 !important;
  }
  a.mdc-text-indigo-500:hover,
  a.mdc-text-indigo-500:focus {
    color: #3949ab !important;
  }
  .mdc-text-indigo-600 {
    color: #3949ab !important;
  }
  a.mdc-text-indigo-600:hover,
  a.mdc-text-indigo-600:focus {
    color: #303f9f !important;
  }
  .mdc-text-indigo-700 {
    color: #303f9f !important;
  }
  a.mdc-text-indigo-700:hover,
  a.mdc-text-indigo-700:focus {
    color: #283593 !important;
  }
  .mdc-text-indigo-800 {
    color: #283593 !important;
  }
  a.mdc-text-indigo-800:hover,
  a.mdc-text-indigo-800:focus {
    color: #1a237e !important;
  }
  .mdc-text-indigo-900 {
    color: #1a237e !important;
  }
  a.mdc-text-indigo-900:hover,
  a.mdc-text-indigo-900:focus {
    color: #111754 !important;
  }
  .mdc-text-indigo-A100 {
    color: #8c9eff !important;
  }
  a.mdc-text-indigo-A100:hover,
  a.mdc-text-indigo-A100:focus {
    color: #5973ff !important;
  }
  .mdc-text-indigo-A200 {
    color: #536dfe !important;
  }
  a.mdc-text-indigo-A200:hover,
  a.mdc-text-indigo-A200:focus {
    color: #2042fe !important;
  }
  .mdc-text-indigo-A400 {
    color: #3d5afe !important;
  }
  a.mdc-text-indigo-A400:hover,
  a.mdc-text-indigo-A400:focus {
    color: #0a2ffe !important;
  }
  .mdc-text-indigo-A700 {
    color: #304ffe !important;
  }
  a.mdc-text-indigo-A700:hover,
  a.mdc-text-indigo-A700:focus {
    color: #0127fa !important;
  }
  .mdc-bg-indigo {
    background-color: #3f51b5 !important;
  }
  a.mdc-bg-indigo:hover,
  a.mdc-bg-indigo:focus {
    background-color: #3949ab !important;
  }
  .mdc-bg-indigo-50 {
    background-color: #e8eaf6 !important;
  }
  a.mdc-bg-indigo-50:hover,
  a.mdc-bg-indigo-50:focus {
    background-color: #c5cae9 !important;
  }
  .mdc-bg-indigo-100 {
    background-color: #c5cae9 !important;
  }
  a.mdc-bg-indigo-100:hover,
  a.mdc-bg-indigo-100:focus {
    background-color: #9fa8da !important;
  }
  .mdc-bg-indigo-200 {
    background-color: #9fa8da !important;
  }
  a.mdc-bg-indigo-200:hover,
  a.mdc-bg-indigo-200:focus {
    background-color: #7986cb !important;
  }
  .mdc-bg-indigo-300 {
    background-color: #7986cb !important;
  }
  a.mdc-bg-indigo-300:hover,
  a.mdc-bg-indigo-300:focus {
    background-color: #5c6bc0 !important;
  }
  .mdc-bg-indigo-400 {
    background-color: #5c6bc0 !important;
  }
  a.mdc-bg-indigo-400:hover,
  a.mdc-bg-indigo-400:focus {
    background-color: #3f51b5 !important;
  }
  .mdc-bg-indigo-500 {
    background-color: #3f51b5 !important;
  }
  a.mdc-bg-indigo-500:hover,
  a.mdc-bg-indigo-500:focus {
    background-color: #3949ab !important;
  }
  .mdc-bg-indigo-600 {
    background-color: #3949ab !important;
  }
  a.mdc-bg-indigo-600:hover,
  a.mdc-bg-indigo-600:focus {
    background-color: #303f9f !important;
  }
  .mdc-bg-indigo-700 {
    background-color: #303f9f !important;
  }
  a.mdc-bg-indigo-700:hover,
  a.mdc-bg-indigo-700:focus {
    background-color: #283593 !important;
  }
  .mdc-bg-indigo-800 {
    background-color: #283593 !important;
  }
  a.mdc-bg-indigo-800:hover,
  a.mdc-bg-indigo-800:focus {
    background-color: #1a237e !important;
  }
  .mdc-bg-indigo-900 {
    background-color: #1a237e !important;
  }
  a.mdc-bg-indigo-900:hover,
  a.mdc-bg-indigo-900:focus {
    background-color: #111754 !important;
  }
  .mdc-bg-indigo-A100 {
    background-color: #8c9eff !important;
  }
  a.mdc-bg-indigo-A100:hover,
  a.mdc-bg-indigo-A100:focus {
    background-color: #5973ff !important;
  }
  .mdc-bg-indigo-A200 {
    background-color: #536dfe !important;
  }
  a.mdc-bg-indigo-A200:hover,
  a.mdc-bg-indigo-A200:focus {
    background-color: #2042fe !important;
  }
  .mdc-bg-indigo-A400 {
    background-color: #3d5afe !important;
  }
  a.mdc-bg-indigo-A400:hover,
  a.mdc-bg-indigo-A400:focus {
    background-color: #0a2ffe !important;
  }
  .mdc-bg-indigo-A700 {
    background-color: #304ffe !important;
  }
  a.mdc-bg-indigo-A700:hover,
  a.mdc-bg-indigo-A700:focus {
    background-color: #0127fa !important;
  }
  .mdc-text-blue {
    color: #2196f3 !important;
  }
  a.mdc-text-blue:hover,
  a.mdc-text-blue:focus {
    color: #1e88e5 !important;
  }
  .mdc-text-blue-50 {
    color: #e3f2fd !important;
  }
  a.mdc-text-blue-50:hover,
  a.mdc-text-blue-50:focus {
    color: #bbdefb !important;
  }
  .mdc-text-blue-100 {
    color: #bbdefb !important;
  }
  a.mdc-text-blue-100:hover,
  a.mdc-text-blue-100:focus {
    color: #90caf9 !important;
  }
  .mdc-text-blue-200 {
    color: #90caf9 !important;
  }
  a.mdc-text-blue-200:hover,
  a.mdc-text-blue-200:focus {
    color: #64b5f6 !important;
  }
  .mdc-text-blue-300 {
    color: #64b5f6 !important;
  }
  a.mdc-text-blue-300:hover,
  a.mdc-text-blue-300:focus {
    color: #42a5f5 !important;
  }
  .mdc-text-blue-400 {
    color: #42a5f5 !important;
  }
  a.mdc-text-blue-400:hover,
  a.mdc-text-blue-400:focus {
    color: #2196f3 !important;
  }
  .mdc-text-blue-500 {
    color: #2196f3 !important;
  }
  a.mdc-text-blue-500:hover,
  a.mdc-text-blue-500:focus {
    color: #1e88e5 !important;
  }
  .mdc-text-blue-600 {
    color: #1e88e5 !important;
  }
  a.mdc-text-blue-600:hover,
  a.mdc-text-blue-600:focus {
    color: #1976d2 !important;
  }
  .mdc-text-blue-700 {
    color: #1976d2 !important;
  }
  a.mdc-text-blue-700:hover,
  a.mdc-text-blue-700:focus {
    color: #1565c0 !important;
  }
  .mdc-text-blue-800 {
    color: #1565c0 !important;
  }
  a.mdc-text-blue-800:hover,
  a.mdc-text-blue-800:focus {
    color: #0d47a1 !important;
  }
  .mdc-text-blue-900 {
    color: #0d47a1 !important;
  }
  a.mdc-text-blue-900:hover,
  a.mdc-text-blue-900:focus {
    color: #093272 !important;
  }
  .mdc-text-blue-A100 {
    color: #82b1ff !important;
  }
  a.mdc-text-blue-A100:hover,
  a.mdc-text-blue-A100:focus {
    color: #4f91ff !important;
  }
  .mdc-text-blue-A200 {
    color: #448aff !important;
  }
  a.mdc-text-blue-A200:hover,
  a.mdc-text-blue-A200:focus {
    color: #116aff !important;
  }
  .mdc-text-blue-A400 {
    color: #2979ff !important;
  }
  a.mdc-text-blue-A400:hover,
  a.mdc-text-blue-A400:focus {
    color: #005cf5 !important;
  }
  .mdc-text-blue-A700 {
    color: #2962ff !important;
  }
  a.mdc-text-blue-A700:hover,
  a.mdc-text-blue-A700:focus {
    color: #0041f5 !important;
  }
  .mdc-bg-blue {
    background-color: #2196f3 !important;
  }
  a.mdc-bg-blue:hover,
  a.mdc-bg-blue:focus {
    background-color: #1e88e5 !important;
  }
  .mdc-bg-blue-50 {
    background-color: #e3f2fd !important;
  }
  a.mdc-bg-blue-50:hover,
  a.mdc-bg-blue-50:focus {
    background-color: #bbdefb !important;
  }
  .mdc-bg-blue-100 {
    background-color: #bbdefb !important;
  }
  a.mdc-bg-blue-100:hover,
  a.mdc-bg-blue-100:focus {
    background-color: #90caf9 !important;
  }
  .mdc-bg-blue-200 {
    background-color: #90caf9 !important;
  }
  a.mdc-bg-blue-200:hover,
  a.mdc-bg-blue-200:focus {
    background-color: #64b5f6 !important;
  }
  .mdc-bg-blue-300 {
    background-color: #64b5f6 !important;
  }
  a.mdc-bg-blue-300:hover,
  a.mdc-bg-blue-300:focus {
    background-color: #42a5f5 !important;
  }
  .mdc-bg-blue-400 {
    background-color: #42a5f5 !important;
  }
  a.mdc-bg-blue-400:hover,
  a.mdc-bg-blue-400:focus {
    background-color: #2196f3 !important;
  }
  .mdc-bg-blue-500 {
    background-color: #2196f3 !important;
  }
  a.mdc-bg-blue-500:hover,
  a.mdc-bg-blue-500:focus {
    background-color: #1e88e5 !important;
  }
  .mdc-bg-blue-600 {
    background-color: #1e88e5 !important;
  }
  a.mdc-bg-blue-600:hover,
  a.mdc-bg-blue-600:focus {
    background-color: #1976d2 !important;
  }
  .mdc-bg-blue-700 {
    background-color: #1976d2 !important;
  }
  a.mdc-bg-blue-700:hover,
  a.mdc-bg-blue-700:focus {
    background-color: #1565c0 !important;
  }
  .mdc-bg-blue-800 {
    background-color: #1565c0 !important;
  }
  a.mdc-bg-blue-800:hover,
  a.mdc-bg-blue-800:focus {
    background-color: #0d47a1 !important;
  }
  .mdc-bg-blue-900 {
    background-color: #0d47a1 !important;
  }
  a.mdc-bg-blue-900:hover,
  a.mdc-bg-blue-900:focus {
    background-color: #093272 !important;
  }
  .mdc-bg-blue-A100 {
    background-color: #82b1ff !important;
  }
  a.mdc-bg-blue-A100:hover,
  a.mdc-bg-blue-A100:focus {
    background-color: #4f91ff !important;
  }
  .mdc-bg-blue-A200 {
    background-color: #448aff !important;
  }
  a.mdc-bg-blue-A200:hover,
  a.mdc-bg-blue-A200:focus {
    background-color: #116aff !important;
  }
  .mdc-bg-blue-A400 {
    background-color: #2979ff !important;
  }
  a.mdc-bg-blue-A400:hover,
  a.mdc-bg-blue-A400:focus {
    background-color: #005cf5 !important;
  }
  .mdc-bg-blue-A700 {
    background-color: #2962ff !important;
  }
  a.mdc-bg-blue-A700:hover,
  a.mdc-bg-blue-A700:focus {
    background-color: #0041f5 !important;
  }
  .mdc-text-light-blue {
    color: #03a9f4 !important;
  }
  a.mdc-text-light-blue:hover,
  a.mdc-text-light-blue:focus {
    color: #039be5 !important;
  }
  .mdc-text-light-blue-50 {
    color: #e1f5fe !important;
  }
  a.mdc-text-light-blue-50:hover,
  a.mdc-text-light-blue-50:focus {
    color: #b3e5fc !important;
  }
  .mdc-text-light-blue-100 {
    color: #b3e5fc !important;
  }
  a.mdc-text-light-blue-100:hover,
  a.mdc-text-light-blue-100:focus {
    color: #81d4fa !important;
  }
  .mdc-text-light-blue-200 {
    color: #81d4fa !important;
  }
  a.mdc-text-light-blue-200:hover,
  a.mdc-text-light-blue-200:focus {
    color: #4fc3f7 !important;
  }
  .mdc-text-light-blue-300 {
    color: #4fc3f7 !important;
  }
  a.mdc-text-light-blue-300:hover,
  a.mdc-text-light-blue-300:focus {
    color: #29b6f6 !important;
  }
  .mdc-text-light-blue-400 {
    color: #29b6f6 !important;
  }
  a.mdc-text-light-blue-400:hover,
  a.mdc-text-light-blue-400:focus {
    color: #03a9f4 !important;
  }
  .mdc-text-light-blue-500 {
    color: #03a9f4 !important;
  }
  a.mdc-text-light-blue-500:hover,
  a.mdc-text-light-blue-500:focus {
    color: #039be5 !important;
  }
  .mdc-text-light-blue-600 {
    color: #039be5 !important;
  }
  a.mdc-text-light-blue-600:hover,
  a.mdc-text-light-blue-600:focus {
    color: #0288d1 !important;
  }
  .mdc-text-light-blue-700 {
    color: #0288d1 !important;
  }
  a.mdc-text-light-blue-700:hover,
  a.mdc-text-light-blue-700:focus {
    color: #0277bd !important;
  }
  .mdc-text-light-blue-800 {
    color: #0277bd !important;
  }
  a.mdc-text-light-blue-800:hover,
  a.mdc-text-light-blue-800:focus {
    color: #01579b !important;
  }
  .mdc-text-light-blue-900 {
    color: #01579b !important;
  }
  a.mdc-text-light-blue-900:hover,
  a.mdc-text-light-blue-900:focus {
    color: #013b68 !important;
  }
  .mdc-text-light-blue-A100 {
    color: #80d8ff !important;
  }
  a.mdc-text-light-blue-A100:hover,
  a.mdc-text-light-blue-A100:focus {
    color: #4dc8ff !important;
  }
  .mdc-text-light-blue-A200 {
    color: #40c4ff !important;
  }
  a.mdc-text-light-blue-A200:hover,
  a.mdc-text-light-blue-A200:focus {
    color: #0db4ff !important;
  }
  .mdc-text-light-blue-A400 {
    color: #00b0ff !important;
  }
  a.mdc-text-light-blue-A400:hover,
  a.mdc-text-light-blue-A400:focus {
    color: #008dcc !important;
  }
  .mdc-text-light-blue-A700 {
    color: #0091ea !important;
  }
  a.mdc-text-light-blue-A700:hover,
  a.mdc-text-light-blue-A700:focus {
    color: #0071b7 !important;
  }
  .mdc-bg-light-blue {
    background-color: #03a9f4 !important;
  }
  a.mdc-bg-light-blue:hover,
  a.mdc-bg-light-blue:focus {
    background-color: #039be5 !important;
  }
  .mdc-bg-light-blue-50 {
    background-color: #e1f5fe !important;
  }
  a.mdc-bg-light-blue-50:hover,
  a.mdc-bg-light-blue-50:focus {
    background-color: #b3e5fc !important;
  }
  .mdc-bg-light-blue-100 {
    background-color: #b3e5fc !important;
  }
  a.mdc-bg-light-blue-100:hover,
  a.mdc-bg-light-blue-100:focus {
    background-color: #81d4fa !important;
  }
  .mdc-bg-light-blue-200 {
    background-color: #81d4fa !important;
  }
  a.mdc-bg-light-blue-200:hover,
  a.mdc-bg-light-blue-200:focus {
    background-color: #4fc3f7 !important;
  }
  .mdc-bg-light-blue-300 {
    background-color: #4fc3f7 !important;
  }
  a.mdc-bg-light-blue-300:hover,
  a.mdc-bg-light-blue-300:focus {
    background-color: #29b6f6 !important;
  }
  .mdc-bg-light-blue-400 {
    background-color: #29b6f6 !important;
  }
  a.mdc-bg-light-blue-400:hover,
  a.mdc-bg-light-blue-400:focus {
    background-color: #03a9f4 !important;
  }
  .mdc-bg-light-blue-500 {
    background-color: #03a9f4 !important;
  }
  a.mdc-bg-light-blue-500:hover,
  a.mdc-bg-light-blue-500:focus {
    background-color: #039be5 !important;
  }
  .mdc-bg-light-blue-600 {
    background-color: #039be5 !important;
  }
  a.mdc-bg-light-blue-600:hover,
  a.mdc-bg-light-blue-600:focus {
    background-color: #0288d1 !important;
  }
  .mdc-bg-light-blue-700 {
    background-color: #0288d1 !important;
  }
  a.mdc-bg-light-blue-700:hover,
  a.mdc-bg-light-blue-700:focus {
    background-color: #0277bd !important;
  }
  .mdc-bg-light-blue-800 {
    background-color: #0277bd !important;
  }
  a.mdc-bg-light-blue-800:hover,
  a.mdc-bg-light-blue-800:focus {
    background-color: #01579b !important;
  }
  .mdc-bg-light-blue-900 {
    background-color: #01579b !important;
  }
  a.mdc-bg-light-blue-900:hover,
  a.mdc-bg-light-blue-900:focus {
    background-color: #013b68 !important;
  }
  .mdc-bg-light-blue-A100 {
    background-color: #80d8ff !important;
  }
  a.mdc-bg-light-blue-A100:hover,
  a.mdc-bg-light-blue-A100:focus {
    background-color: #4dc8ff !important;
  }
  .mdc-bg-light-blue-A200 {
    background-color: #40c4ff !important;
  }
  a.mdc-bg-light-blue-A200:hover,
  a.mdc-bg-light-blue-A200:focus {
    background-color: #0db4ff !important;
  }
  .mdc-bg-light-blue-A400 {
    background-color: #00b0ff !important;
  }
  a.mdc-bg-light-blue-A400:hover,
  a.mdc-bg-light-blue-A400:focus {
    background-color: #008dcc !important;
  }
  .mdc-bg-light-blue-A700 {
    background-color: #0091ea !important;
  }
  a.mdc-bg-light-blue-A700:hover,
  a.mdc-bg-light-blue-A700:focus {
    background-color: #0071b7 !important;
  }
  .mdc-text-cyan {
    color: #00bcd4 !important;
  }
  a.mdc-text-cyan:hover,
  a.mdc-text-cyan:focus {
    color: #00acc1 !important;
  }
  .mdc-text-cyan-50 {
    color: #e0f7fa !important;
  }
  a.mdc-text-cyan-50:hover,
  a.mdc-text-cyan-50:focus {
    color: #b2ebf2 !important;
  }
  .mdc-text-cyan-100 {
    color: #b2ebf2 !important;
  }
  a.mdc-text-cyan-100:hover,
  a.mdc-text-cyan-100:focus {
    color: #80deea !important;
  }
  .mdc-text-cyan-200 {
    color: #80deea !important;
  }
  a.mdc-text-cyan-200:hover,
  a.mdc-text-cyan-200:focus {
    color: #4dd0e1 !important;
  }
  .mdc-text-cyan-300 {
    color: #4dd0e1 !important;
  }
  a.mdc-text-cyan-300:hover,
  a.mdc-text-cyan-300:focus {
    color: #26c6da !important;
  }
  .mdc-text-cyan-400 {
    color: #26c6da !important;
  }
  a.mdc-text-cyan-400:hover,
  a.mdc-text-cyan-400:focus {
    color: #00bcd4 !important;
  }
  .mdc-text-cyan-500 {
    color: #00bcd4 !important;
  }
  a.mdc-text-cyan-500:hover,
  a.mdc-text-cyan-500:focus {
    color: #00acc1 !important;
  }
  .mdc-text-cyan-600 {
    color: #00acc1 !important;
  }
  a.mdc-text-cyan-600:hover,
  a.mdc-text-cyan-600:focus {
    color: #0097a7 !important;
  }
  .mdc-text-cyan-700 {
    color: #0097a7 !important;
  }
  a.mdc-text-cyan-700:hover,
  a.mdc-text-cyan-700:focus {
    color: #00838f !important;
  }
  .mdc-text-cyan-800 {
    color: #00838f !important;
  }
  a.mdc-text-cyan-800:hover,
  a.mdc-text-cyan-800:focus {
    color: #006064 !important;
  }
  .mdc-text-cyan-900 {
    color: #006064 !important;
  }
  a.mdc-text-cyan-900:hover,
  a.mdc-text-cyan-900:focus {
    color: #002f31 !important;
  }
  .mdc-text-cyan-A100 {
    color: #84ffff !important;
  }
  a.mdc-text-cyan-A100:hover,
  a.mdc-text-cyan-A100:focus {
    color: #51ffff !important;
  }
  .mdc-text-cyan-A200 {
    color: #18ffff !important;
  }
  a.mdc-text-cyan-A200:hover,
  a.mdc-text-cyan-A200:focus {
    color: #00e4e4 !important;
  }
  .mdc-text-cyan-A400 {
    color: #00e5ff !important;
  }
  a.mdc-text-cyan-A400:hover,
  a.mdc-text-cyan-A400:focus {
    color: #00b7cc !important;
  }
  .mdc-text-cyan-A700 {
    color: #00b8d4 !important;
  }
  a.mdc-text-cyan-A700:hover,
  a.mdc-text-cyan-A700:focus {
    color: #008ca1 !important;
  }
  .mdc-bg-cyan {
    background-color: #00bcd4 !important;
  }
  a.mdc-bg-cyan:hover,
  a.mdc-bg-cyan:focus {
    background-color: #00acc1 !important;
  }
  .mdc-bg-cyan-50 {
    background-color: #e0f7fa !important;
  }
  a.mdc-bg-cyan-50:hover,
  a.mdc-bg-cyan-50:focus {
    background-color: #b2ebf2 !important;
  }
  .mdc-bg-cyan-100 {
    background-color: #b2ebf2 !important;
  }
  a.mdc-bg-cyan-100:hover,
  a.mdc-bg-cyan-100:focus {
    background-color: #80deea !important;
  }
  .mdc-bg-cyan-200 {
    background-color: #80deea !important;
  }
  a.mdc-bg-cyan-200:hover,
  a.mdc-bg-cyan-200:focus {
    background-color: #4dd0e1 !important;
  }
  .mdc-bg-cyan-300 {
    background-color: #4dd0e1 !important;
  }
  a.mdc-bg-cyan-300:hover,
  a.mdc-bg-cyan-300:focus {
    background-color: #26c6da !important;
  }
  .mdc-bg-cyan-400 {
    background-color: #26c6da !important;
  }
  a.mdc-bg-cyan-400:hover,
  a.mdc-bg-cyan-400:focus {
    background-color: #00bcd4 !important;
  }
  .mdc-bg-cyan-500 {
    background-color: #00bcd4 !important;
  }
  a.mdc-bg-cyan-500:hover,
  a.mdc-bg-cyan-500:focus {
    background-color: #00acc1 !important;
  }
  .mdc-bg-cyan-600 {
    background-color: #00acc1 !important;
  }
  a.mdc-bg-cyan-600:hover,
  a.mdc-bg-cyan-600:focus {
    background-color: #0097a7 !important;
  }
  .mdc-bg-cyan-700 {
    background-color: #0097a7 !important;
  }
  a.mdc-bg-cyan-700:hover,
  a.mdc-bg-cyan-700:focus {
    background-color: #00838f !important;
  }
  .mdc-bg-cyan-800 {
    background-color: #00838f !important;
  }
  a.mdc-bg-cyan-800:hover,
  a.mdc-bg-cyan-800:focus {
    background-color: #006064 !important;
  }
  .mdc-bg-cyan-900 {
    background-color: #006064 !important;
  }
  a.mdc-bg-cyan-900:hover,
  a.mdc-bg-cyan-900:focus {
    background-color: #002f31 !important;
  }
  .mdc-bg-cyan-A100 {
    background-color: #84ffff !important;
  }
  a.mdc-bg-cyan-A100:hover,
  a.mdc-bg-cyan-A100:focus {
    background-color: #51ffff !important;
  }
  .mdc-bg-cyan-A200 {
    background-color: #18ffff !important;
  }
  a.mdc-bg-cyan-A200:hover,
  a.mdc-bg-cyan-A200:focus {
    background-color: #00e4e4 !important;
  }
  .mdc-bg-cyan-A400 {
    background-color: #00e5ff !important;
  }
  a.mdc-bg-cyan-A400:hover,
  a.mdc-bg-cyan-A400:focus {
    background-color: #00b7cc !important;
  }
  .mdc-bg-cyan-A700 {
    background-color: #00b8d4 !important;
  }
  a.mdc-bg-cyan-A700:hover,
  a.mdc-bg-cyan-A700:focus {
    background-color: #008ca1 !important;
  }
  .mdc-text-teal {
    color: #009688 !important;
  }
  a.mdc-text-teal:hover,
  a.mdc-text-teal:focus {
    color: #00897b !important;
  }
  .mdc-text-teal-50 {
    color: #e0f2f1 !important;
  }
  a.mdc-text-teal-50:hover,
  a.mdc-text-teal-50:focus {
    color: #b2dfdb !important;
  }
  .mdc-text-teal-100 {
    color: #b2dfdb !important;
  }
  a.mdc-text-teal-100:hover,
  a.mdc-text-teal-100:focus {
    color: #80cbc4 !important;
  }
  .mdc-text-teal-200 {
    color: #80cbc4 !important;
  }
  a.mdc-text-teal-200:hover,
  a.mdc-text-teal-200:focus {
    color: #4db6ac !important;
  }
  .mdc-text-teal-300 {
    color: #4db6ac !important;
  }
  a.mdc-text-teal-300:hover,
  a.mdc-text-teal-300:focus {
    color: #26a69a !important;
  }
  .mdc-text-teal-400 {
    color: #26a69a !important;
  }
  a.mdc-text-teal-400:hover,
  a.mdc-text-teal-400:focus {
    color: #009688 !important;
  }
  .mdc-text-teal-500 {
    color: #009688 !important;
  }
  a.mdc-text-teal-500:hover,
  a.mdc-text-teal-500:focus {
    color: #00897b !important;
  }
  .mdc-text-teal-600 {
    color: #00897b !important;
  }
  a.mdc-text-teal-600:hover,
  a.mdc-text-teal-600:focus {
    color: #00796b !important;
  }
  .mdc-text-teal-700 {
    color: #00796b !important;
  }
  a.mdc-text-teal-700:hover,
  a.mdc-text-teal-700:focus {
    color: #00695c !important;
  }
  .mdc-text-teal-800 {
    color: #00695c !important;
  }
  a.mdc-text-teal-800:hover,
  a.mdc-text-teal-800:focus {
    color: #004d40 !important;
  }
  .mdc-text-teal-900 {
    color: #004d40 !important;
  }
  a.mdc-text-teal-900:hover,
  a.mdc-text-teal-900:focus {
    color: #001a16 !important;
  }
  .mdc-text-teal-A100 {
    color: #a7ffeb !important;
  }
  a.mdc-text-teal-A100:hover,
  a.mdc-text-teal-A100:focus {
    color: #74ffdf !important;
  }
  .mdc-text-teal-A200 {
    color: #64ffda !important;
  }
  a.mdc-text-teal-A200:hover,
  a.mdc-text-teal-A200:focus {
    color: #31ffce !important;
  }
  .mdc-text-teal-A400 {
    color: #1de9b6 !important;
  }
  a.mdc-text-teal-A400:hover,
  a.mdc-text-teal-A400:focus {
    color: #13c095 !important;
  }
  .mdc-text-teal-A700 {
    color: #00bfa5 !important;
  }
  a.mdc-text-teal-A700:hover,
  a.mdc-text-teal-A700:focus {
    color: #008c79 !important;
  }
  .mdc-bg-teal {
    background-color: #009688 !important;
  }
  a.mdc-bg-teal:hover,
  a.mdc-bg-teal:focus {
    background-color: #00897b !important;
  }
  .mdc-bg-teal-50 {
    background-color: #e0f2f1 !important;
  }
  a.mdc-bg-teal-50:hover,
  a.mdc-bg-teal-50:focus {
    background-color: #b2dfdb !important;
  }
  .mdc-bg-teal-100 {
    background-color: #b2dfdb !important;
  }
  a.mdc-bg-teal-100:hover,
  a.mdc-bg-teal-100:focus {
    background-color: #80cbc4 !important;
  }
  .mdc-bg-teal-200 {
    background-color: #80cbc4 !important;
  }
  a.mdc-bg-teal-200:hover,
  a.mdc-bg-teal-200:focus {
    background-color: #4db6ac !important;
  }
  .mdc-bg-teal-300 {
    background-color: #4db6ac !important;
  }
  a.mdc-bg-teal-300:hover,
  a.mdc-bg-teal-300:focus {
    background-color: #26a69a !important;
  }
  .mdc-bg-teal-400 {
    background-color: #26a69a !important;
  }
  a.mdc-bg-teal-400:hover,
  a.mdc-bg-teal-400:focus {
    background-color: #009688 !important;
  }
  .mdc-bg-teal-500 {
    background-color: #009688 !important;
  }
  a.mdc-bg-teal-500:hover,
  a.mdc-bg-teal-500:focus {
    background-color: #00897b !important;
  }
  .mdc-bg-teal-600 {
    background-color: #00897b !important;
  }
  a.mdc-bg-teal-600:hover,
  a.mdc-bg-teal-600:focus {
    background-color: #00796b !important;
  }
  .mdc-bg-teal-700 {
    background-color: #00796b !important;
  }
  a.mdc-bg-teal-700:hover,
  a.mdc-bg-teal-700:focus {
    background-color: #00695c !important;
  }
  .mdc-bg-teal-800 {
    background-color: #00695c !important;
  }
  a.mdc-bg-teal-800:hover,
  a.mdc-bg-teal-800:focus {
    background-color: #004d40 !important;
  }
  .mdc-bg-teal-900 {
    background-color: #004d40 !important;
  }
  a.mdc-bg-teal-900:hover,
  a.mdc-bg-teal-900:focus {
    background-color: #001a16 !important;
  }
  .mdc-bg-teal-A100 {
    background-color: #a7ffeb !important;
  }
  a.mdc-bg-teal-A100:hover,
  a.mdc-bg-teal-A100:focus {
    background-color: #74ffdf !important;
  }
  .mdc-bg-teal-A200 {
    background-color: #64ffda !important;
  }
  a.mdc-bg-teal-A200:hover,
  a.mdc-bg-teal-A200:focus {
    background-color: #31ffce !important;
  }
  .mdc-bg-teal-A400 {
    background-color: #1de9b6 !important;
  }
  a.mdc-bg-teal-A400:hover,
  a.mdc-bg-teal-A400:focus {
    background-color: #13c095 !important;
  }
  .mdc-bg-teal-A700 {
    background-color: #00bfa5 !important;
  }
  a.mdc-bg-teal-A700:hover,
  a.mdc-bg-teal-A700:focus {
    background-color: #008c79 !important;
  }
  .mdc-text-green {
    color: #4caf50 !important;
  }
  a.mdc-text-green:hover,
  a.mdc-text-green:focus {
    color: #43a047 !important;
  }
  .mdc-text-green-50 {
    color: #e8f5e9 !important;
  }
  a.mdc-text-green-50:hover,
  a.mdc-text-green-50:focus {
    color: #c8e6c9 !important;
  }
  .mdc-text-green-100 {
    color: #c8e6c9 !important;
  }
  a.mdc-text-green-100:hover,
  a.mdc-text-green-100:focus {
    color: #a5d6a7 !important;
  }
  .mdc-text-green-200 {
    color: #a5d6a7 !important;
  }
  a.mdc-text-green-200:hover,
  a.mdc-text-green-200:focus {
    color: #81c784 !important;
  }
  .mdc-text-green-300 {
    color: #81c784 !important;
  }
  a.mdc-text-green-300:hover,
  a.mdc-text-green-300:focus {
    color: #66bb6a !important;
  }
  .mdc-text-green-400 {
    color: #66bb6a !important;
  }
  a.mdc-text-green-400:hover,
  a.mdc-text-green-400:focus {
    color: #4caf50 !important;
  }
  .mdc-text-green-500 {
    color: #4caf50 !important;
  }
  a.mdc-text-green-500:hover,
  a.mdc-text-green-500:focus {
    color: #43a047 !important;
  }
  .mdc-text-green-600 {
    color: #43a047 !important;
  }
  a.mdc-text-green-600:hover,
  a.mdc-text-green-600:focus {
    color: #388e3c !important;
  }
  .mdc-text-green-700 {
    color: #388e3c !important;
  }
  a.mdc-text-green-700:hover,
  a.mdc-text-green-700:focus {
    color: #2e7d32 !important;
  }
  .mdc-text-green-800 {
    color: #2e7d32 !important;
  }
  a.mdc-text-green-800:hover,
  a.mdc-text-green-800:focus {
    color: #1b5e20 !important;
  }
  .mdc-text-green-900 {
    color: #1b5e20 !important;
  }
  a.mdc-text-green-900:hover,
  a.mdc-text-green-900:focus {
    color: #103613 !important;
  }
  .mdc-text-green-A100 {
    color: #b9f6ca !important;
  }
  a.mdc-text-green-A100:hover,
  a.mdc-text-green-A100:focus {
    color: #8cf0a8 !important;
  }
  .mdc-text-green-A200 {
    color: #69f0ae !important;
  }
  a.mdc-text-green-A200:hover,
  a.mdc-text-green-A200:focus {
    color: #3beb95 !important;
  }
  .mdc-text-green-A400 {
    color: #00e676 !important;
  }
  a.mdc-text-green-A400:hover,
  a.mdc-text-green-A400:focus {
    color: #00b35c !important;
  }
  .mdc-text-green-A700 {
    color: #00c853 !important;
  }
  a.mdc-text-green-A700:hover,
  a.mdc-text-green-A700:focus {
    color: #00953e !important;
  }
  .mdc-bg-green {
    background-color: #4caf50 !important;
  }
  a.mdc-bg-green:hover,
  a.mdc-bg-green:focus {
    background-color: #43a047 !important;
  }
  .mdc-bg-green-50 {
    background-color: #e8f5e9 !important;
  }
  a.mdc-bg-green-50:hover,
  a.mdc-bg-green-50:focus {
    background-color: #c8e6c9 !important;
  }
  .mdc-bg-green-100 {
    background-color: #c8e6c9 !important;
  }
  a.mdc-bg-green-100:hover,
  a.mdc-bg-green-100:focus {
    background-color: #a5d6a7 !important;
  }
  .mdc-bg-green-200 {
    background-color: #a5d6a7 !important;
  }
  a.mdc-bg-green-200:hover,
  a.mdc-bg-green-200:focus {
    background-color: #81c784 !important;
  }
  .mdc-bg-green-300 {
    background-color: #81c784 !important;
  }
  a.mdc-bg-green-300:hover,
  a.mdc-bg-green-300:focus {
    background-color: #66bb6a !important;
  }
  .mdc-bg-green-400 {
    background-color: #66bb6a !important;
  }
  a.mdc-bg-green-400:hover,
  a.mdc-bg-green-400:focus {
    background-color: #4caf50 !important;
  }
  .mdc-bg-green-500 {
    background-color: #4caf50 !important;
  }
  a.mdc-bg-green-500:hover,
  a.mdc-bg-green-500:focus {
    background-color: #43a047 !important;
  }
  .mdc-bg-green-600 {
    background-color: #43a047 !important;
  }
  a.mdc-bg-green-600:hover,
  a.mdc-bg-green-600:focus {
    background-color: #388e3c !important;
  }
  .mdc-bg-green-700 {
    background-color: #388e3c !important;
  }
  a.mdc-bg-green-700:hover,
  a.mdc-bg-green-700:focus {
    background-color: #2e7d32 !important;
  }
  .mdc-bg-green-800 {
    background-color: #2e7d32 !important;
  }
  a.mdc-bg-green-800:hover,
  a.mdc-bg-green-800:focus {
    background-color: #1b5e20 !important;
  }
  .mdc-bg-green-900 {
    background-color: #1b5e20 !important;
  }
  a.mdc-bg-green-900:hover,
  a.mdc-bg-green-900:focus {
    background-color: #103613 !important;
  }
  .mdc-bg-green-A100 {
    background-color: #b9f6ca !important;
  }
  a.mdc-bg-green-A100:hover,
  a.mdc-bg-green-A100:focus {
    background-color: #8cf0a8 !important;
  }
  .mdc-bg-green-A200 {
    background-color: #69f0ae !important;
  }
  a.mdc-bg-green-A200:hover,
  a.mdc-bg-green-A200:focus {
    background-color: #3beb95 !important;
  }
  .mdc-bg-green-A400 {
    background-color: #00e676 !important;
  }
  a.mdc-bg-green-A400:hover,
  a.mdc-bg-green-A400:focus {
    background-color: #00b35c !important;
  }
  .mdc-bg-green-A700 {
    background-color: #00c853 !important;
  }
  a.mdc-bg-green-A700:hover,
  a.mdc-bg-green-A700:focus {
    background-color: #00953e !important;
  }
  .mdc-text-light-green {
    color: #8bc34a !important;
  }
  a.mdc-text-light-green:hover,
  a.mdc-text-light-green:focus {
    color: #7cb342 !important;
  }
  .mdc-text-light-green-50 {
    color: #f1f8e9 !important;
  }
  a.mdc-text-light-green-50:hover,
  a.mdc-text-light-green-50:focus {
    color: #dcedc8 !important;
  }
  .mdc-text-light-green-100 {
    color: #dcedc8 !important;
  }
  a.mdc-text-light-green-100:hover,
  a.mdc-text-light-green-100:focus {
    color: #c5e1a5 !important;
  }
  .mdc-text-light-green-200 {
    color: #c5e1a5 !important;
  }
  a.mdc-text-light-green-200:hover,
  a.mdc-text-light-green-200:focus {
    color: #aed581 !important;
  }
  .mdc-text-light-green-300 {
    color: #aed581 !important;
  }
  a.mdc-text-light-green-300:hover,
  a.mdc-text-light-green-300:focus {
    color: #9ccc65 !important;
  }
  .mdc-text-light-green-400 {
    color: #9ccc65 !important;
  }
  a.mdc-text-light-green-400:hover,
  a.mdc-text-light-green-400:focus {
    color: #8bc34a !important;
  }
  .mdc-text-light-green-500 {
    color: #8bc34a !important;
  }
  a.mdc-text-light-green-500:hover,
  a.mdc-text-light-green-500:focus {
    color: #7cb342 !important;
  }
  .mdc-text-light-green-600 {
    color: #7cb342 !important;
  }
  a.mdc-text-light-green-600:hover,
  a.mdc-text-light-green-600:focus {
    color: #689f38 !important;
  }
  .mdc-text-light-green-700 {
    color: #689f38 !important;
  }
  a.mdc-text-light-green-700:hover,
  a.mdc-text-light-green-700:focus {
    color: #558b2f !important;
  }
  .mdc-text-light-green-800 {
    color: #558b2f !important;
  }
  a.mdc-text-light-green-800:hover,
  a.mdc-text-light-green-800:focus {
    color: #33691e !important;
  }
  .mdc-text-light-green-900 {
    color: #33691e !important;
  }
  a.mdc-text-light-green-900:hover,
  a.mdc-text-light-green-900:focus {
    color: #204113 !important;
  }
  .mdc-text-light-green-A100 {
    color: #ccff90 !important;
  }
  a.mdc-text-light-green-A100:hover,
  a.mdc-text-light-green-A100:focus {
    color: #b5ff5d !important;
  }
  .mdc-text-light-green-A200 {
    color: #b2ff59 !important;
  }
  a.mdc-text-light-green-A200:hover,
  a.mdc-text-light-green-A200:focus {
    color: #9aff26 !important;
  }
  .mdc-text-light-green-A400 {
    color: #76ff03 !important;
  }
  a.mdc-text-light-green-A400:hover,
  a.mdc-text-light-green-A400:focus {
    color: #5ecf00 !important;
  }
  .mdc-text-light-green-A700 {
    color: #64dd17 !important;
  }
  a.mdc-text-light-green-A700:hover,
  a.mdc-text-light-green-A700:focus {
    color: #4faf12 !important;
  }
  .mdc-bg-light-green {
    background-color: #8bc34a !important;
  }
  a.mdc-bg-light-green:hover,
  a.mdc-bg-light-green:focus {
    background-color: #7cb342 !important;
  }
  .mdc-bg-light-green-50 {
    background-color: #f1f8e9 !important;
  }
  a.mdc-bg-light-green-50:hover,
  a.mdc-bg-light-green-50:focus {
    background-color: #dcedc8 !important;
  }
  .mdc-bg-light-green-100 {
    background-color: #dcedc8 !important;
  }
  a.mdc-bg-light-green-100:hover,
  a.mdc-bg-light-green-100:focus {
    background-color: #c5e1a5 !important;
  }
  .mdc-bg-light-green-200 {
    background-color: #c5e1a5 !important;
  }
  a.mdc-bg-light-green-200:hover,
  a.mdc-bg-light-green-200:focus {
    background-color: #aed581 !important;
  }
  .mdc-bg-light-green-300 {
    background-color: #aed581 !important;
  }
  a.mdc-bg-light-green-300:hover,
  a.mdc-bg-light-green-300:focus {
    background-color: #9ccc65 !important;
  }
  .mdc-bg-light-green-400 {
    background-color: #9ccc65 !important;
  }
  a.mdc-bg-light-green-400:hover,
  a.mdc-bg-light-green-400:focus {
    background-color: #8bc34a !important;
  }
  .mdc-bg-light-green-500 {
    background-color: #8bc34a !important;
  }
  a.mdc-bg-light-green-500:hover,
  a.mdc-bg-light-green-500:focus {
    background-color: #7cb342 !important;
  }
  .mdc-bg-light-green-600 {
    background-color: #7cb342 !important;
  }
  a.mdc-bg-light-green-600:hover,
  a.mdc-bg-light-green-600:focus {
    background-color: #689f38 !important;
  }
  .mdc-bg-light-green-700 {
    background-color: #689f38 !important;
  }
  a.mdc-bg-light-green-700:hover,
  a.mdc-bg-light-green-700:focus {
    background-color: #558b2f !important;
  }
  .mdc-bg-light-green-800 {
    background-color: #558b2f !important;
  }
  a.mdc-bg-light-green-800:hover,
  a.mdc-bg-light-green-800:focus {
    background-color: #33691e !important;
  }
  .mdc-bg-light-green-900 {
    background-color: #33691e !important;
  }
  a.mdc-bg-light-green-900:hover,
  a.mdc-bg-light-green-900:focus {
    background-color: #204113 !important;
  }
  .mdc-bg-light-green-A100 {
    background-color: #ccff90 !important;
  }
  a.mdc-bg-light-green-A100:hover,
  a.mdc-bg-light-green-A100:focus {
    background-color: #b5ff5d !important;
  }
  .mdc-bg-light-green-A200 {
    background-color: #b2ff59 !important;
  }
  a.mdc-bg-light-green-A200:hover,
  a.mdc-bg-light-green-A200:focus {
    background-color: #9aff26 !important;
  }
  .mdc-bg-light-green-A400 {
    background-color: #76ff03 !important;
  }
  a.mdc-bg-light-green-A400:hover,
  a.mdc-bg-light-green-A400:focus {
    background-color: #5ecf00 !important;
  }
  .mdc-bg-light-green-A700 {
    background-color: #64dd17 !important;
  }
  a.mdc-bg-light-green-A700:hover,
  a.mdc-bg-light-green-A700:focus {
    background-color: #4faf12 !important;
  }
  .mdc-text-lime {
    color: #cddc39 !important;
  }
  a.mdc-text-lime:hover,
  a.mdc-text-lime:focus {
    color: #c0ca33 !important;
  }
  .mdc-text-lime-50 {
    color: #f9fbe7 !important;
  }
  a.mdc-text-lime-50:hover,
  a.mdc-text-lime-50:focus {
    color: #f0f4c3 !important;
  }
  .mdc-text-lime-100 {
    color: #f0f4c3 !important;
  }
  a.mdc-text-lime-100:hover,
  a.mdc-text-lime-100:focus {
    color: #e6ee9c !important;
  }
  .mdc-text-lime-200 {
    color: #e6ee9c !important;
  }
  a.mdc-text-lime-200:hover,
  a.mdc-text-lime-200:focus {
    color: #dce775 !important;
  }
  .mdc-text-lime-300 {
    color: #dce775 !important;
  }
  a.mdc-text-lime-300:hover,
  a.mdc-text-lime-300:focus {
    color: #d4e157 !important;
  }
  .mdc-text-lime-400 {
    color: #d4e157 !important;
  }
  a.mdc-text-lime-400:hover,
  a.mdc-text-lime-400:focus {
    color: #cddc39 !important;
  }
  .mdc-text-lime-500 {
    color: #cddc39 !important;
  }
  a.mdc-text-lime-500:hover,
  a.mdc-text-lime-500:focus {
    color: #c0ca33 !important;
  }
  .mdc-text-lime-600 {
    color: #c0ca33 !important;
  }
  a.mdc-text-lime-600:hover,
  a.mdc-text-lime-600:focus {
    color: #afb42b !important;
  }
  .mdc-text-lime-700 {
    color: #afb42b !important;
  }
  a.mdc-text-lime-700:hover,
  a.mdc-text-lime-700:focus {
    color: #9e9d24 !important;
  }
  .mdc-text-lime-800 {
    color: #9e9d24 !important;
  }
  a.mdc-text-lime-800:hover,
  a.mdc-text-lime-800:focus {
    color: #827717 !important;
  }
  .mdc-text-lime-900 {
    color: #827717 !important;
  }
  a.mdc-text-lime-900:hover,
  a.mdc-text-lime-900:focus {
    color: #574f0f !important;
  }
  .mdc-text-lime-A100 {
    color: #f4ff81 !important;
  }
  a.mdc-text-lime-A100:hover,
  a.mdc-text-lime-A100:focus {
    color: #f0ff4e !important;
  }
  .mdc-text-lime-A200 {
    color: #eeff41 !important;
  }
  a.mdc-text-lime-A200:hover,
  a.mdc-text-lime-A200:focus {
    color: #e9ff0e !important;
  }
  .mdc-text-lime-A400 {
    color: #c6ff00 !important;
  }
  a.mdc-text-lime-A400:hover,
  a.mdc-text-lime-A400:focus {
    color: #9ecc00 !important;
  }
  .mdc-text-lime-A700 {
    color: #aeea00 !important;
  }
  a.mdc-text-lime-A700:hover,
  a.mdc-text-lime-A700:focus {
    color: #88b700 !important;
  }
  .mdc-bg-lime {
    background-color: #cddc39 !important;
  }
  a.mdc-bg-lime:hover,
  a.mdc-bg-lime:focus {
    background-color: #c0ca33 !important;
  }
  .mdc-bg-lime-50 {
    background-color: #f9fbe7 !important;
  }
  a.mdc-bg-lime-50:hover,
  a.mdc-bg-lime-50:focus {
    background-color: #f0f4c3 !important;
  }
  .mdc-bg-lime-100 {
    background-color: #f0f4c3 !important;
  }
  a.mdc-bg-lime-100:hover,
  a.mdc-bg-lime-100:focus {
    background-color: #e6ee9c !important;
  }
  .mdc-bg-lime-200 {
    background-color: #e6ee9c !important;
  }
  a.mdc-bg-lime-200:hover,
  a.mdc-bg-lime-200:focus {
    background-color: #dce775 !important;
  }
  .mdc-bg-lime-300 {
    background-color: #dce775 !important;
  }
  a.mdc-bg-lime-300:hover,
  a.mdc-bg-lime-300:focus {
    background-color: #d4e157 !important;
  }
  .mdc-bg-lime-400 {
    background-color: #d4e157 !important;
  }
  a.mdc-bg-lime-400:hover,
  a.mdc-bg-lime-400:focus {
    background-color: #cddc39 !important;
  }
  .mdc-bg-lime-500 {
    background-color: #cddc39 !important;
  }
  a.mdc-bg-lime-500:hover,
  a.mdc-bg-lime-500:focus {
    background-color: #c0ca33 !important;
  }
  .mdc-bg-lime-600 {
    background-color: #c0ca33 !important;
  }
  a.mdc-bg-lime-600:hover,
  a.mdc-bg-lime-600:focus {
    background-color: #afb42b !important;
  }
  .mdc-bg-lime-700 {
    background-color: #afb42b !important;
  }
  a.mdc-bg-lime-700:hover,
  a.mdc-bg-lime-700:focus {
    background-color: #9e9d24 !important;
  }
  .mdc-bg-lime-800 {
    background-color: #9e9d24 !important;
  }
  a.mdc-bg-lime-800:hover,
  a.mdc-bg-lime-800:focus {
    background-color: #827717 !important;
  }
  .mdc-bg-lime-900 {
    background-color: #827717 !important;
  }
  a.mdc-bg-lime-900:hover,
  a.mdc-bg-lime-900:focus {
    background-color: #574f0f !important;
  }
  .mdc-bg-lime-A100 {
    background-color: #f4ff81 !important;
  }
  a.mdc-bg-lime-A100:hover,
  a.mdc-bg-lime-A100:focus {
    background-color: #f0ff4e !important;
  }
  .mdc-bg-lime-A200 {
    background-color: #eeff41 !important;
  }
  a.mdc-bg-lime-A200:hover,
  a.mdc-bg-lime-A200:focus {
    background-color: #e9ff0e !important;
  }
  .mdc-bg-lime-A400 {
    background-color: #c6ff00 !important;
  }
  a.mdc-bg-lime-A400:hover,
  a.mdc-bg-lime-A400:focus {
    background-color: #9ecc00 !important;
  }
  .mdc-bg-lime-A700 {
    background-color: #aeea00 !important;
  }
  a.mdc-bg-lime-A700:hover,
  a.mdc-bg-lime-A700:focus {
    background-color: #88b700 !important;
  }
  .mdc-text-yellow {
    color: #ffeb3b !important;
  }
  a.mdc-text-yellow:hover,
  a.mdc-text-yellow:focus {
    color: #fdd835 !important;
  }
  .mdc-text-yellow-50 {
    color: #fffde7 !important;
  }
  a.mdc-text-yellow-50:hover,
  a.mdc-text-yellow-50:focus {
    color: #fff9c4 !important;
  }
  .mdc-text-yellow-100 {
    color: #fff9c4 !important;
  }
  a.mdc-text-yellow-100:hover,
  a.mdc-text-yellow-100:focus {
    color: #fff59d !important;
  }
  .mdc-text-yellow-200 {
    color: #fff59d !important;
  }
  a.mdc-text-yellow-200:hover,
  a.mdc-text-yellow-200:focus {
    color: #fff176 !important;
  }
  .mdc-text-yellow-300 {
    color: #fff176 !important;
  }
  a.mdc-text-yellow-300:hover,
  a.mdc-text-yellow-300:focus {
    color: #ffee58 !important;
  }
  .mdc-text-yellow-400 {
    color: #ffee58 !important;
  }
  a.mdc-text-yellow-400:hover,
  a.mdc-text-yellow-400:focus {
    color: #ffeb3b !important;
  }
  .mdc-text-yellow-500 {
    color: #ffeb3b !important;
  }
  a.mdc-text-yellow-500:hover,
  a.mdc-text-yellow-500:focus {
    color: #fdd835 !important;
  }
  .mdc-text-yellow-600 {
    color: #fdd835 !important;
  }
  a.mdc-text-yellow-600:hover,
  a.mdc-text-yellow-600:focus {
    color: #fbc02d !important;
  }
  .mdc-text-yellow-700 {
    color: #fbc02d !important;
  }
  a.mdc-text-yellow-700:hover,
  a.mdc-text-yellow-700:focus {
    color: #f9a825 !important;
  }
  .mdc-text-yellow-800 {
    color: #f9a825 !important;
  }
  a.mdc-text-yellow-800:hover,
  a.mdc-text-yellow-800:focus {
    color: #f57f17 !important;
  }
  .mdc-text-yellow-900 {
    color: #f57f17 !important;
  }
  a.mdc-text-yellow-900:hover,
  a.mdc-text-yellow-900:focus {
    color: #d06609 !important;
  }
  .mdc-text-yellow-A100 {
    color: #ffff8d !important;
  }
  a.mdc-text-yellow-A100:hover,
  a.mdc-text-yellow-A100:focus {
    color: #ffff5a !important;
  }
  .mdc-text-yellow-A200 {
    color: #ffff00 !important;
  }
  a.mdc-text-yellow-A200:hover,
  a.mdc-text-yellow-A200:focus {
    color: #cccc00 !important;
  }
  .mdc-text-yellow-A400 {
    color: #ffea00 !important;
  }
  a.mdc-text-yellow-A400:hover,
  a.mdc-text-yellow-A400:focus {
    color: #ccbb00 !important;
  }
  .mdc-text-yellow-A700 {
    color: #ffd600 !important;
  }
  a.mdc-text-yellow-A700:hover,
  a.mdc-text-yellow-A700:focus {
    color: #ccab00 !important;
  }
  .mdc-bg-yellow {
    background-color: #ffeb3b !important;
  }
  a.mdc-bg-yellow:hover,
  a.mdc-bg-yellow:focus {
    background-color: #fdd835 !important;
  }
  .mdc-bg-yellow-50 {
    background-color: #fffde7 !important;
  }
  a.mdc-bg-yellow-50:hover,
  a.mdc-bg-yellow-50:focus {
    background-color: #fff9c4 !important;
  }
  .mdc-bg-yellow-100 {
    background-color: #fff9c4 !important;
  }
  a.mdc-bg-yellow-100:hover,
  a.mdc-bg-yellow-100:focus {
    background-color: #fff59d !important;
  }
  .mdc-bg-yellow-200 {
    background-color: #fff59d !important;
  }
  a.mdc-bg-yellow-200:hover,
  a.mdc-bg-yellow-200:focus {
    background-color: #fff176 !important;
  }
  .mdc-bg-yellow-300 {
    background-color: #fff176 !important;
  }
  a.mdc-bg-yellow-300:hover,
  a.mdc-bg-yellow-300:focus {
    background-color: #ffee58 !important;
  }
  .mdc-bg-yellow-400 {
    background-color: #ffee58 !important;
  }
  a.mdc-bg-yellow-400:hover,
  a.mdc-bg-yellow-400:focus {
    background-color: #ffeb3b !important;
  }
  .mdc-bg-yellow-500 {
    background-color: #ffeb3b !important;
  }
  a.mdc-bg-yellow-500:hover,
  a.mdc-bg-yellow-500:focus {
    background-color: #fdd835 !important;
  }
  .mdc-bg-yellow-600 {
    background-color: #fdd835 !important;
  }
  a.mdc-bg-yellow-600:hover,
  a.mdc-bg-yellow-600:focus {
    background-color: #fbc02d !important;
  }
  .mdc-bg-yellow-700 {
    background-color: #fbc02d !important;
  }
  a.mdc-bg-yellow-700:hover,
  a.mdc-bg-yellow-700:focus {
    background-color: #f9a825 !important;
  }
  .mdc-bg-yellow-800 {
    background-color: #f9a825 !important;
  }
  a.mdc-bg-yellow-800:hover,
  a.mdc-bg-yellow-800:focus {
    background-color: #f57f17 !important;
  }
  .mdc-bg-yellow-900 {
    background-color: #f57f17 !important;
  }
  a.mdc-bg-yellow-900:hover,
  a.mdc-bg-yellow-900:focus {
    background-color: #d06609 !important;
  }
  .mdc-bg-yellow-A100 {
    background-color: #ffff8d !important;
  }
  a.mdc-bg-yellow-A100:hover,
  a.mdc-bg-yellow-A100:focus {
    background-color: #ffff5a !important;
  }
  .mdc-bg-yellow-A200 {
    background-color: #ffff00 !important;
  }
  a.mdc-bg-yellow-A200:hover,
  a.mdc-bg-yellow-A200:focus {
    background-color: #cccc00 !important;
  }
  .mdc-bg-yellow-A400 {
    background-color: #ffea00 !important;
  }
  a.mdc-bg-yellow-A400:hover,
  a.mdc-bg-yellow-A400:focus {
    background-color: #ccbb00 !important;
  }
  .mdc-bg-yellow-A700 {
    background-color: #ffd600 !important;
  }
  a.mdc-bg-yellow-A700:hover,
  a.mdc-bg-yellow-A700:focus {
    background-color: #ccab00 !important;
  }
  .mdc-text-amber {
    color: #ffc107 !important;
  }
  a.mdc-text-amber:hover,
  a.mdc-text-amber:focus {
    color: #ffb300 !important;
  }
  .mdc-text-amber-50 {
    color: #fff8e1 !important;
  }
  a.mdc-text-amber-50:hover,
  a.mdc-text-amber-50:focus {
    color: #ffecb3 !important;
  }
  .mdc-text-amber-100 {
    color: #ffecb3 !important;
  }
  a.mdc-text-amber-100:hover,
  a.mdc-text-amber-100:focus {
    color: #ffe082 !important;
  }
  .mdc-text-amber-200 {
    color: #ffe082 !important;
  }
  a.mdc-text-amber-200:hover,
  a.mdc-text-amber-200:focus {
    color: #ffd54f !important;
  }
  .mdc-text-amber-300 {
    color: #ffd54f !important;
  }
  a.mdc-text-amber-300:hover,
  a.mdc-text-amber-300:focus {
    color: #ffca28 !important;
  }
  .mdc-text-amber-400 {
    color: #ffca28 !important;
  }
  a.mdc-text-amber-400:hover,
  a.mdc-text-amber-400:focus {
    color: #ffc107 !important;
  }
  .mdc-text-amber-500 {
    color: #ffc107 !important;
  }
  a.mdc-text-amber-500:hover,
  a.mdc-text-amber-500:focus {
    color: #ffb300 !important;
  }
  .mdc-text-amber-600 {
    color: #ffb300 !important;
  }
  a.mdc-text-amber-600:hover,
  a.mdc-text-amber-600:focus {
    color: #ffa000 !important;
  }
  .mdc-text-amber-700 {
    color: #ffa000 !important;
  }
  a.mdc-text-amber-700:hover,
  a.mdc-text-amber-700:focus {
    color: #ff8f00 !important;
  }
  .mdc-text-amber-800 {
    color: #ff8f00 !important;
  }
  a.mdc-text-amber-800:hover,
  a.mdc-text-amber-800:focus {
    color: #ff6f00 !important;
  }
  .mdc-text-amber-900 {
    color: #ff6f00 !important;
  }
  a.mdc-text-amber-900:hover,
  a.mdc-text-amber-900:focus {
    color: #cc5900 !important;
  }
  .mdc-text-amber-A100 {
    color: #ffe57f !important;
  }
  a.mdc-text-amber-A100:hover,
  a.mdc-text-amber-A100:focus {
    color: #ffdb4c !important;
  }
  .mdc-text-amber-A200 {
    color: #ffd740 !important;
  }
  a.mdc-text-amber-A200:hover,
  a.mdc-text-amber-A200:focus {
    color: #ffcc0d !important;
  }
  .mdc-text-amber-A400 {
    color: #ffc400 !important;
  }
  a.mdc-text-amber-A400:hover,
  a.mdc-text-amber-A400:focus {
    color: #cc9d00 !important;
  }
  .mdc-text-amber-A700 {
    color: #ffab00 !important;
  }
  a.mdc-text-amber-A700:hover,
  a.mdc-text-amber-A700:focus {
    color: #cc8900 !important;
  }
  .mdc-bg-amber {
    background-color: #ffc107 !important;
  }
  a.mdc-bg-amber:hover,
  a.mdc-bg-amber:focus {
    background-color: #ffb300 !important;
  }
  .mdc-bg-amber-50 {
    background-color: #fff8e1 !important;
  }
  a.mdc-bg-amber-50:hover,
  a.mdc-bg-amber-50:focus {
    background-color: #ffecb3 !important;
  }
  .mdc-bg-amber-100 {
    background-color: #ffecb3 !important;
  }
  a.mdc-bg-amber-100:hover,
  a.mdc-bg-amber-100:focus {
    background-color: #ffe082 !important;
  }
  .mdc-bg-amber-200 {
    background-color: #ffe082 !important;
  }
  a.mdc-bg-amber-200:hover,
  a.mdc-bg-amber-200:focus {
    background-color: #ffd54f !important;
  }
  .mdc-bg-amber-300 {
    background-color: #ffd54f !important;
  }
  a.mdc-bg-amber-300:hover,
  a.mdc-bg-amber-300:focus {
    background-color: #ffca28 !important;
  }
  .mdc-bg-amber-400 {
    background-color: #ffca28 !important;
  }
  a.mdc-bg-amber-400:hover,
  a.mdc-bg-amber-400:focus {
    background-color: #ffc107 !important;
  }
  .mdc-bg-amber-500 {
    background-color: #ffc107 !important;
  }
  a.mdc-bg-amber-500:hover,
  a.mdc-bg-amber-500:focus {
    background-color: #ffb300 !important;
  }
  .mdc-bg-amber-600 {
    background-color: #ffb300 !important;
  }
  a.mdc-bg-amber-600:hover,
  a.mdc-bg-amber-600:focus {
    background-color: #ffa000 !important;
  }
  .mdc-bg-amber-700 {
    background-color: #ffa000 !important;
  }
  a.mdc-bg-amber-700:hover,
  a.mdc-bg-amber-700:focus {
    background-color: #ff8f00 !important;
  }
  .mdc-bg-amber-800 {
    background-color: #ff8f00 !important;
  }
  a.mdc-bg-amber-800:hover,
  a.mdc-bg-amber-800:focus {
    background-color: #ff6f00 !important;
  }
  .mdc-bg-amber-900 {
    background-color: #ff6f00 !important;
  }
  a.mdc-bg-amber-900:hover,
  a.mdc-bg-amber-900:focus {
    background-color: #cc5900 !important;
  }
  .mdc-bg-amber-A100 {
    background-color: #ffe57f !important;
  }
  a.mdc-bg-amber-A100:hover,
  a.mdc-bg-amber-A100:focus {
    background-color: #ffdb4c !important;
  }
  .mdc-bg-amber-A200 {
    background-color: #ffd740 !important;
  }
  a.mdc-bg-amber-A200:hover,
  a.mdc-bg-amber-A200:focus {
    background-color: #ffcc0d !important;
  }
  .mdc-bg-amber-A400 {
    background-color: #ffc400 !important;
  }
  a.mdc-bg-amber-A400:hover,
  a.mdc-bg-amber-A400:focus {
    background-color: #cc9d00 !important;
  }
  .mdc-bg-amber-A700 {
    background-color: #ffab00 !important;
  }
  a.mdc-bg-amber-A700:hover,
  a.mdc-bg-amber-A700:focus {
    background-color: #cc8900 !important;
  }
  .mdc-text-orange {
    color: #ff9800 !important;
  }
  a.mdc-text-orange:hover,
  a.mdc-text-orange:focus {
    color: #fb8c00 !important;
  }
  .mdc-text-orange-50 {
    color: #fff3e0 !important;
  }
  a.mdc-text-orange-50:hover,
  a.mdc-text-orange-50:focus {
    color: #ffe0b2 !important;
  }
  .mdc-text-orange-100 {
    color: #ffe0b2 !important;
  }
  a.mdc-text-orange-100:hover,
  a.mdc-text-orange-100:focus {
    color: #ffcc80 !important;
  }
  .mdc-text-orange-200 {
    color: #ffcc80 !important;
  }
  a.mdc-text-orange-200:hover,
  a.mdc-text-orange-200:focus {
    color: #ffb74d !important;
  }
  .mdc-text-orange-300 {
    color: #ffb74d !important;
  }
  a.mdc-text-orange-300:hover,
  a.mdc-text-orange-300:focus {
    color: #ffa726 !important;
  }
  .mdc-text-orange-400 {
    color: #ffa726 !important;
  }
  a.mdc-text-orange-400:hover,
  a.mdc-text-orange-400:focus {
    color: #ff9800 !important;
  }
  .mdc-text-orange-500 {
    color: #ff9800 !important;
  }
  a.mdc-text-orange-500:hover,
  a.mdc-text-orange-500:focus {
    color: #fb8c00 !important;
  }
  .mdc-text-orange-600 {
    color: #fb8c00 !important;
  }
  a.mdc-text-orange-600:hover,
  a.mdc-text-orange-600:focus {
    color: #f57c00 !important;
  }
  .mdc-text-orange-700 {
    color: #f57c00 !important;
  }
  a.mdc-text-orange-700:hover,
  a.mdc-text-orange-700:focus {
    color: #ef6c00 !important;
  }
  .mdc-text-orange-800 {
    color: #ef6c00 !important;
  }
  a.mdc-text-orange-800:hover,
  a.mdc-text-orange-800:focus {
    color: #e65100 !important;
  }
  .mdc-text-orange-900 {
    color: #e65100 !important;
  }
  a.mdc-text-orange-900:hover,
  a.mdc-text-orange-900:focus {
    color: #b33f00 !important;
  }
  .mdc-text-orange-A100 {
    color: #ffd180 !important;
  }
  a.mdc-text-orange-A100:hover,
  a.mdc-text-orange-A100:focus {
    color: #ffbf4d !important;
  }
  .mdc-text-orange-A200 {
    color: #ffab40 !important;
  }
  a.mdc-text-orange-A200:hover,
  a.mdc-text-orange-A200:focus {
    color: #ff950d !important;
  }
  .mdc-text-orange-A400 {
    color: #ff9100 !important;
  }
  a.mdc-text-orange-A400:hover,
  a.mdc-text-orange-A400:focus {
    color: #cc7400 !important;
  }
  .mdc-text-orange-A700 {
    color: #ff6d00 !important;
  }
  a.mdc-text-orange-A700:hover,
  a.mdc-text-orange-A700:focus {
    color: #cc5700 !important;
  }
  .mdc-bg-orange {
    background-color: #ff9800 !important;
  }
  a.mdc-bg-orange:hover,
  a.mdc-bg-orange:focus {
    background-color: #fb8c00 !important;
  }
  .mdc-bg-orange-50 {
    background-color: #fff3e0 !important;
  }
  a.mdc-bg-orange-50:hover,
  a.mdc-bg-orange-50:focus {
    background-color: #ffe0b2 !important;
  }
  .mdc-bg-orange-100 {
    background-color: #ffe0b2 !important;
  }
  a.mdc-bg-orange-100:hover,
  a.mdc-bg-orange-100:focus {
    background-color: #ffcc80 !important;
  }
  .mdc-bg-orange-200 {
    background-color: #ffcc80 !important;
  }
  a.mdc-bg-orange-200:hover,
  a.mdc-bg-orange-200:focus {
    background-color: #ffb74d !important;
  }
  .mdc-bg-orange-300 {
    background-color: #ffb74d !important;
  }
  a.mdc-bg-orange-300:hover,
  a.mdc-bg-orange-300:focus {
    background-color: #ffa726 !important;
  }
  .mdc-bg-orange-400 {
    background-color: #ffa726 !important;
  }
  a.mdc-bg-orange-400:hover,
  a.mdc-bg-orange-400:focus {
    background-color: #ff9800 !important;
  }
  .mdc-bg-orange-500 {
    background-color: #ff9800 !important;
  }
  a.mdc-bg-orange-500:hover,
  a.mdc-bg-orange-500:focus {
    background-color: #fb8c00 !important;
  }
  .mdc-bg-orange-600 {
    background-color: #fb8c00 !important;
  }
  a.mdc-bg-orange-600:hover,
  a.mdc-bg-orange-600:focus {
    background-color: #f57c00 !important;
  }
  .mdc-bg-orange-700 {
    background-color: #f57c00 !important;
  }
  a.mdc-bg-orange-700:hover,
  a.mdc-bg-orange-700:focus {
    background-color: #ef6c00 !important;
  }
  .mdc-bg-orange-800 {
    background-color: #ef6c00 !important;
  }
  a.mdc-bg-orange-800:hover,
  a.mdc-bg-orange-800:focus {
    background-color: #e65100 !important;
  }
  .mdc-bg-orange-900 {
    background-color: #e65100 !important;
  }
  a.mdc-bg-orange-900:hover,
  a.mdc-bg-orange-900:focus {
    background-color: #b33f00 !important;
  }
  .mdc-bg-orange-A100 {
    background-color: #ffd180 !important;
  }
  a.mdc-bg-orange-A100:hover,
  a.mdc-bg-orange-A100:focus {
    background-color: #ffbf4d !important;
  }
  .mdc-bg-orange-A200 {
    background-color: #ffab40 !important;
  }
  a.mdc-bg-orange-A200:hover,
  a.mdc-bg-orange-A200:focus {
    background-color: #ff950d !important;
  }
  .mdc-bg-orange-A400 {
    background-color: #ff9100 !important;
  }
  a.mdc-bg-orange-A400:hover,
  a.mdc-bg-orange-A400:focus {
    background-color: #cc7400 !important;
  }
  .mdc-bg-orange-A700 {
    background-color: #ff6d00 !important;
  }
  a.mdc-bg-orange-A700:hover,
  a.mdc-bg-orange-A700:focus {
    background-color: #cc5700 !important;
  }
  .mdc-text-deep-orange {
    color: #ff5722 !important;
  }
  a.mdc-text-deep-orange:hover,
  a.mdc-text-deep-orange:focus {
    color: #f4511e !important;
  }
  .mdc-text-deep-orange-50 {
    color: #fbe9e7 !important;
  }
  a.mdc-text-deep-orange-50:hover,
  a.mdc-text-deep-orange-50:focus {
    color: #ffccbc !important;
  }
  .mdc-text-deep-orange-100 {
    color: #ffccbc !important;
  }
  a.mdc-text-deep-orange-100:hover,
  a.mdc-text-deep-orange-100:focus {
    color: #ffab91 !important;
  }
  .mdc-text-deep-orange-200 {
    color: #ffab91 !important;
  }
  a.mdc-text-deep-orange-200:hover,
  a.mdc-text-deep-orange-200:focus {
    color: #ff8a65 !important;
  }
  .mdc-text-deep-orange-300 {
    color: #ff8a65 !important;
  }
  a.mdc-text-deep-orange-300:hover,
  a.mdc-text-deep-orange-300:focus {
    color: #ff7043 !important;
  }
  .mdc-text-deep-orange-400 {
    color: #ff7043 !important;
  }
  a.mdc-text-deep-orange-400:hover,
  a.mdc-text-deep-orange-400:focus {
    color: #ff5722 !important;
  }
  .mdc-text-deep-orange-500 {
    color: #ff5722 !important;
  }
  a.mdc-text-deep-orange-500:hover,
  a.mdc-text-deep-orange-500:focus {
    color: #f4511e !important;
  }
  .mdc-text-deep-orange-600 {
    color: #f4511e !important;
  }
  a.mdc-text-deep-orange-600:hover,
  a.mdc-text-deep-orange-600:focus {
    color: #e64a19 !important;
  }
  .mdc-text-deep-orange-700 {
    color: #e64a19 !important;
  }
  a.mdc-text-deep-orange-700:hover,
  a.mdc-text-deep-orange-700:focus {
    color: #d84315 !important;
  }
  .mdc-text-deep-orange-800 {
    color: #d84315 !important;
  }
  a.mdc-text-deep-orange-800:hover,
  a.mdc-text-deep-orange-800:focus {
    color: #bf360c !important;
  }
  .mdc-text-deep-orange-900 {
    color: #bf360c !important;
  }
  a.mdc-text-deep-orange-900:hover,
  a.mdc-text-deep-orange-900:focus {
    color: #8f2809 !important;
  }
  .mdc-text-deep-orange-A100 {
    color: #ff9e80 !important;
  }
  a.mdc-text-deep-orange-A100:hover,
  a.mdc-text-deep-orange-A100:focus {
    color: #ff774d !important;
  }
  .mdc-text-deep-orange-A200 {
    color: #ff6e40 !important;
  }
  a.mdc-text-deep-orange-A200:hover,
  a.mdc-text-deep-orange-A200:focus {
    color: #ff470d !important;
  }
  .mdc-text-deep-orange-A400 {
    color: #ff3d00 !important;
  }
  a.mdc-text-deep-orange-A400:hover,
  a.mdc-text-deep-orange-A400:focus {
    color: #cc3100 !important;
  }
  .mdc-text-deep-orange-A700 {
    color: #dd2c00 !important;
  }
  a.mdc-text-deep-orange-A700:hover,
  a.mdc-text-deep-orange-A700:focus {
    color: #aa2200 !important;
  }
  .mdc-bg-deep-orange {
    background-color: #ff5722 !important;
  }
  a.mdc-bg-deep-orange:hover,
  a.mdc-bg-deep-orange:focus {
    background-color: #f4511e !important;
  }
  .mdc-bg-deep-orange-50 {
    background-color: #fbe9e7 !important;
  }
  a.mdc-bg-deep-orange-50:hover,
  a.mdc-bg-deep-orange-50:focus {
    background-color: #ffccbc !important;
  }
  .mdc-bg-deep-orange-100 {
    background-color: #ffccbc !important;
  }
  a.mdc-bg-deep-orange-100:hover,
  a.mdc-bg-deep-orange-100:focus {
    background-color: #ffab91 !important;
  }
  .mdc-bg-deep-orange-200 {
    background-color: #ffab91 !important;
  }
  a.mdc-bg-deep-orange-200:hover,
  a.mdc-bg-deep-orange-200:focus {
    background-color: #ff8a65 !important;
  }
  .mdc-bg-deep-orange-300 {
    background-color: #ff8a65 !important;
  }
  a.mdc-bg-deep-orange-300:hover,
  a.mdc-bg-deep-orange-300:focus {
    background-color: #ff7043 !important;
  }
  .mdc-bg-deep-orange-400 {
    background-color: #ff7043 !important;
  }
  a.mdc-bg-deep-orange-400:hover,
  a.mdc-bg-deep-orange-400:focus {
    background-color: #ff5722 !important;
  }
  .mdc-bg-deep-orange-500 {
    background-color: #ff5722 !important;
  }
  a.mdc-bg-deep-orange-500:hover,
  a.mdc-bg-deep-orange-500:focus {
    background-color: #f4511e !important;
  }
  .mdc-bg-deep-orange-600 {
    background-color: #f4511e !important;
  }
  a.mdc-bg-deep-orange-600:hover,
  a.mdc-bg-deep-orange-600:focus {
    background-color: #e64a19 !important;
  }
  .mdc-bg-deep-orange-700 {
    background-color: #e64a19 !important;
  }
  a.mdc-bg-deep-orange-700:hover,
  a.mdc-bg-deep-orange-700:focus {
    background-color: #d84315 !important;
  }
  .mdc-bg-deep-orange-800 {
    background-color: #d84315 !important;
  }
  a.mdc-bg-deep-orange-800:hover,
  a.mdc-bg-deep-orange-800:focus {
    background-color: #bf360c !important;
  }
  .mdc-bg-deep-orange-900 {
    background-color: #bf360c !important;
  }
  a.mdc-bg-deep-orange-900:hover,
  a.mdc-bg-deep-orange-900:focus {
    background-color: #8f2809 !important;
  }
  .mdc-bg-deep-orange-A100 {
    background-color: #ff9e80 !important;
  }
  a.mdc-bg-deep-orange-A100:hover,
  a.mdc-bg-deep-orange-A100:focus {
    background-color: #ff774d !important;
  }
  .mdc-bg-deep-orange-A200 {
    background-color: #ff6e40 !important;
  }
  a.mdc-bg-deep-orange-A200:hover,
  a.mdc-bg-deep-orange-A200:focus {
    background-color: #ff470d !important;
  }
  .mdc-bg-deep-orange-A400 {
    background-color: #ff3d00 !important;
  }
  a.mdc-bg-deep-orange-A400:hover,
  a.mdc-bg-deep-orange-A400:focus {
    background-color: #cc3100 !important;
  }
  .mdc-bg-deep-orange-A700 {
    background-color: #dd2c00 !important;
  }
  a.mdc-bg-deep-orange-A700:hover,
  a.mdc-bg-deep-orange-A700:focus {
    background-color: #aa2200 !important;
  }
  .mdc-text-brown {
    color: #795548 !important;
  }
  a.mdc-text-brown:hover,
  a.mdc-text-brown:focus {
    color: #6d4c41 !important;
  }
  .mdc-text-brown-50 {
    color: #efebe9 !important;
  }
  a.mdc-text-brown-50:hover,
  a.mdc-text-brown-50:focus {
    color: #d7ccc8 !important;
  }
  .mdc-text-brown-100 {
    color: #d7ccc8 !important;
  }
  a.mdc-text-brown-100:hover,
  a.mdc-text-brown-100:focus {
    color: #bcaaa4 !important;
  }
  .mdc-text-brown-200 {
    color: #bcaaa4 !important;
  }
  a.mdc-text-brown-200:hover,
  a.mdc-text-brown-200:focus {
    color: #a1887f !important;
  }
  .mdc-text-brown-300 {
    color: #a1887f !important;
  }
  a.mdc-text-brown-300:hover,
  a.mdc-text-brown-300:focus {
    color: #8d6e63 !important;
  }
  .mdc-text-brown-400 {
    color: #8d6e63 !important;
  }
  a.mdc-text-brown-400:hover,
  a.mdc-text-brown-400:focus {
    color: #795548 !important;
  }
  .mdc-text-brown-500 {
    color: #795548 !important;
  }
  a.mdc-text-brown-500:hover,
  a.mdc-text-brown-500:focus {
    color: #6d4c41 !important;
  }
  .mdc-text-brown-600 {
    color: #6d4c41 !important;
  }
  a.mdc-text-brown-600:hover,
  a.mdc-text-brown-600:focus {
    color: #5d4037 !important;
  }
  .mdc-text-brown-700 {
    color: #5d4037 !important;
  }
  a.mdc-text-brown-700:hover,
  a.mdc-text-brown-700:focus {
    color: #4e342e !important;
  }
  .mdc-text-brown-800 {
    color: #4e342e !important;
  }
  a.mdc-text-brown-800:hover,
  a.mdc-text-brown-800:focus {
    color: #3e2723 !important;
  }
  .mdc-text-brown-900 {
    color: #3e2723 !important;
  }
  a.mdc-text-brown-900:hover,
  a.mdc-text-brown-900:focus {
    color: #1d1211 !important;
  }
  .mdc-bg-brown {
    background-color: #795548 !important;
  }
  a.mdc-bg-brown:hover,
  a.mdc-bg-brown:focus {
    background-color: #6d4c41 !important;
  }
  .mdc-bg-brown-50 {
    background-color: #efebe9 !important;
  }
  a.mdc-bg-brown-50:hover,
  a.mdc-bg-brown-50:focus {
    background-color: #d7ccc8 !important;
  }
  .mdc-bg-brown-100 {
    background-color: #d7ccc8 !important;
  }
  a.mdc-bg-brown-100:hover,
  a.mdc-bg-brown-100:focus {
    background-color: #bcaaa4 !important;
  }
  .mdc-bg-brown-200 {
    background-color: #bcaaa4 !important;
  }
  a.mdc-bg-brown-200:hover,
  a.mdc-bg-brown-200:focus {
    background-color: #a1887f !important;
  }
  .mdc-bg-brown-300 {
    background-color: #a1887f !important;
  }
  a.mdc-bg-brown-300:hover,
  a.mdc-bg-brown-300:focus {
    background-color: #8d6e63 !important;
  }
  .mdc-bg-brown-400 {
    background-color: #8d6e63 !important;
  }
  a.mdc-bg-brown-400:hover,
  a.mdc-bg-brown-400:focus {
    background-color: #795548 !important;
  }
  .mdc-bg-brown-500 {
    background-color: #795548 !important;
  }
  a.mdc-bg-brown-500:hover,
  a.mdc-bg-brown-500:focus {
    background-color: #6d4c41 !important;
  }
  .mdc-bg-brown-600 {
    background-color: #6d4c41 !important;
  }
  a.mdc-bg-brown-600:hover,
  a.mdc-bg-brown-600:focus {
    background-color: #5d4037 !important;
  }
  .mdc-bg-brown-700 {
    background-color: #5d4037 !important;
  }
  a.mdc-bg-brown-700:hover,
  a.mdc-bg-brown-700:focus {
    background-color: #4e342e !important;
  }
  .mdc-bg-brown-800 {
    background-color: #4e342e !important;
  }
  a.mdc-bg-brown-800:hover,
  a.mdc-bg-brown-800:focus {
    background-color: #3e2723 !important;
  }
  .mdc-bg-brown-900 {
    background-color: #3e2723 !important;
  }
  a.mdc-bg-brown-900:hover,
  a.mdc-bg-brown-900:focus {
    background-color: #1d1211 !important;
  }
  .mdc-text-grey {
    color: #9e9e9e !important;
  }
  a.mdc-text-grey:hover,
  a.mdc-text-grey:focus {
    color: #757575 !important;
  }
  .mdc-text-grey-50 {
    color: #fafafa !important;
  }
  a.mdc-text-grey-50:hover,
  a.mdc-text-grey-50:focus {
    color: #f5f5f5 !important;
  }
  .mdc-text-grey-100 {
    color: #f5f5f5 !important;
  }
  a.mdc-text-grey-100:hover,
  a.mdc-text-grey-100:focus {
    color: #eeeeee !important;
  }
  .mdc-text-grey-200 {
    color: #eeeeee !important;
  }
  a.mdc-text-grey-200:hover,
  a.mdc-text-grey-200:focus {
    color: #e0e0e0 !important;
  }
  .mdc-text-grey-300 {
    color: #e0e0e0 !important;
  }
  a.mdc-text-grey-300:hover,
  a.mdc-text-grey-300:focus {
    color: #bdbdbd !important;
  }
  .mdc-text-grey-400 {
    color: #bdbdbd !important;
  }
  a.mdc-text-grey-400:hover,
  a.mdc-text-grey-400:focus {
    color: #9e9e9e !important;
  }
  .mdc-text-grey-500 {
    color: #9e9e9e !important;
  }
  a.mdc-text-grey-500:hover,
  a.mdc-text-grey-500:focus {
    color: #757575 !important;
  }
  .mdc-text-grey-600 {
    color: #757575 !important;
  }
  a.mdc-text-grey-600:hover,
  a.mdc-text-grey-600:focus {
    color: #616161 !important;
  }
  .mdc-text-grey-700 {
    color: #616161 !important;
  }
  a.mdc-text-grey-700:hover,
  a.mdc-text-grey-700:focus {
    color: #424242 !important;
  }
  .mdc-text-grey-800 {
    color: #424242 !important;
  }
  a.mdc-text-grey-800:hover,
  a.mdc-text-grey-800:focus {
    color: #212121 !important;
  }
  .mdc-text-grey-900 {
    color: #212121 !important;
  }
  a.mdc-text-grey-900:hover,
  a.mdc-text-grey-900:focus {
    color: #080808 !important;
  }
  .mdc-bg-grey {
    background-color: #9e9e9e !important;
  }
  a.mdc-bg-grey:hover,
  a.mdc-bg-grey:focus {
    background-color: #757575 !important;
  }
  .mdc-bg-grey-50 {
    background-color: #fafafa !important;
  }
  a.mdc-bg-grey-50:hover,
  a.mdc-bg-grey-50:focus {
    background-color: #f5f5f5 !important;
  }
  .mdc-bg-grey-100 {
    background-color: #f5f5f5 !important;
  }
  a.mdc-bg-grey-100:hover,
  a.mdc-bg-grey-100:focus {
    background-color: #eeeeee !important;
  }
  .mdc-bg-grey-200 {
    background-color: #eeeeee !important;
  }
  a.mdc-bg-grey-200:hover,
  a.mdc-bg-grey-200:focus {
    background-color: #e0e0e0 !important;
  }
  .mdc-bg-grey-300 {
    background-color: #e0e0e0 !important;
  }
  a.mdc-bg-grey-300:hover,
  a.mdc-bg-grey-300:focus {
    background-color: #bdbdbd !important;
  }
  .mdc-bg-grey-400 {
    background-color: #bdbdbd !important;
  }
  a.mdc-bg-grey-400:hover,
  a.mdc-bg-grey-400:focus {
    background-color: #9e9e9e !important;
  }
  .mdc-bg-grey-500 {
    background-color: #9e9e9e !important;
  }
  a.mdc-bg-grey-500:hover,
  a.mdc-bg-grey-500:focus {
    background-color: #757575 !important;
  }
  .mdc-bg-grey-600 {
    background-color: #757575 !important;
  }
  a.mdc-bg-grey-600:hover,
  a.mdc-bg-grey-600:focus {
    background-color: #616161 !important;
  }
  .mdc-bg-grey-700 {
    background-color: #616161 !important;
  }
  a.mdc-bg-grey-700:hover,
  a.mdc-bg-grey-700:focus {
    background-color: #424242 !important;
  }
  .mdc-bg-grey-800 {
    background-color: #424242 !important;
  }
  a.mdc-bg-grey-800:hover,
  a.mdc-bg-grey-800:focus {
    background-color: #212121 !important;
  }
  .mdc-bg-grey-900 {
    background-color: #212121 !important;
  }
  a.mdc-bg-grey-900:hover,
  a.mdc-bg-grey-900:focus {
    background-color: #080808 !important;
  }
  .mdc-text-blue-grey {
    color: #607d8b !important;
  }
  a.mdc-text-blue-grey:hover,
  a.mdc-text-blue-grey:focus {
    color: #546e7a !important;
  }
  .mdc-text-blue-grey-50 {
    color: #eceff1 !important;
  }
  a.mdc-text-blue-grey-50:hover,
  a.mdc-text-blue-grey-50:focus {
    color: #cfd8dc !important;
  }
  .mdc-text-blue-grey-100 {
    color: #cfd8dc !important;
  }
  a.mdc-text-blue-grey-100:hover,
  a.mdc-text-blue-grey-100:focus {
    color: #b0bec5 !important;
  }
  .mdc-text-blue-grey-200 {
    color: #b0bec5 !important;
  }
  a.mdc-text-blue-grey-200:hover,
  a.mdc-text-blue-grey-200:focus {
    color: #90a4ae !important;
  }
  .mdc-text-blue-grey-300 {
    color: #90a4ae !important;
  }
  a.mdc-text-blue-grey-300:hover,
  a.mdc-text-blue-grey-300:focus {
    color: #78909c !important;
  }
  .mdc-text-blue-grey-400 {
    color: #78909c !important;
  }
  a.mdc-text-blue-grey-400:hover,
  a.mdc-text-blue-grey-400:focus {
    color: #607d8b !important;
  }
  .mdc-text-blue-grey-500 {
    color: #607d8b !important;
  }
  a.mdc-text-blue-grey-500:hover,
  a.mdc-text-blue-grey-500:focus {
    color: #546e7a !important;
  }
  .mdc-text-blue-grey-600 {
    color: #546e7a !important;
  }
  a.mdc-text-blue-grey-600:hover,
  a.mdc-text-blue-grey-600:focus {
    color: #455a64 !important;
  }
  .mdc-text-blue-grey-700 {
    color: #455a64 !important;
  }
  a.mdc-text-blue-grey-700:hover,
  a.mdc-text-blue-grey-700:focus {
    color: #37474f !important;
  }
  .mdc-text-blue-grey-800 {
    color: #37474f !important;
  }
  a.mdc-text-blue-grey-800:hover,
  a.mdc-text-blue-grey-800:focus {
    color: #263238 !important;
  }
  .mdc-text-blue-grey-900 {
    color: #263238 !important;
  }
  a.mdc-text-blue-grey-900:hover,
  a.mdc-text-blue-grey-900:focus {
    color: #11171a !important;
  }
  .mdc-bg-blue-grey {
    background-color: #607d8b !important;
  }
  a.mdc-bg-blue-grey:hover,
  a.mdc-bg-blue-grey:focus {
    background-color: #546e7a !important;
  }
  .mdc-bg-blue-grey-50 {
    background-color: #eceff1 !important;
  }
  a.mdc-bg-blue-grey-50:hover,
  a.mdc-bg-blue-grey-50:focus {
    background-color: #cfd8dc !important;
  }
  .mdc-bg-blue-grey-100 {
    background-color: #cfd8dc !important;
  }
  a.mdc-bg-blue-grey-100:hover,
  a.mdc-bg-blue-grey-100:focus {
    background-color: #b0bec5 !important;
  }
  .mdc-bg-blue-grey-200 {
    background-color: #b0bec5 !important;
  }
  a.mdc-bg-blue-grey-200:hover,
  a.mdc-bg-blue-grey-200:focus {
    background-color: #90a4ae !important;
  }
  .mdc-bg-blue-grey-300 {
    background-color: #90a4ae !important;
  }
  a.mdc-bg-blue-grey-300:hover,
  a.mdc-bg-blue-grey-300:focus {
    background-color: #78909c !important;
  }
  .mdc-bg-blue-grey-400 {
    background-color: #78909c !important;
  }
  a.mdc-bg-blue-grey-400:hover,
  a.mdc-bg-blue-grey-400:focus {
    background-color: #607d8b !important;
  }
  .mdc-bg-blue-grey-500 {
    background-color: #607d8b !important;
  }
  a.mdc-bg-blue-grey-500:hover,
  a.mdc-bg-blue-grey-500:focus {
    background-color: #546e7a !important;
  }
  .mdc-bg-blue-grey-600 {
    background-color: #546e7a !important;
  }
  a.mdc-bg-blue-grey-600:hover,
  a.mdc-bg-blue-grey-600:focus {
    background-color: #455a64 !important;
  }
  .mdc-bg-blue-grey-700 {
    background-color: #455a64 !important;
  }
  a.mdc-bg-blue-grey-700:hover,
  a.mdc-bg-blue-grey-700:focus {
    background-color: #37474f !important;
  }
  .mdc-bg-blue-grey-800 {
    background-color: #37474f !important;
  }
  a.mdc-bg-blue-grey-800:hover,
  a.mdc-bg-blue-grey-800:focus {
    background-color: #263238 !important;
  }
  .mdc-bg-blue-grey-900 {
    background-color: #263238 !important;
  }
  a.mdc-bg-blue-grey-900:hover,
  a.mdc-bg-blue-grey-900:focus {
    background-color: #11171a !important;
  }
  .mdc-text-white-lighter {
    color: rgba(255, 255, 255, 0.12) !important;
  }
  a.mdc-text-white-lighter:hover,
  a.mdc-text-white-lighter:focus {
    color: rgba(255, 255, 255, 0.3) !important;
  }
  .mdc-text-white-light {
    color: rgba(255, 255, 255, 0.3) !important;
  }
  a.mdc-text-white-light:hover,
  a.mdc-text-white-light:focus {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .mdc-text-white-dark {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  a.mdc-text-white-dark:hover,
  a.mdc-text-white-dark:focus {
    color: #ffffff !important;
  }
  .mdc-text-white-darker {
    color: #ffffff !important;
  }
  a.mdc-text-white-darker:hover,
  a.mdc-text-white-darker:focus {
    color: white !important;
  }
  .mdc-text-white-lighter {
    color: rgba(255, 255, 255, 0.12) !important;
  }
  a.mdc-text-white-lighter:hover,
  a.mdc-text-white-lighter:focus {
    color: rgba(255, 255, 255, 0.3) !important;
  }
  .mdc-text-white-light {
    color: rgba(255, 255, 255, 0.3) !important;
  }
  a.mdc-text-white-light:hover,
  a.mdc-text-white-light:focus {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .mdc-text-white-dark {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  a.mdc-text-white-dark:hover,
  a.mdc-text-white-dark:focus {
    color: #ffffff !important;
  }
  .mdc-text-white-darker {
    color: #ffffff !important;
  }
  a.mdc-text-white-darker:hover,
  a.mdc-text-white-darker:focus {
    color: white !important;
  }
  .mdc-text-black-lighter {
    color: rgba(0, 0, 0, 0.12) !important;
  }
  a.mdc-text-black-lighter:hover,
  a.mdc-text-black-lighter:focus {
    color: rgba(0, 0, 0, 0.26) !important;
  }
  .mdc-text-black-light {
    color: rgba(0, 0, 0, 0.26) !important;
  }
  a.mdc-text-black-light:hover,
  a.mdc-text-black-light:focus {
    color: rgba(0, 0, 0, 0.54) !important;
  }
  .mdc-text-black-dark {
    color: rgba(0, 0, 0, 0.54) !important;
  }
  a.mdc-text-black-dark:hover,
  a.mdc-text-black-dark:focus {
    color: rgba(0, 0, 0, 0.87) !important;
  }
  .mdc-text-black-darker {
    color: rgba(0, 0, 0, 0.87) !important;
  }
  a.mdc-text-black-darker:hover,
  a.mdc-text-black-darker:focus {
    color: black !important;
  }
  .mdc-text-black-lighter {
    color: rgba(0, 0, 0, 0.12) !important;
  }
  a.mdc-text-black-lighter:hover,
  a.mdc-text-black-lighter:focus {
    color: rgba(0, 0, 0, 0.26) !important;
  }
  .mdc-text-black-light {
    color: rgba(0, 0, 0, 0.26) !important;
  }
  a.mdc-text-black-light:hover,
  a.mdc-text-black-light:focus {
    color: rgba(0, 0, 0, 0.54) !important;
  }
  .mdc-text-black-dark {
    color: rgba(0, 0, 0, 0.54) !important;
  }
  a.mdc-text-black-dark:hover,
  a.mdc-text-black-dark:focus {
    color: rgba(0, 0, 0, 0.87) !important;
  }
  .mdc-text-black-darker {
    color: rgba(0, 0, 0, 0.87) !important;
  }
  a.mdc-text-black-darker:hover,
  a.mdc-text-black-darker:focus {
    color: black !important;
  }