<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
  font-family: proxima-semibold;
  src: url(../fonts/proxima_sv/FontsFree-Net-Proxima-Nova-Sbold.otf);
}
@font-face {
  font-family: proxima-regular;
  src: url(../fonts/proxima_sv/ProximaNova-Regular.otf);
}
@font-face {
  font-family: proxima-thin;
  src: url(../fonts/proxima_sv/ProximaNovaThin.otf);
}
@font-face {
  font-family: helveticaneue;
  src: url(../fonts/helveticaneue/HelveticaNeue-Medium.ttf);
}
@font-face {
  font-family: myriadpro;
  src: url(../fonts/myriad-pro-cufonfonts/MYRIADPRO-REGULAR.OTF);
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/svg-font/fontello.eot?87642212');
  src: url('../fonts/svg-font/fontello.eot?87642212#iefix') format('embedded-opentype'),
       url('../fonts/svg-font/fontello.woff?87642212') format('woff'),
       url('../fonts/svg-font/fontello.ttf?87642212') format('truetype'),
       url('../fonts/svg-font/fontello.svg?87642212#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

.proximasemibold{
	font-family: proxima-semibold;
}
.helveticaneue{
	font-family: helveticaneue;
}
.proximathin{
	font-family: proxima-thin;
}
.myriadpro{
	font-family: myriadpro;
}
.proximaregular{
	font-family: proxima-regular;
}


body {
	overflow-x: hidden;
}

p {
	/*line-height: 1.75*/
	margin-bottom: 0 !important;
}

a {
	color: unset;
}

a:hover {
	color: unset;
}

.text-primary {
	color: #fed136!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-bottom: 0;
}

/*section {
	padding: 100px 0
}*/

.line-height-1-1{
	line-height: 1.1;
}
.line-height-0-9{
	line-height: 0.9;
}
.line-height-1-3{
	line-height: 1.35;
}
.font-size-21{
	font-size: 21px;
}
.font-size-18{
	font-size: 18px;
}
.font-clr-4040{
	color: #404040;
}
.clr-7676{
	color: #767676;
}
.ornge-clr{
	color: #f8991f;
}
.mrgn-right-10{
	margin-right: 10px;
}

section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px
}

section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
}

@media (min-width:768px) {
	/*section {
		padding: 150px 0
	}*/
}

.btn {
	font-weight: 700
}

.btn-xl {
	font-size: 18px;
	padding: 20px 40px
}

.btn-primary {
	background-color: #fed136;
	border-color: #fed136
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #fec810!important;
	border-color: #fec810!important;
	color: #fff
}

.btn-primary:active,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5)!important;
	box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5)!important;
}

::selection {
	background: #f8991f;
	text-shadow: none;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

#mainNav {
	background-color: #212529;
}

#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: #f7981f;
}

#mainNav .navbar-brand {
	color: #fed136;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
	color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 80%;
	font-weight: 400;
	padding: .75em 0;
	letter-spacing: 1px;
	color: #404040;
	font-family: proxima-semibold;
}
#mainNav .navbar-nav .nav-item .nav-link::first-letter {
	text-transform: uppercase;
	font-size: 1.2rem;
}
#mainNav .navbar-nav .nav-item .nav-link span{
	font-size: 1.2rem;	
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #fed136;
}

@media (min-width:992px) {
	#mainNav {
		padding-top: 0px;
		padding-bottom: 0px;
		-webkit-transition: padding-top .3s, padding-bottom .3s;
		transition: padding-top .3s, padding-bottom .3s;
		border: none;
		background-color: unset;
	}
	#mainNav .navbar-brand {
		/*font-size: 1.75em;*/
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.1em 1em!important;
	}
	#mainNav.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;
		background-color: unset;
	}
	#mainNav.navbar-shrink .navbar-brand {
		font-size: 1.25em;
		padding: 12px 0;
	}
}

