<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------
    1 - Import Google Fonts
 ---------------------------------------*/
/* google font &gt; Josefin sans */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900|Poppins:300,400,500');

/*------------------------------
    2 - Start Main Rules 
------------------------------*/
body {
    color: #2a2a2a;
    font-family: 'Poppins', sans-serif;
    font-size: 13px; 
    font-weight: 400;
    line-height: 24px;
}
a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
h1, 
h2,
h3,
h4,
h5,
h6,
a {
    color: #323232;
    font-family: 'Montserrat', sans-serif;
}
button {
    border: none;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
img {
    width: 100%;
    height: auto;
}
.section-padding {
    padding: 80px 0px;
}
.section-title {
    text-align: center;
    margin-bottom: 70px;
}
.section-title span {
    color: #777;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.section-title h4 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;

}
.separator {
    background-color: #e52c20;
    height: 1px;
    margin: 15px auto 0;
    width: 85px;
}
.section-title p {
    margin-top: 7px;
}

/* All Transitions */
.header-text a,
.services .single-service,
.portfolio-filter li,
.price .single-price,
.price .price-content a,
.contact .contact-form input[type=submit],
#footer .social-link a,
.copyright p a {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

/* Typed Cursor */
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 1.7s infinite;
	-moz-animation: blink 1.7s infinite;
	animation: blink 1.7s infinite;
}
@keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* End of Main Rules */

/* ---------------------------------------
	3 - Start Loading Page
----------------------------------------- */
.preloader {
	background: #000;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}
.preloader .item-list {
	height: 33px;
	left: 0;
    margin: 0 auto;
	position: relative;
	top: 50%;
    transform: translateY(-50%);
	width: 33px;
}
.preloader .item-list .item {
	background: #c8c8c8;
	border-radius: 50%;
    height: 100%;
	opacity: 0.6;
    position: absolute;
    width: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}
.preloader .item-list .item2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes bounce {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/* End of Loading Page */

/* ---------------------------------------
    4 - Start Home Section
----------------------------------------- */
/* 4-a - Background */

/* Parallax Page Background */
#home.parallax {
    background-attachment: fixed;
    background-image: url("assets/images/slide1.jpg");
    background-position: center center;
}
#home.top-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 999;
}
#home.top-area::after {
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    z-index: -999;
}
.header-area {
    width: 100%;
    z-index: 999999;
    position: relative;
}

/* 4-b - Logo */
.header-area .logo {
    padding: 27px 0;
}
.header-area .logo a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;

}

/* 4-c - Sticky Header */
.header-area::after,
.mainmenu .nav.navbar-nav a,
.header-area .logo,
.header-area .logo a {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.is-sticky .header-area::after {
    background-color: #000;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.is-sticky .mainmenu .nav.navbar-nav a {
    color: #fff;
    font-size: 12px;
    padding: 23px 15px;
}
.is-sticky .header-area .logo {
    padding: 20px 0;
}
.is-sticky .header-area .logo a {
    color: #fff;
    font-size: 18px;
}

/* 4-d - Header Text */
.header-text-area {
    display: table;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.header-text-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.header-text h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;

}
.header-text h2 span {
    color: #e52c20;
    display: inline-block;
}
.header-text p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.header-text a {
    background-color: #e52c20;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 30px;

}
.header-text a.white-btn {
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 7px;
    padding: 6px 30px;
    text-transform: uppercase;
}
.header-text a:hover {
    background-color: #000;
}

/* 4-e - Navbar */
.mainmenu ul.nav.navbar-nav {
    float: none;
    text-align: right;
}
.mainmenu ul.nav.navbar-nav li {
    display: inline-block;
    float: none;
    position: relative;
}
.mainmenu ul.nav.navbar-nav &gt; li &gt; a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;

    padding: 28px 15px;
}
.mainmenu ul.nav.navbar-nav &gt; li:hover &gt; a {
    background: none;
    color: #e52c20;
}
.mainmenu ul.nav.navbar-nav &gt; li &gt; a:focus {
    background: none;
}
.mainmenu ul.nav.navbar-nav &gt; li.active &gt; a {
    color: #ffffff;
    font-weight: 400;
    /*text-decoration: line-through;*/
}

/* End of Home Section */

