<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Global Style
=======================*/

body, html{height:100%;}

.btn-blue{
	background-color: transparent;
    border: 1px solid #ddd;
    color: #fff;
	}
.btn-blue:hover{ background-color:#333; color:#fff;}
.btn-orange{
	background-color:#e44b11;
	color:#fff;
	}
.btn-orange:hover{background-color:#4b4340; color:#fff;}
.btn-view a.button.button-default {
    font-size: 16px;
    text-align: center;
    width: 220px;
}
/* Navigation Style 
=========================*/
.carousel-control{z-index: 99;}
.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-default {
	margin-bottom:0;
    color: #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a{
	text-transform:uppercase;
	}
	
@media (min-width:768px){
		.navbar-default .navbar-nav &gt; li &gt; a{
			border-left: 1px solid rgba(0, 0, 0, 0.25);
			padding-bottom: 42px;
			padding-top: 42px;
			margin-top:0px;
			line-height:15px;
		}
		.navbar-default .navbar-nav &gt; li:first-child &gt; a{
			border-left: 0;
		}
	}
	
.navbar-default .navbar-nav &gt; li &gt; .dropdown-menu {
    background-color: #5ba5b0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	color:#fff;
}
.navbar-default .dropdown-menu &gt; li &gt; a{ color:#fff;}
.navbar-default .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus{ background-color:#fff; color:#5ba5b0}
.navbar-default {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 100%;
}
.navbar {
    min-height: 100px;
}
.navbar-brand {
    float: left;
    height: auto;
    line-height: 20px;
    padding:12px 0 0;
}
.navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand {
    margin-left: 0;
}.navbar-brand &gt; img {
    display: block;
    width: 250px;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    background-color: #e44b11;
    color: #fff;
}
/*Login Modal Style
========================*/

#loginModal .modal-dialog {
    margin: -180px auto 30px;
    min-height: 360px;
    top: 50%;
    width: 500px
}
#loginModal .modal-content {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    position: relative;
}
#loginModal button.close{
	display:inline-block;
	opacity:1;
	font-size:32px;
	background-color:#e44b11;
	position:absolute;
	top:-25px;
	right:-25px;
	height:50px;
	width:50px;
	line-height:50px;
	border-radius:100%;
	color:#fff;
	}
#loginModal .modal-content .modal-header{ text-align:center; color:#e44b11; border-bottom:0; padding:30px 30px 0 30px;}
#loginModal .modal-content .modal-header hr{ margin-bottom:0; border-color:#e1e1e1;}
#loginModal .modal-content .modal-body{ padding:35px;}
#loginModal .form-control{
	margin-bottom:20px;
	border-radius:0;
	height:40px;
	box-shadow:none;
	border-color:#ddd;
	}
#loginModal .btn-orange{
	border-radius:0;
	font-size:16px;
	font-weight:normal;
	}
.forgetPass{
	color:#9C9C9C;
	text-decoration:underline
	}

/* Main Slider Style 
=========================*/
.carousel-inner &gt; .item{
	background-color:#515151;
	color:#5b595a;
	min-height:350px;
	}
.carousel-caption {
    color: #5b595a;
    font-size: 24px;
    font-weight: bold;
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    right: 0;
    text-shadow: none;
    text-transform: uppercase;
    top: 0;
}

/* Section heading Style 
=========================*/
.section_header{
	margin-bottom:65px;
	width:100%;
	display:inline-table;
	text-align:center;
	}
.section_header .section_heading{ color:#333b48; font-weight:bold; margin:0 0 20px 0;}
.section_header .section_tagline{ color:#7E7E7E; font-style:italic; font-size:18px; font-family:"Times New Roman", serif; margin-bottom:0;}

/* Services Section Style 
=========================*/
.serviceSection{
	padding:45px 0 15px 0;
	}
.serviceSection .thumbnail{

	margin:0 auto 15px auto; 
	border-radius:4px;
	background-color:#e44b11;
	color:#fff;
	position:relative;
	text-align:center;
	border:0;
	padding-top:22px;
	}
.serviceSection .thumbnail .caption{
	color:#fff;
	margin-top:0px; padding: 0 9px 9px;
	}
.serviceSection .thumbnail img{
	width:105px;
	height:105px;
	border-radius:100%;
	background-color:#fff;
	}
.serviceSection .thumbnail .btn-blue{ min-width:80px;}
.serviceSection .thumbnail .badge{
	background-color:#5ba5b0;
	border-radius:100%;
	color:#fff;
	display:inline-block;
	height:50px;
	line-height:50px;
	font-size:28px;
	font-weight:bold;
	width:50px;
	top:-25px;
	right:-25px;
	position:absolute;
	z-index:2;
	}

.cir-box {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    padding: 30px 26px;
    text-align: center;
    width: 100px;
}.cir-box i {
    color: #fff;
    font-size: 39px;
}
/* Client Section Style 
=========================*/
.clientSection{
	background-color:#fff;
	padding:30px 0 30px; border-bottom: 1px solid #ddd;
	}
.clientList .img-thumbnail{ margin-bottom:15px;}

/*Footer Style
==========================*/
footer .footer-above {
    background-color: #2c3e50;
    padding-top: 50px; color: #fff;
}
footer .footer-col {
    margin-bottom: 50px;
}footer h3 {
    margin-bottom: 20px;
}.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}.list-inline &gt; li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}.btn-social {
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    width: 50px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #e44b11;
    color: #e44b11;
    background: #fff;
}
.btn-outline {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    margin-top: 15px;
    transition: all 0.3s ease-in-out 0s;
}footer .footer-below {
    background-color: #233140;
    padding: 25px 0;  color: #fff;
}
/*--------------------*/
/* PORTFOLIO */
/*--------------------*/

