<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background:url(img/tuman.jpg) no-repeat ;
        height: 100%;
        
        background-size: cover;
}
#zag {
/*	background: url(img/1.jpg) no-repeat center center;*/
	background-size: cover;
	position: relative;
	justify-content: center;
	flex-direction: column;
	display: flex;
    padding-top: 10px;
    padding-left: 20px;
      padding-right: 20px;
}

.zag-text {
	text-transform: uppercase;
	color: #fff;

}
h1{
    color:lightgray;
    text-align: center;
/*    padding-left: 70px;*/
    padding-top: 60px;
}
.zag-text h3 {
    
     padding-top: -120px;
	font-size: 115px;
	color: #fff;
	font-weight: 00;

}
li
{
    text-align:left;
    padding-right: 00px;
    list-style-type: none;
}
.zag-text h3 {
	padding: 10px;
	font-size: 30px;
	font-weight: 500;
}
h2{ padding-left: 40px;
    padding-right: 50px;
    padding-top: 20px;
    color:grey;
    font-size: 10px;
}
/* Base CSS */
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #333;
}
.alignleft {
	float: left;
	margin-right: 15px;
}


.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid;
}

img {
	max-width: 100%;
	height: auto;
}

.fix {
	overflow: hidden
}

p {
	font-family: 'Lato', sans-serif;
}

.our,h4{
   font-family: 'FreeMono', monospace;
    color: grey;
}
h1,
h2,
h3,
h5,
h6 {


  
    font-size: 15px;
	margin: 0 0 15px;
	font-weight: 100;
    
	font-family: 'Lato', sans-serif;
}

html,
body {
	height: 100%
}

a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none
}

.btn-trans:focus {
	outline: none;
	color: lightgray;

}

/******************** NAVBAR CSS *************/
header .navbar {
	border-radius: 0px;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
	background: none;
}

.navbar-inverse {
	background: rgba(0, 0, 0, 0.65) !important;
}

#myNavbar ul li {
	padding: 40px 15px 30px;
	text-transform: uppercase;
}

#myNavbar ul li.active a {
	color: grey;
}

#myNavbar ul li.active &gt; a::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	border-bottom: 2px black;
	bottom: 0;
	transition: all 0.2s;
}

#myNavbar ul li a {
	border-bottom: 2px solid transparent;
}

.navbar-inverse #myNavbar li:hover a::after, #myNavbar ul li a:hover {
	border-bottom: 2px solid grey;
	color: grey;
}

#myNavbar ul li a {
	padding: 0 0 5px;
	font-size: 16px;
	color: lightgray;
	transition: all 0.2s ease-in 0.2s;
}

header .navbar-brand {
	padding: 37px 15px;
}

header .navbar {
	margin-bottom: 0;
}

/************ Home css ************/

#home {
	background: url(img/1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	justify-content: center;
	flex-direction: column;
	display: flex;
	height: 700px;
}

.home-text {
	text-transform: uppercase;
	color: lightgray;

}

.home-text h1 {
	font-size: 115px;
	color: lightgray;
	font-weight: 500;

}

.home-text h3 {
	padding: 10px;
	font-size: 30px;
	font-weight: 500;
}

/*
.home-text span {
	color: grey;
	font-weight: 700;
}
*/

.overlay {
	position: absolute;
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/********** carousel  ******/
.carousel-indicators li {
	width: 110px;
	height: 10px;
	background-color: lightgray;
	border: 1px solid;
	border-radius: 0;
}

.carousel-indicators li.active {
	background-color: #000;
	width: 110px;
	height: 10px;
}

.carousel-indicators {
	bottom: -240px !important;
}

/********** SERVICE AREA**************/
#service {
	padding: 80px 0 160px;
	background-color: #000;
	color: lightgray;
}

.section-heading {
}

.section-heading h2 {
	font-size: 20px;
	font-weight: normal;
	color:lightgray;
}

/*
.section-heading span {
	color: #f20101;
}
*/

.single-item {
	border: 2px solid #f20101;
	margin-top: 50px;
	transition: all 0.6s;
}

.single-item i {
	font-size: 80px;
	color: #f20101;
	padding: 15px;

}

.single-item h4 {
	padding-bottom: 10px;
}

.single-item p {
	line-height: 24px;
	padding: 10px;
}

.single-item a.btn-red {
	margin-bottom: 20px;
	padding: 6px 10px;
	background-color: #f20101;
	border-radius: 0;
	font-weight: 700;
	color: lightgray;
}

.single-item:hover {
	border-color: lightgray;
}

.single-item a:hover {
	color: #000;
	background-color: lightgray;
}

/***************** our team css **************/
#team {
	padding: 100px 0;
	background: url(img/team-bg.jpg) no-repeat;
	background-size: cover;


	height: 1200px;
}

.single-team {
	color: lightgray;
	padding: 20px 0 90px;
	margin-right: 20px;
	overflow: hidden;
padding-bottom: 10px;
}