header.masthead {
	text-align: center;
	color: #fff;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

header.masthead .intro-text {
	padding-top: 150px;
	padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 25px;
}

header.masthead .intro-text .intro-heading {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 25px;
}

@media (min-width:768px) {
	header.masthead .intro-text {
		padding-top: 300px;
		padding-bottom: 200px;
	}
	header.masthead .intro-text .intro-lead-in {
		font-size: 40px;
		font-style: italic;
		line-height: 40px;
		margin-bottom: 25px;
	}
	header.masthead .intro-text .intro-heading {
		font-size: 75px;
		font-weight: 700;
		line-height: 75px;
		margin-bottom: 50px;
	}
}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}

#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px
}

#portfolio .portfolio-item .portfolio-link {
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	background: rgba(254, 209, 54, .9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	font-size: 20px;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
	margin: 0;
	text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
}

#portfolio * {
	z-index: 2;
}

@media (min-width:767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}

.portfolio-modal {
	padding-right: 0!important
}

.portfolio-modal .modal-dialog {
	margin: 1rem;
	max-width: 100vw
}

.portfolio-modal .modal-content {
	padding: 100px 0;
	text-align: center
}

.portfolio-modal .modal-content h2 {
	font-size: 3em;
	margin-bottom: 15px
}

.portfolio-modal .modal-content p {
	margin-bottom: 30px
}

.portfolio-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
}

.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px
}

.portfolio-modal .modal-content button {
	cursor: pointer
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent
}

.portfolio-modal .close-modal:hover {
	opacity: .3
}

.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #212529
}

.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #212529
}

.timeline {
	position: relative;
	padding: 0;
	list-style: none
}

.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: '';
	background-color: #e9ecef
}

.timeline&gt;li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px
}

.timeline&gt;li:after,
.timeline&gt;li:before {
	display: table;
	content: ' '
}

.timeline&gt;li:after {
	clear: both
}

.timeline&gt;li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left
}

.timeline&gt;li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0
}

.timeline&gt;li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0
}

.timeline&gt;li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: #fff;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: #fed136
}

.timeline&gt;li .timeline-image h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px
}

.timeline&gt;li.timeline-inverted&gt;.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left
}

.timeline&gt;li.timeline-inverted&gt;.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0
}

.timeline&gt;li.timeline-inverted&gt;.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0
}

.timeline&gt;li:last-child {
	margin-bottom: 0
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit
}

.timeline .timeline-heading h4.subheading {
	text-transform: none
}

.timeline .timeline-body&gt;p,
.timeline .timeline-body&gt;ul {
	margin-bottom: 0
}

@media (min-width:768px) {
	.timeline:before {
		left: 50%
	}
	.timeline&gt;li {
		min-height: 100px;
		margin-bottom: 100px
	}
	.timeline&gt;li .timeline-panel {
		float: left;
		width: 41%;
		padding: 0 20px 20px 30px;
		text-align: right
	}
	.timeline&gt;li .timeline-image {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px
	}
	.timeline&gt;li .timeline-image h4 {
		font-size: 13px;
		line-height: 18px;
		margin-top: 16px
	}
	.timeline&gt;li.timeline-inverted&gt;.timeline-panel {
		float: right;
		padding: 0 30px 20px 20px;
		text-align: left
	}
}

@media (min-width:992px) {
	.timeline&gt;li {
		min-height: 150px
	}
	.timeline&gt;li .timeline-panel {
		padding: 0 20px 20px
	}
	.timeline&gt;li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px
	}
	.timeline&gt;li .timeline-image h4 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px
	}
	.timeline&gt;li.timeline-inverted&gt;.timeline-panel {
		padding: 0 20px 20px
	}
}

@media (min-width:1200px) {
	.timeline&gt;li {
		min-height: 170px
	}
	.timeline&gt;li .timeline-panel {
		padding: 0 20px 20px 100px
	}
	.timeline&gt;li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px
	}
	.timeline&gt;li .timeline-image h4 {
		margin-top: 40px
	}
	.timeline&gt;li.timeline-inverted&gt;.timeline-panel {
		padding: 0 100px 20px 20px
	}
}

.team-member {
	margin-bottom: 50px;
	text-align: center
}

