@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, addimgs, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, select, input, textarea, legend, caption, tbody, tfoot, thead, th {
margin: 0;
padding: 0;
}
*{outline:none; -webkit-tap-highlight-color: transparent;}
/*****color placeholder*****/
::-webkit-input-placeholder { /*Chrome, Safari*/
   color: #ccc !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ccc !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc !important;
}
:-o-placeholder { /* Opera */
   color: #ccc !important;
}
:-ms-input-placeholder {  /*Internet Explorer*/
   color: #ccc !important;
}
/*****End color placeholder*****/
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	background:#333;
}

img{
	border:none;
}

body{
	color:#818285;
	font-family:'Saira';	 
	font-size:100%;	overflow-x:hidden;
	font-weight:300;
}
html, body {
    min-height: 100vh;
    display: flex;width: 100%;
    align-items: center;
	background-image: -webkit-linear-gradient( 135deg, rgb(7,61,82) 0%,rgb(6,1,7) 75% );
    background-image: linear-gradient( 135deg, rgb(7,61,82) 0%,rgb(6,1,7) 75% );
}
p{line-height:1.4;
	margin:10px 0;
	font-size:14px;;
}

.ct{
	width:100%;
	padding:70px 15px;
	margin:auto;
}

.clearfix{
	clear:both;
}

a,a:visited{
	text-decoration:none; outline:none;
}

@font-face
{
font-family:'UTMHanzel';
src: url('../fonts/UTMHanzel.eot');
src:     url('../fonts/UTMHanzel.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UTMHanzel.svg#Breuer') format('svg'),
         url('../fonts/UTMHanzel.woff') format('woff'),
         url('../fonts/UTMHanzel.ttf') format('truetype');
		 font-weight: normal;
		 font-style: normal;
}

strong{
	font-family:'UTMHanzel';
	font-weight:normal;
}
.title-heading-text {
    text-align: center;
    color: #333;
    background-size: 100% 100%;
    padding: 10px 0;
}
section#header .title-heading-text .head-title {
    font-size: 45px;
    color: #ffffff;
}
#header{
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
	display: -webkit-flex;
}
.title-heading-text .head-title {
    padding: 0;
    height: auto;
    font-weight: bold;
    font-size: 45px;
    padding: 4px 0;
    font-family: UTMHanzel;
	line-height:1.5em;
}

.head-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    padding: 45px 0;
    padding-top: 0;
    line-height: 1.2em;
    text-transform: uppercase;
}

.title-heading-text .head-title {
    padding: 0;
    height: auto;
    font-weight: bold;
    font-size: 30px;
    padding: 4px 0;
    font-family: UTMHanzel;
}
.logo-top {
    text-align: center;
}
.logo-left img{max-width:100%; width:500px;}