/* Enter Your Custom CSS Here */

.pps-title {
    font-family: prompt !important;
    font-weight: 500;
}


/*menu and button */
.mhb-item {
    margin: 0 5px !important;
}

.mhb-menu .menu > li > a > span {
    padding: 0 10px !important;
}

.tabletMobile .mhb-item {
    margin: 0 20px;
}

.action-bar {
    font-family: "Raleway" !important;
	  font-size: 15px;
    font-weight: 500;
}

.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    background-color: #00adef;
}

.footer_action>container {
    background-color: #006db5 !important;
}

.myfooter {
    text-align: left;
    font-family: "Prompt";
    font-size: 14px;
}

div.footer_action {
	background-color: #006db5 !important;
}

.myfontfam {
	font-family: 'Prompt' !important;
	font-weight: 900;
	/*text-shadow: 1px 1px 2px #000;*/
}
/*ANIMATED GRADIENT BY DENNIS*/
.mybg {background: linear-gradient(270deg, #ffffff, #e2e2e2, #25abe2);
background-size: 600% 600%;

-webkit-animation: mybganigradient 9s ease infinite;
-moz-animation: mybganigradient 9s ease infinite;
animation: mybganigradient 9s ease infinite;
}
@-webkit-keyframes mybganigradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes mybganigradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes mybganigradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/*mobile subheader remove */
@media only screen and (max-width: 767px)
.minimalist-header-no #Subheader {
    padding: 0px !important;
}

div#Content {
    width: 100%;
    padding-top: 0px;
}

/*menu sticky hover*/
.mhb-custom-3O6B9Jke5c .menu li ul {
    background-color: rgb(255, 255, 255);
}

/*contact form notification area*/
div.wpcf7-mail-sent-ok {
    margin-left: 20px !important;
}

/*footer link color*/

a:hover {
    text-decoration: none;
}
.mhb-custom-D_k98PTH5m a:hover {
    color: #000000;
}
.mhb-custom-3b43OP-GJ a:hover {
    color: #000000;
}