.team-member img {
	width: 225px;
	height: 225px;
	border: 7px solid #fff
}

.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none
}

.team-member p {
	margin-top: 0
}

section#contact {
	background-color: #212529;
	background-image: url(../img/map-image.png);
	background-repeat: no-repeat;
	background-position: center
}

section#contact .section-heading {
	color: #fff
}

section#contact .form-group {
	margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
	padding: 20px
}

section#contact .form-group input.form-control {
	height: auto
}

section#contact .form-group textarea.form-control {
	height: 248px
}

section#contact .form-control:focus {
	border-color: #fed136;
	-webkit-box-shadow: none;
	box-shadow: none
}

section#contact ::-webkit-input-placeholder {
	font-weight: 700;
	color: #ced4da;
}

section#contact :-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
}

section#contact ::-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
}

section#contact :-ms-input-placeholder {
	font-weight: 700;
	color: #ced4da;	
}

footer {
	padding: 25px 0;
	text-align: center
}

footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
}

footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
}

ul.social-buttons {
	margin-bottom: 0
}

ul.social-buttons li a {
	font-size: 20px;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	border-radius: 100%;
	outline: 0;
	background-color: #212529
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
	background-color: #fed136
}



@media (min-width:768px) and (max-width:991px){
	
}

@media only screen and (max-width: 767px){
	.mrgn-right-10{
		margin-right: 0;
	}
	
}

@media (min-width:481px) and (max-width:767px){
	
}


@media only screen and (max-width:480px){

	.mobile-flex-btn{
		display: flex;
	}
	.mobile-flex-btn button{
		width: 50%;
		padding: 10px 0px;
		margin: 0px 5px;
	}

}



/**
* @Author Kunal Awasthi
* @Description Audio Player CSS
*/
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.player_hidden_embeded_audio{
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
}
.player-wrapper {
	width: 100%;
	user-select: none;
  }
