#header .logo img {
    padding:o;
    margin-bottom:10px;
    max-height: 70px;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    padding-top:2.5px;
    list-style: none;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    background: #560bad;
    text-decoration: none;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #ffffff;
    text-decoration: none;
}



#header .tgname p{
    color:white;
	 float:left;
	 padding:10px;
	 background:#DA0E2B;
	 margin:10px;
}

#hero .btn-get-started:hover {
    background: #560bad;
    color: #fff;
    text-decoration: none;
}

#hero .btn-get-started {
     border: 2px solid #fff;
}

.about .content .btn-learn-more {
    color: #560bad;
    border: 2px solid #560bad;
}

.about .content .btn-learn-more:hover {
    background: #560bad;
    color: #fff;
    text-decoration: none;
}

.features .nav-link.active {
    background: #560bad;
    color: #fff;
    border-color: #560bad;
}

.features .nav-link:hover {
    color: #E0BF7A;
}

.back-to-top {
    background: #560bad;
}

.section-title h2 {
    color: #da0e2b;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    background: #DA0E2B;
}

.about .icon-box:hover .icon {
    background: #560bad;
}

.about .icon-box .icon i {
    color: #560bad;
    font-size: 32px;
}

.about-lists .content-item span {
    color: #560bad;
}

.services .title a:hover {
    color: #da0e2b;
}

#hero .btn-get-started {
    background-color:none;
    color: #fff;
    text-decoration: none;
	opacity:0;
}


#header .language a{ font-size:14px;
					color:#560bad;
					text-transform: uppercase;}
					
#header .language a:hover{ font-size:14px;
					color:white;
					background:#560bad;}
					


#hero .btn-get-started:hover {
    background: #560bad;
    color: #fff;
    text-decoration: none;
	opacity:0;
}

#hero .btn-get-started {
   background-color: transparent;
}

.back-to-top:hover {
    color: #560bad;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

#footer .footer-top .social-links a {
    background: #000000;
}

#footer .footer-top .social-links a:hover {
    background: #560bad;
}

#footer .footer-top .footer-links ul a:hover {
    color:#000000;
}

#footer .credits a {
    color: #ffc107;
}

#footer {
    background: #000000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #000000;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top {
    background: #DA0E2B;
    border-top: 1px solid #768fa6;
    border-bottom: 1px solid #67839c;
    padding: 60px 0 30px 0;
}

.contact .php-email-form button[type="submit"] {
    background: #da0e2b;
    border-radius: 6px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #560bad;
}

.about .play-btn {
    background: radial-gradient(#da0e2b 50%, rgba(66, 139, 202, 0.4) 52%);
}

/* mobiles navigation starts */

.mobile-nav a {
   color: #fff;
}


.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #560bad;
    text-decoration: none;
}

.deskfont{ font-size:34px; color:white;}

.mobfont{ display:none;}

@media (min-width: 991px){
#hero p {
    width: 60%;
}

#header .tgname p {
    color: white;
    float: left;
    padding: 10px;
    background: rgb(218, 14, 43);
    margin: 10px;
}

}

@media screen and (max-width:600px) {
  .mobfont{ font-size:14px; color:white;}
#about p{ text-align:center;}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #da0e2b;
    text-decoration: none;
	}
	
#header .tgname p {
    color: white;
    float: left;
    padding: 10px;
    background: rgb(218, 14, 43);
    margin: 10px;
}	
	
}




/* mobiles navigation close */