#portfolio{
	display: inline;
	float: left;
	padding: 40px 0;
	width: 100%; background: #f6f6f6 none repeat scroll 0 0;
}
.portfolio-area{
	display: inline;
	float: left;
	width: 100%;
}
.portfolio-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}
.portfolio-menu{
	display: inline;
	float: left;
	width: 100%;
}
.portfolio-menu ul{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.portfolio-menu ul li {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway",sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 12px;
	padding: 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;  
}
.portfolio-container {
	display: inline;
	float: left;
	margin-left: -9px;
	margin-top: 60px;
	width: 100%;
}
.single-portfolio {
	display: inline;
	float: left;
	margin-bottom: 18px;
	margin-left: 18px;
	width: 23.4%;
}
.single-item{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.single-item&gt;img{
	width: 100%;
    display: block;
    height: 290px;
    -webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single-item&gt;img:hover{	
	-webkit-transform: scale(1);	
	    -ms-transform: scale(1);	
	        transform: scale(1);	       
}
#mixit-container .mix{
    display: none;
}
.single-item-content { 
	background-color: #000; 
	display: inline;
	opacity: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
}
.portfolio-social-icon {  
	float: left;
	display: inline;
	padding: 110px 50px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-item:hover .single-item-content{
	opacity: 1;	
}
.single-item-content:hover{
	background-color: rgba(0, 0, 0, 0.8);	
}
.portfolio-social-icon a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 15px;
	margin: 0 8px;
	padding: 12px;  
	text-align: center;
	width: 40px; 
	transform: scale(0.5);
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item-content:hover .fancybox,
.single-item-content:hover .link-btn{
	 transform: scale(0.9);
} 
.portfolio-title {
	bottom: 0;
	display:inline;
	opacity: 0;
	left: 0;
	padding-bottom: 12px;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item:hover .portfolio-title{
	opacity: 1;
}
.portfolio-title h4 {
	color: #fff7f7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}
.portfolio-title span{
	color: #fff7f7;
	font-size: 12px;
	font-family: "Raleway",sans-serif;
}
.portfolio-menu ul li:hover{
  color: #e44b11;
  border-color: #e44b11;  
}
.portfolio-social-icon a {
  background-color: #e44b11;
}
.portfolio-title {
  background-color: #e44b11;
}
.title-area {
    display: inline;
    float: left;
    padding: 0 172px;
    position: relative;
    text-align: center;
    width: 100%;
}.tittle {
    color: #3a3a3a;
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 18px;
}.tittle-line {
    background-color: #898989;
    display: inline-block;
    height: 3px;
    margin-bottom: 16px;
    width: 60px;
}

.fancybox-next span {
    background-position: 0 -72px;
    right: 10px;
}.fancybox-nav span {
    cursor: pointer;
    height: 34px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 36px;
    z-index: 8040;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite.png");
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    border: 0 none;
    outline: medium none;
    padding: 0;
    vertical-align: top;
}
.no-home{margin-top: 30px;}

.no-home-m{margin-top: 0;}
/*--------------------*/
/* CONTACT */
/*--------------------*/

#contact {
	background-image: url("../img/portfolio-hitmo-logo-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    float: left;
    padding: 35px 0;
    width: 100%;
}
#contact1 {
    background-image: url("../img/counter-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline;
    float: left;
    padding: 100px 0 32px;
    width: 100%;
}
.title-had {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
}
.contact-left {
	border:1px solid #333;
	display: inline;
	float: left;
	padding: 30px 40px 10px;
	width: 100%;
}
.contact-left h2 {
	color: #fafafa;
	font-size: 35px;
	margin-bottom: 35px;
}
.single-address {
	display: inline;
	float: left;
	margin-bottom: 15px;
	padding-right: 50px;
	width: 100%;
}
.single-address h4 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 17px;
}
.single-address p {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-right{
	border:1px solid #333;
	display: inline;
	float: left;
	padding: 30px 40px;
	width: 100%;
}
.contact-right h2 {
	color: #000;
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.contact-form .form-group input {
	background: transparent;
	color: #333;
	font-size: 20px;
	border: 1px solid #000;
	border-radius: 0;
	height: 45px;
	margin-bottom: 24px;
}
.contact-form .form-group textarea{
	color: #333;
	background: transparent;
	border: 1px solid #000;
	border-radius: 0;
	height: 190px;
}
.contact-form .form-control:focus {
    outline: 0;
    box-shadow: none;    
} 
.contact-form .form-control::-webkit-input-placeholder {
	color: #333;
	font-size: 20px;
}

.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #333;
	font-size: 20px; 
}

.contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #333;
	font-size: 20px;
}

.contact-form .form-control:-ms-input-placeholder {  
	color: #333;
	font-size: 20px;
}
.contact-form button {
	float: right;
	margin-right: 0;
	border-radius: 0px;
}
.contact-form.button-default::after,
.contact-form .button-default &gt; span {
	padding: 12px 40px;  
}
.button-default::after, .button-default &gt; span {
    padding: 12px 21px;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-default::after {
    color: #fff;
}

.contact-form.button-default::after, .contact-form .button-default &gt; span {
    padding: 12px 40px;
}

.button-default &gt; span {
    display: block;
}
.button &gt; span {
    vertical-align: middle;
}
.button {
	float: left;	
	display: block;
	margin: 1em;	
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button &gt; span {
	vertical-align: middle;
}
.button-default {
	text-decoration: none;
	border-radius: 2px;
	overflow: hidden;
	font-weight: 600;
	font-size: 15px;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-default::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #3f51b5;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.button-default &gt; span {
	display: block;
}
.button-default:after {
	color: #fff;
}
.button-default::after,
.button-default &gt; span {
	padding: 12px 21px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-default:hover {
	background-color: rgba(63, 81, 181, 0.1);
	text-decoration: none;
}
.button-default:hover,
.button-default:focus {
	color: #fff !important;
}
.button-default:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button-default:hover &gt; span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}.button-default {
    border: 2px solid #000 !important;
    color: #000 !important;
}
.button-default:hover,
.button-default:focus {
  border-color: #e44b11;
  background-color: #e44b11 !important;  
}


.blockquote {
    border-left: 2px solid #b5c8c9;
    color: #4f3219;
    font-size:14px;
    margin: 0 0 0 10px;
    padding: 5px 0 5px 20px;
}
.box-r .summary {
    color: #172934;
    font-size:17px;
}

/*--------------------*/
/* CLIENT */
/*--------------------*/

#client {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 70px 0 55px;
	width: 100%;
}
.client-area{
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}
.client-table {
	display: inline-block;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
}
.client-table li {
	display: inline-block;
	margin-right: 10px;
}
.client-table li:last-child{
	margin-right: 0px;
}
.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}

.topbar {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.social-inl &gt; li a {
    border: medium none;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
}.social-inl &gt; li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}.social-inl {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.link-add a {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
}
.link-add &gt; p {
    margin: 0;
    padding: 0;
}
.social-inl &gt; li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: auto;
    line-height: 30px;
}
.link-add a:first-child {
    padding-left: 0;
}
.link-add a i {
    font-size: 17px;
    margin-right: 8px;
}
.link-add a:hover {
    color: #000;
    text-decoration: none;
}
.foot-bot-cont-form .contact-footer {
    border: medium none;
    color: #fff;
    padding: 0;
}

.foot-bot-cont-form .contact-footer input {
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    height: 35px;
    margin: 0;
}
.foot-bot-cont-form .contact-footer textarea {
    border: 1px solid #fff;
    color: #fff;
    height: 60px;
    margin: 0;
    padding: 0;
}

.foot-bot-cont-form .contact-footer .form-control::-webkit-input-placeholder {
	color: #ccc;
	font-size: 14px;
}

.foot-bot-cont-form .contact-footer .form-control:-moz-placeholder { /* Firefox 18- */
	color: #ccc;
	font-size: 14px;
}

.foot-bot-cont-form .contact-footer .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #ccc;
	font-size: 14px;
}

.foot-bot-cont-form .contact-footer .form-control:-ms-input-placeholder {  
	color: #ccc;
	font-size: 14px;
}

.foot-bot-cont-form {
    margin-bottom: 20px; 
}

.footer-col.foot-bot-cont-form .contact-form .button-default::after, .footer-col.foot-bot-cont-form .contact-form .button-default &gt; span {
    padding: 7px 21px;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.footer-col.foot-bot-cont-form button.button-default {
    border: 1px solid #fff !important;
    color: #000 !important;
}
.footer-col.foot-bot-cont-form .contact-form button.button.button-default span {
    color: #fff;
    font-size: 14px;
    padding: 7px 21px;
}
.footer-col.foot-bot-cont-form .contact-form .button.button-default {
    margin: 0;
}


 div.first {
   width: 100%;
  padding: 10px;
  margin: 0;
  background-color: darkgray;
  
}

.serviceSection_seo .thumbnail_seo{

	margin:0 auto 15px auto; 
	border-radius:4px;
	background-color:#e44b11;
	color:#fff;
	position:relative;
	border:0;
	padding-top:22px;
	}
.price_color{
    color: #000000;
    font-size: 37px;
    text-align: center;
    font-weight: bolder;

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