.player-seeker{
background-color: #ffefdf;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding: 30px 11px 10px 11px;
float: right;
width: 70%;
margin-bottom: -1px;
margin-right:30px;
}
.player-seeker .player-seeker-rail {
    width: 100%;
    min-height: 5px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.250);
    position: relative;
    cursor: pointer;
}
.player-seeker .player-seeker-rail .rail-played {
	width: 0;
	background-color: #f8991f;
	position: absolute;
	left: 0;
	top:0;
	min-height: 5px;
    border-radius: 10px;
    cursor: pointer;
}
.player-seeker .player-seeker-dot{
	position: absolute;
    left: 0;
    width: 15px;
    background: white;
    top: -5px;
    height: 15px;
    border-radius: 16px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.250);
    transition: 0.1s width ease-in-out;
}
.player-seeker .player-seeker-dot .current-time{
	position: absolute;
	top:-20px;
	left: -7px;
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
.player-seeker .player-seeker-dot .current-time.hide{
	display: none;
}
.player-seeker .player-stats {
	display: block;
}
.player-seeker .player-stats .running-stats,
.player-seeker .player-stats .total-stats{
	display: inline;
	color: #ff8b38;
	font-size:13px;
}
.player-seeker .player-stats .total-stats{
	float: right;
}

  .player-controls-wrapper {
	display: inline-block;
	width: 100%;
	margin-top: -10px;
  }
  .player-controls-wrapper .player-record {
	  display: inline-block;  
	  width:30%;
	  vertical-align: middle;
	}
.player-controls-wrapper .player-controls {
    display: inline-block;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 8px 1px rgb(211, 211, 211);
	width: 68%;
    margin-left: -15px;
    padding-left: 9px;
    min-height: 45px;
    vertical-align: middle;
    background: white;

}
.player-controls-wrapper .player-controls{
	cursor: default;
}
.player-controls-wrapper .player-controls .control{
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
.player-controls-wrapper .player-controls .control .rewind{
    background-image: url(../img/Rewind.png);
    width: 30px;
    background-position: center;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.player-controls-wrapper .player-controls .control .forward{
    background-image: url(../img/Forward.png);
    width: 30px;
    background-position: center;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.player-controls-wrapper .player-controls .control.play_pause {
	min-width: 50px;
}
.player-controls-wrapper .player-controls .control .play,
.player-controls-wrapper .player-controls .control .pause{
	vertical-align: middle;
    transform: scaleX(0.7);
}
.player-controls-wrapper .player-controls .control .pause.hide, 
.player-controls-wrapper .player-controls .control .play.hide{
	display: none;
}
.player-controls-wrapper .player-controls .control.volume-control span {
	vertical-align: middle;
	display: inline-block;
    color: #9f9f9faa;
}
.player-controls-wrapper .player-controls .control.volume-control .volume-bar {
    display: inline-block;
    width: 4px;
    background-color: #9f9f9f;
    vertical-align: sub;
    border-radius: 2px;
    margin-bottom: -2px;
    margin-right: -2px;
}
.player-controls-wrapper .player-controls .control.volume-control .volume-bar.active {
	background-color: #f8991f;
}
.player-controls-wrapper .player-controls .control.volume-control span:nth-child(2) { height: 10px;  }
.player-controls-wrapper .player-controls .control.volume-control span:nth-child(3) { height: 14px;  } 
.player-controls-wrapper .player-controls .control.volume-control span:nth-child(4) { height: 18px;  }
.player-controls-wrapper .player-controls .control.volume-control span:nth-child(5) { height: 22px;  }
.player-controls-wrapper .player-controls .control.volume-control span:nth-child(6) { height: 26px;  }
.player-controls-wrapper .player-controls .control .fa-angle-double-left,
.player-controls-wrapper .player-controls .control .fa-angle-double-right,
.player-controls-wrapper .player-controls .control .volume-control{
	font-weight: 600;
}
.player-controls-wrapper .player-record .inner{
	display: inline;
	position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: url(../img/main-store/1.png);
    object-fit: cover;
    background-size: 100% 100%;
	float: right;
	z-index: 99;
	text-align: center;
	vertical-align: middle;
}
@keyframes rotating{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);	
	}
}
.player-controls-wrapper .player-record .inner{
	-webkit-animation: rotating 10s linear infinite;
	-moz-animation: rotating 10s linear infinite;
	-ms-animation: rotating 10s linear infinite;
	-o-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
	animation-play-state: paused;

}
.player-controls-wrapper .player-record .inner.playing {
	animation-play-state: running;
}
.player-controls-wrapper .player-record .inner .dot{
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}
/*/ Player CSS ends /*/



@media only screen and (max-width: 767px){
	.player-controls-wrapper .player-record .inner{
		display: inline;
		position: relative;
	    width: 70px;
	    height: 70px;
	    border-radius: 50%;
	    background-image: url(../img/main-store/1.png);
	    object-fit: cover;
	    background-size: 100% 100%;
		float: right;
		z-index: 99;
		text-align: center;
		vertical-align: middle;
	}
	.player-controls-wrapper .player-controls .control{
		padding: 5px;
	}
	.player-controls-wrapper .player-controls .control.play_pause{
		min-width: 35px;
	}
	.player-seeker{
		padding: 25px 11px 15px 11px;
	}
	.player-controls-wrapper{
		margin-top: -15px;
	}

}
.edit-profile-input{
  position: relative;
  z-index: 99;
}
#mainNav .navbar-brand {
	width: 150px;
}
#mainNav .navbar-brand img {
	width: 120px;
}
/* new header responsive */
@media only screen and (max-width: 1264px) {
	#mainNav .navbar-nav .nav-item .nav-link::first-letter {
		text-transform: uppercase;
		font-size: 16px;
	}

	#mainNav .navbar-nav .nav-item .nav-link span {
		font-size: 16px;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
		font-size: 13px;
		padding: 0.65em 0.55em!important;
	}
	#mainNav .navbar-brand {
		width: 100px;
	}
	#mainNav .navbar-brand img {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	#mainNav .navbar-brand {
		width: 100px;
	}
	#mainNav .navbar-brand img {
		width: 100%;
	}
}</pre></body></html>