<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
   font-family: 'Muli', sans-serif;
    color: #b3b9bf;
    background: #fff;
    overflow-x:hidden;
}

.header {
    width: 100%;
}

.navbar {
    border-radius: 0px;
    position:fixed;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
h1 {
    text-align: center;
    padding-top: 80px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    margin-left: -130px;
    font-size: 70px;
}
h2 {
    text-align: center;
    margin-top: -10px;
    margin-left: 250px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size: 70px;
}
h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size: 20px;
}
h4 {
    text-align: center;
    padding-top: 80px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: white;
    margin-left: -130px;
    font-size: 70px;
}
.inner-bg{
	margin-top:60px;
}


h5{
	font-size:15px;
	font-family: 'Muli', sans-serif;
    font-weight: 300;
}


h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

h7 {
    text-align: center;
    margin-top: -10px;
    margin-left: 1000px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size: 70px;
}

h8 {
	font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 16px;
}

h9 {
   font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size:14px;       
}

.socialmedia {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 14px;
    width:200px;
}

.text_work{
    margin-top: 180px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    margin-left: 20%;
    font-size: 70px;
    text-align: center;

}

.text_work2{
    margin-top: -10px;
    margin-left: 45%;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size: 70px;
 	text-align: center;
}


p {
    margin-left: -100px;
    width: 450px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.background {
    position: absolute;
    top: 600;
    width: 100%;
    z-index: -100;
    height: 3500px;
}

.background2 {
    width: 100%;
    z-index: -100;
}

.container_overall2 {
    margin-top: 500px;
    background-color: #4f2b4f;
    height: 300px;
}

.container_overall4{
	margin-top:-50px;
    background-color: #4f2b4f;
  	height: 900px;
	width:100%;
}

.container-overall {
    /* margin-top: 400px;*/
}

.container_jobs {
    margin-top: 700px;
}

.container-jobs2 {
    margin-bottom: 200px;
}

.row_jobs {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact {
    margin-top: -300px;
    margin-bottom: 50px;
    height: 900px;
}

.job {
    float: right;
}

.btn {
    margin-top: 20px;
    color: #fff;
    background-color: #4f2b4f;
    border: 2px solid #fff;
    width: 150px;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    margin-bottom: 100px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn:hover {
    background-color: #fff;
    color:  #4f2b4f;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn:active {
    background-color: #4f2b4f;
    color: white;
}

.btn-primary:focus{
  color: #fff;
  background-color: #4f2b4f;
  border:none;
}

.btn-primary {
    margin-top: 20px;
    color: #fff;
    background-color: white;
    border: 2px solid #4f2b4f;
    width: 150px;
    color: #4f2b4f;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-primary:hover {
    background-color: #4f2b4f;
    color: white;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-primary:active {
    background-color: #4f2b4f;
    color: white;
}

.btn-primary2 {
    margin-top: 100px;
    background-color: #4f2b4f;
    color: #fff;
    width: 35%;
    text-align: center;
    margin-left: 33%;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-primary2:hover {
    background-color: #4f2b4f;
    color: white;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-primary2:active {
    background-color: #4f2b4f;
    color: white;
}

.job {
    margin: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px 22px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#footer {
    height: 280px;
    background-color: black;
    width:100%;
}

.footer{
	margin-top: 50px;
	margin-left: 60%;

}

.contact{
	height:400px;
	margin-top:-510px;
	margin-right:50%;
}

.social{
	margin-right:20%;
	width:250px;

}

.linkedin{
	position: absolute;
	top: 90px;
	left: -5px;

}

/********************************/
/*       Fade Bs-carousel       */
/********************************/

.fade-carousel {
    position: relative;
    height: 100%;
}
.fade-carousel .carousel-inner .item {
    height: 100%;
}
.fade-carousel .carousel-indicators &gt; li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators &gt; li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
/********************************/
/*            Overlay           */
/********************************/

.carousel {
    margin-top: 100px;
}
carousel-indicators {
    position: absolute;
    bottom: 100;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
/********************************/
/*          Custom Buttons      */
/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    border: 3px solid #1abc9c;
    outline: none;
    background-color: transparent;
    margin: 20px auto;
}
/********************************/
/*       Slides backgrounds     */
/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 800px;
    width: 100%;
    margin: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
    background-image: url("../images/collage.png");
    width:100%;
}
.fade-carousel .slides .slide-2 {
    background-image: url("../images/collage.png");
}
.fade-carousel .slides .slide-3 {
    background-image: url("../images/collage.png");
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 320px) and (max-width: 480px) {


   h1 {
    text-align: center;
    padding-top: 40px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    margin-left: -130px;
    font-size: 30px;
	}
	
	h2 {
    text-align: center;
    margin-top: -10px;
    margin-left: 40px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size: 30px;
	}
	
	h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size: 20px;
    margin-left: 10px;
	}
	
	h4 {
    text-align: center;
    padding-top: 80px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: white;
    margin-left: -100px;
    font-size: 30px;
	}
	
	h5{
	margin-left:10px;
	font-size:16px;
 	font-family: 'Muli', sans-serif;
    font-weight: 300;
	}	
	
	p {
    margin-left:-180px;
    width: 250px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size:16px;
	}

	.job {
    margin: auto;
    margin-bottom:30px;
	}
	
	.background {
   background-color:#4f2b4f;
   height:7000px;
	}
	
	.container_jobs {
    margin-top: 300px;
	}

	.btn-primary {
    margin-top: 20px;
    margin-left: 10px;
    color: #fff;
    background-color: white;
    border: 2px solid #4f2b4f;
    width: 300px;
    color: #4f2b4f;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	}
	
	.btn-primary2 {
    margin-top: 0px;
    background-color: #4f2b4f;
    color: #fff;
    width:300px;
    text-align: center;
   	margin-left:20px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	}	

	.carousel {
    margin-top: 0px;
    width:300px;
    margin-bottom: 300px;
    margin-left: 50px;
	}
	
	.form-group {
    width:300px;
    margin-right:10px;
	}
	
	.contact{
	margin-top:-60px;
	margin-right:15px;
	height:260px;
	}

	h8 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 12px;
    margin-left:-100px;
	}

	h9 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #FFF;
    margin-left:-100px;
    font-size: 10px;
	}
	
	.header {
    width: 100%;
    margin-top: 40px;
	}

	.socialmedia {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 12px;
	}

	#footer {
    height: 390px;
    background-color: black;
	}

	.footer{
	margin-top: 60px;
	padding-bottom:30px;
	background-color:black;
	margin-left: 150px;
	float:left;
	}

	.social{
	margin-right:5%;
	width:100px;
	}
	
	.text_work{
    margin-top: 180px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    margin-left: 50px;
    font-size: 25px;
	}
	
	.text_work2{
    margin-top: -10px;
    margin-left: 170px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size:23px;
	}


	.fade-carousel .slides .slide-1,
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3 {
    height: 800px;
    width: 100%;
    margin: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	}
		
	.fade-carousel .slides .slide-1 {
    background-image: url("../images/slider.jpg");
    height:700px;
	}
	
	.fade-carousel .slides .slide-2 {
    background-image: url("../images/slider.jpg");
	}
	
	.fade-carousel .slides .slide-3 {
    background-image: url("../images/slider.jpg");
	}
	
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
   
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 400px;
    }
    
}


@media screen and (min-width : 768px) and (max-width : 1024px) { 


   h1 {
    text-align: center;
    padding-top: 40px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    margin-left: -250px;
    font-size: 60px;
	}
	
	h2 {
    text-align: center;
    margin-top: -10px;
    margin-left: 70px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size: 60px;
	}
	
	h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size: 14px;
    margin-left: 0px;
	}

	h5 {
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
	}
	
	p {
    margin-left:-130px;
    width: 380px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size:16px;
	}
	
	.text_work {
    margin-top: 180px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    margin-left: 10%;
    font-size: 50px;
    text-align: center;
	}
	
	.text_work2 {
    margin-top: -10px;
    margin-left: 40%;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #4f2b4f;
    font-size: 47px;
    text-align: center;
	}
	
	.background {
    position: absolute;
    top: 600;
    width: 100%;
    z-index: -100;
    height: 2000px;
	}
	
	.people{
	font-size: 10px;
	}
	
	.container_jobs {
    margin-top: 300px;
	}
	
	.fade-carousel .slides .slide-1,
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3 {
    height: 800px;
    width: 100%;
    margin: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	}
	
	.fade-carousel .slides .slide-1 {
    background-image: url("../images/slider.jpg");
    height:700px;
	}
	
	.fade-carousel .slides .slide-2 {
    background-image: url("../images/slider.jpg");
	}
	
	.fade-carousel .slides .slide-3 {
    background-image: url("../images/slider.jpg");
	}
	
	.carousel {
    margin-top: 0px;
    width:800px;
    margin-bottom: 100px;
    margin-left: 0px;
	}
	
	.form-group {
    width:400px;
	}
	.contact{
	margin-top:-60px;
	margin-right:20px;
	margin-bottom: 50px;
	height:300px;
	}

	.container_overall4 {
    margin-top: -50px;
    background-color: #4f2b4f;
    height: 1000px;
    width: 100%;
	}

	.socialmedia {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 14px;
	}	

	#footer {
    height: 390px;
    background-color: black;
	}

	.footer{
	margin-top: 60px;
	padding-bottom:30px;
	background-color:black;
	margin-left: 100px;
	float:left;
	}
	
	.pull-right {
    float: right!important;
    margin-right: 200px;
	}
	
	.social{
	margin-right:10%;
	width:250px;

	}
}
</pre></body></html>