/* Add here all your css styles (customizations) */
body.dark {
    background: #10cf9f;
}

body.dark .team-v1,
body.dark .news-section,
body.dark .about-section .about-image {
    background: #11ebb9;
    border-top-color: #10bc8d;
    border-bottom-color: #10bc8d;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/*Heading Titles v1*/
.title-v1 {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.title-v1 h1,
.title-v1 h2 {
    color: #ffffff;
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

.title-v1 h1:after,
.title-v1 h2:after {
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 70px;
    content: " ";
    margin-left: -35px;
    position: absolute;
    background: #0d7d66;
}

.title-v1 p {
    font-size: 17px;
    font-weight: 200;
}

.font-white{
    color: white!important;
}

.font-zmart{
    color: #30766d!important;
}

.font-strongdark{
    color: #343434 !important;
}

.font-softdark{
    color: #5a5a5a !important;
}

.link-zmart{
    color: #10cf9f!important;
}

.link-zmart:hover{
    color: #11ebb9;
}

.link-zmart:active{
    color: #11ebb9;
}

.link-zmart:focus{
    color: #11ebb9;
}

.zmart-thumb-icon-play{
    font-size: 30px!important;
    padding: 16px 19px 19px 22px!important;;
    width: 60px!important;;
    height: 60px!important;;
}

.zmart-text-14{
    font-size: 14px;
}

.padding-20{
    padding: 20px!important;
}

.padding-45{
    padding: 45px!important;
}

.zmart-bg{
    background-color: #10cf9f;
}

.zmart-bg-1{
    background-color: #0ab187;
}

.no-border{
    border: 0 solid red!important;
}

.bg-orange{
    background-color: #ff7016;
}

.align-center{
    text-align: center;
}

.padding-side-50{
    padding-left: 50px;
    padding-right: 50px;
}

i.icon-color-u {
    color: #0ab187;
    border: solid 2px #0ab187;
}

.sky-form fieldset {
    display: block;
    padding: 25px 30px 5px;
    border: none;
    background: transparent;
}

.sky-form footer:after {
    content: '';
    display: table;
    clear: both;
}

.btn-request{
	background-color:#30766d;
}

.btn-request:hover{
	background-color:#349990;
}

.btn-request:active{
	background-color:#349990;
}

.btn-request:focus{
	background-color:#349990;
}