/* ---------------------------------------
    5 - Start About Us Section
----------------------------------------- */
.about-us {
    padding: 100px 0;
}
.about-us .about-content {
    padding: 1px 0;
}
.about-us .about-content h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;

}
.about-us .about-content p {
    margin-bottom: 20px;
    font-size: 14px;
}
.about-us .about-content a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 30px;
    text-transform: uppercase;
}
.about-us .about-content a:hover {
    background-color: #e52c20;
}

/* End of About Us Section */

/* ---------------------------------------
    6 - Start Process Section
----------------------------------------- */
.process {
    background-color: #f4f4f4;
    padding: 100px 0;
}
.process .single-process span {
    color: #e52c20;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 500;
}
.process .single-process h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

/* End of Process Section */

/* ---------------------------------------
    7 - Start Feature Section
----------------------------------------- */
.feature {
    padding: 100px 0;
}
.feature .single-feature i {
    color: #e52c20;
    font-size: 36px;
}
.feature .single-feature h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0;

}

/* End of Feature Section */

/* ---------------------------------------
    8 - Start Video-bg Section
----------------------------------------- */
.video-bg {
    background: url('assets/images/spacer_bg.jpg') no-repeat fixed center center;
    
    padding: 100px 0;
    position: relative;
}
.video-bg .overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-bg .video-content i {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.video-bg .video-content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}
.video-bg .video-content p {
    color: #fff;
}

/* End of Video-bg Section */

/* ---------------------------------------
    9 - Start Service Section
----------------------------------------- */
.services {
    padding: 100px 0 60px
}
.services .services-group {
    margin-top: 0px;
}
.services .single-service {
    background-color: #fff;
    box-shadow: 1px 1px 15px #e6e6e6;
    margin-bottom: 40px;
    padding: 60px 20px;
}
.services .single-service .icon {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #e52c20;
    font-size: 35px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    width: 80px;
}
.services .single-service h5 {
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 15px;
    text-transform: uppercase;
}
.services .single-service p {
    letter-spacing: 0px;
}
.services .single-service:hover {
    box-shadow: 1px 1px 10px #c5c5c5;
    transform: translateY(-10px);
}
.services .single-service:hover .icon {
    background-color: #e52c20;
    border: 1px solid #e52c20;
    color: #fff;
}

/* End of Service Section */

/* ---------------------------------------
	10 - Start Fun-facts  Section
----------------------------------------- */
.fun-facts {
    background: url('assets/images/fun_facts/facts_bg.jpg') no-repeat fixed center center;
    padding: 110px 0;
    position: relative;
}
.fun-facts .overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
} 
.fun-facts h2, .fun-facts p {color: #232332;}
.fun-facts .fact span.timer {
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    min-height: 30px;
    margin-bottom: 20px;
}
.fun-facts .fact p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.fun-facts .fact i {
    color: #fff;
    display: inline-block;
    font-size: 32px;
}

/* End of Fun Facts Section */

/*---------------------------------------
    11 - Start Portfolio Section
---------------------------------------*/
.portfolio {
    padding: 100px 0 70px;
}
.portfolio .portfolio-filter {
    
}
.portfolio .portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;                    
    font-weight: 500;
    line-height: 1;
    padding: 0 15px;
    text-transform: uppercase;
}
.portfolio .portfolio-filter li.active {
    color:  #e52c20;
    text-decoration: line-through;
}
.portfolio .portfolio-filter li:hover {
    color: #e52c20;
}
.portfolio .portfolio-items {
    margin-top: 50px;
}
.portfolio .portfolio-items .grid-item {
    margin-bottom: 30px;
}
.portfolio .portfolio-items .single-portfolio {
    position: relative;
}
.portfolio .portfolio-items .single-portfolio .porto-overly {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0;    
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.portfolio .portfolio-items .single-portfolio .porto-content {
    visibility: hidden;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.portfolio .single-portfolio .porto-content .icon i.fa {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px 10px;
    text-align: center;
    width: 32px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.portfolio .single-portfolio .porto-content .icon i.fa:hover {
    background-color: #e52c20;
    color: #fff;
}
.portfolio .single-portfolio .porto-content h6 {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;

}
.portfolio .single-portfolio .porto-content p {
    color: #afafaf;

}
.portfolio .portfolio-items .grid-item:hover .porto-overly {
    opacity: .8;
    visibility: visible;
    
}
.portfolio .portfolio-items .grid-item:hover .porto-content {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* End of Portfolio Section */

/*----------------------------------
    12 - Start Team Section 
-----------------------------------*/
.team {
    background-color: #fafafa;
    padding: 100px 0;
}
.team .team-group {}
.team .single-team {}
.team .single-team .img {
    
}
.team .single-team h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0 5px;

}
.team .single-team p {
    line-height: 1;

}
.team .single-team {}

/* End of Team Section */

/*----------------------------------
    13 - Start Price Section 
-----------------------------------*/
.price {
    background-color: #f1f1f1;
    padding: 100px 0 60px;
}
.price .price-items {}
.price .single-price {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 60px 40px;
}
.price .price-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;

}
.price .price-content p {
    border-bottom: 1px solid #ddd;
    color: #e52c20;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 35px;
    padding-bottom: 25px;
}
.price .price-content ul {
    margin-bottom: 35px;
}
.price .price-content ul li {

}
.price .price-content a {
    background-color: #292929;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 30px;

}
.price .price-content a:hover {
    background-color: #e52c20;
    color: #fff;
}
.price .single-price:hover {
    transform: translateY(-20px);
}

/* End of Price Section */

/* ---------------------------------------
    14 - Start Blog Section
-----------------------------------------*/
.blog {
    padding: 100px 0 60px;
}
.blog .blog-items {
    
}
.blog .single-blog {
    margin-bottom: 40px;
}
.blog .single-blog .img img {
    width: 100%;
}
/*.blog .single-blog .blog-content {
    padding: 0 20px 30px;
}*/
.blog .single-blog .blog-content h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 10px 0 10px;

}
.blog .single-blog .blog-content p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.blog .single-blog .blog-content a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 15px 0 0;

}
.blog .single-blog .blog-content a:hover {
    color: #e52c20;
}
.blog .single-blog .blog-content a.author,
.blog .single-blog .blog-content a.date {
    padding-right: 20px;
}