.single-team h3 {
	padding: 10px 0 5px;
}

 
.single-team p::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;

	border-right: 12px solid transparent;
	border-top: 12px solid grey;
	border-left: 12px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.member-social-icon i {
	padding: 60px 7px;
/*    padding-bottom: 50px;*/
	color:grey;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.member-social-icon {
	border-bottom: 0 solid lightgray;
	margin-top: 30px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.member-social-icon i:hover {
    
	color: lightgray;
}

.single-team:hover .member-social-icon {
	margin: 0;
	border-bottom: 7px solid lightgray;
	opacity: 1;
}

.single-team:hover p {

	border-bottom: 0 solid grey;

}

.single-team:hover p::after {
	opacity: 0;
	bottom: 150px;
}

.single-team p {
	font-size: 18px;
	border-bottom: 7px solid grey;
	overflow: hidden;
}

/********** skill area ********/
.skill-heading h3 {
	font-size: 36px;
	padding-bottom: 80px;
	color: lightgray;
}

.bar {
	color: lightgray;
}

.wp-bar {
	text-transform: uppercase;
}

.bar .progress {
	height: 12px;
	background-color: grey;
}

.bar .progress-bar {
	background-color: lightgray;
}

.bar h4 {
	margin: -3px;
}

/************* Gallery css***********/
#gallery {
	padding: 70px 0;
	

}

.gallery-btn {
	margin-bottom: 30px;
}

.section-heading p {
	padding: 30px 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-transform: capitalize;
}

.btn-trans {
	width: 180px;
	border: 1px solid grey;
	height: 50px;
	line-height: 38px;
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	margin: 5px 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a.btn.btn-trans:hover {
	color: #fff;
	background: red;
}

/********* isotop ********/
.single-gl {
	width: 100%;
}

.no-gutter [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.gl-overlay {
	position: absolute;
	background: rgba(2, 0, 0, .6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.gl-overlay i {
	color: #fff;
	padding: 5px;
	background: #000;
	margin-bottom: 30px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;

}

.gl-overlay:hover i {
	margin-bottom: 0;
}

.gl-overlay i:hover {
	background: grey;
}

.gl-overlay:hover {
	opacity: 1;
}

/********* price area *******/
#price {
	padding: 80px 0;
	color: #fff;
	background-color: #000000;

}

.single-price:hover .price-top {
	background-color: #333333;
}

.single-price {
	margin-top: 50px;
}

.price-top {
	background-color: grey;
	padding: 25px 0;
	transition: all 0.3s;
}

.price-top h3 {
	font-size: 24px;
	font-weight: normal;
}

sub, sup {
	font-size: 20px;
}

h1 sup {
	top: -1.5em;
}

.price-top i {
	font-size: 50px;
	padding: 10px 0;
}

.price-top h1 {
	font-size: 65px;
}

.price-bottom {
	color: #000;
	background-color: #E8E4E4;
	padding: 30px 0;

}

.price-bottom p {
	line-height: 24px;
	padding: 10px;
}

.price-bottom a {
	width: 230px;
	color: #fff;
	background: #000;
	font-size: 16px;
	border-radius: 0;
	line-height: 45px;
	font-weight: bold;
	margin-top: 20px;

}

.price-bottom a:hover {
	background: grey;
	color: #fff;
}

/**************news area ****************/
.news-heading {
	padding: 0 0 40px 0;
}

#news {
	padding: 70px 0;
	background: url(img/home-bg.jpg) no-repeat;
	background-size: cover;
    weight:100px;
}

.latest-news {
	position: relative;
	z-index: 1;
	color: #fff;
}

.latest-news h3 {
	padding: 40px 20px;
	text-transform: capitalize;
	color: gainsboro;

}

.latest-news:after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
/*	background: rgba(1, 1, 1, 0.65);*/
	left: -90px;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.news-content {
	overflow: hidden;
	padding-bottom: 40px;
    padding-left:100px;
}

.news-date {
	padding: 10px 20px;
	background-color:  rgba(1, 1, 1, 0.65);;
	width:50px;
	height: 50px;
	color: #fff;
	float: left;
	overflow: hidden;
	margin: 0 20px 0 0;
}

.news-text i.fa {
	color: red;
	padding-left: 10px;

}

.single-news {
	margin: 16px;
}

.news-list {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 16px 30px;
	overflow: hidden;
}

.news-list::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(256, 0, 0, 0.8);
	z-index: -1;
}

.list-date {
	height: 78px;
	width: 80px;
	background-color: #000;
	padding: 10px;
	float: left;
	margin-right: 8px;
	overflow: hidden;
}

.news-list i.fa {
	color: black;
	padding-left: 10px;
}

.list-date h4 {
	padding: 0 14px;

}

.list-text p {
	margin: 0;
	line-height: 16px;
	font-size: 12px;
}

.list-text h5 {
	margin: 0;
	padding-bottom: 4px;
}

/************* our contact area *********/

#m {
	
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: lightgray;
	background: rgba(10, 0, 7, .5);
    


}




/******* footer css********/
footer {
	padding: 25px 0 20px;
	background-color: gray;
	color: lightgray;
}

.footer-p {
	padding: 10px;
	font-size: 16px;
}

.footer-social i {
	padding: 12px 5px;
	font-size: 18px;

}

.footer-social i:hover {
	color: #000000;
}

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