body {
    font-family: 'Cousine', sans-serif;
    color: #93989B;
	line-height: 1.5em;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
a {
    color: #337ab7;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:focus,
a:hover {
    color: #337ab7;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    line-height: 26px;
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/*START PRELOADER DESIGN*/

#page-preloader {
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

.theme-loader {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: rgba(247, 146, 26, 0.98);
	letter-spacing: 0.2em;
	text-align: center;
	width: 244px;
	height: 49px;
	line-height: 49px;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.theme-loader::before,
.theme-loader::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: rgba(247, 146, 26, 0.97);
	position: absolute;
	animation: cssload-load 0.91s infinite alternate ease-in-out;
	-o-animation: cssload-load 0.91s infinite alternate ease-in-out;
	-ms-animation: cssload-load 0.91s infinite alternate ease-in-out;
	-webkit-animation: cssload-load 0.91s infinite alternate ease-in-out;
	-moz-animation: cssload-load 0.91s infinite alternate ease-in-out;
}

.theme-loader::before {
	top: 0;
}

.theme-loader::after {
	bottom: 0;
}

@keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-o-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-ms-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-webkit-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-moz-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

/*END PRELOADER DESIGN*/
.no-padding {
    padding: 0
}
.overlay {
    position: relative;
}
.overlay:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-area {height: 280px;}
.page-header {
    border: 0;
    position: relative;
	padding-bottom: 0;
	margin: ;
}
.page-header h1.page-tittle {
	text-transform: uppercase;
	color: #fff;
	line-height: 50px;
	margin-bottom: 40px;
}
.page-header small.page-sub-tittle {
	color: #fff;
}
.page-breadcrumb {
    position: absolute; 
    right: 0;
	top: 60px;
	left: 0;
	margin: 35px 0 0;
}
.page-breadcrumb .breadcrumb {
    border-radius: 0;
    border: 0;
	padding: 12px 25px;
	background-color: transparent;
}
.bg-gray {background: #f5f5f5;}
.section-padding {padding: 100px 0;}
.demo-img {
	margin-bottom: 60px;
	border: 1px solid #ddd;
}
.demo-img h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 24px 0;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	border: 4px double #ddd;
	display: inline-block;
	padding: 6px 31px;
}
.demo-img:hover h3 {
    color: #337ab7;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sagt {
	font-size: 20px;
	margin-bottom: 24px;
}
.ght {background: #32c5d2;
color: #fff;
padding: 9px 0;
font-size: 31px;
width: 63%;
position: relative;
left: 160px;
}