/* End of Blog Section */

/*----------------------------------
    15 - Start Client Section 
-----------------------------------*/
.client {
    background: url('assets/images/client/client_bg.jpg') no-repeat fixed center center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.client .client-overly {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}
.client .single-client i {
    color: #e52c20;
    font-size: 32px;
    margin-bottom: 20px;
}
.client .single-client p {
    color: #d1d1d1;
    margin-bottom: 20px;
}
.client .single-client img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.client .single-client h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;

}
.client .single-client span {
    color: #d1d1d1;
    font-size: 13px;
    font-weight: 500;

}
.client .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 15px 7px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    border: 3px solid #e52c20;
}
.client .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff none repeat scroll 0 0;
    border-width: 3px;
    opacity: 1;
}

/* End of Client Section */

/* ---------------------------------------
    16 - Start Contact Section
----------------------------------------- */
.contact {
    padding: 100px 0;
}
.contact .form h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;

}
.contact .contact-form input[placeholder] {
    letter-spacing: 2px;

}
.contact .contact-form input[type=text] {
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.contact .contact-form input[type=email] {
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.contact .contact-form textarea {
    letter-spacing: 1px;
    padding: 20px;

    width: 100%;
}
.contact .contact-form input[type=submit] {
    background-color: #232332;
    border: 1px solid #232332;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
}
.contact .contact-form input[type=submit]:hover {
    background-color: #e52c20;
    border: 1px solid #e52c20;
    color: #fff;
}
.contact .address-group {}
.contact .address-group h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;

}
.contact .address-group .address {}
.contact .address-group .address p {
    font-size: 14px;
    margin-bottom: 15px;
}
.contact .address-group .address p i.fa {
    background-color: #232332;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}

/* End of Contact Section */

/* ---------------------------------------
    17 - Start Footer Section
----------------------------------------- */
#footer {
    background-color: #040404;
    padding: 80px 0;
}
#footer .footer-logo {}
#footer .footer-logo h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;

}
#footer .social-link {}
#footer .social-link a {
    background-color: #141414;
    color: #fff;
    display: inline-block;
    height: 40px
    font-size: 16px;
    line-height: 40px;
    margin: 0 5px 20px;
    width: 40px;
}
#footer .social-link a:hover {
    background-color: #e52c20;
    color: #fff;
}
#footer .copyright p {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;

}
#footer .copyright p a {
    color: #fafafa;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}
#footer .copyright p a:hover {
    color: #e52c20;
}

/* End of Footer Section */</pre></body></html>