
/* ------------------------------
	Propeller top bar
------------------------------- */
.propeller-topbar .navbar-brand{ padding: 0; margin:0; line-height: 1;}
.propeller-topbar a svg{ height: 40px;}
.propeller-topbar { background-color: #4acc8e; height: 56px; z-index: 998; position: fixed; width: 100%; top: 0;display: flex;}
.propeller-topbar-body header.fixed-top{ top: 56px;transition: all .2s ease-in-out;}
.propeller-topbar-body .page-content{ margin-top: 170px;transition: all .2s ease-in-out;}
.by-digicorp { font-size: 11px; font-weight: 300; line-height: 1; margin-bottom: 0; margin-right: 2px; margin-top: -10px; text-align: right; position: absolute;  color: rgba(255,255,255,.6); top: 48px; left: 96px;}
.by-digicorp a,
.by-digicorp a strong{ color: #fff;}
.propeller-topbar-body .pmd-content {padding-top: 120px;}
	
	/* Propeller top bar Media Queries */
	@media screen and (min-width: 768px){
		.propeller-topbar-body .fp-tableCell {padding-top: 120px;}	
	}
	@media screen and (max-width: 991px){
		.propeller-topbar-body .page-content{ margin-top: 155px;}
	}
	@media screen and (max-width: 767px){
		.propeller-topbar-body .video-section.fp-table {padding-top: 270px; padding-bottom: 105px;}
		.video-section.fp-table {padding-top: 210px; padding-bottom: 105px;}
		.propeller-topbar .navbar-header{ float: left;}
	}