

/* css Reset */
*{padding:0;margin:0;-webkit-font-smoothing:antialiased;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}html,body,div,span,applet,object,iframe,h1,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,input,option{margin:0;padding:0;border:0;outline:0;font-size:100%}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}nav ul,nav ol{list-style:none;list-style-image:none}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;font-family: 'Open Sans', sans-serif;}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:none;cursor:pointer}:focus{outline:0}ul{list-style:none}ul li{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}a{text-decoration:none}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}table{border:0 none;border-collapse:collapse;border-spacing:0}td{vertical-align:top}img{border:0 none;max-width:100%}a{outline:none;cursor:pointer}.none{display:none}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}.clear{clear:both}img{max-width:100%}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:1px dotted transparent}header,section,footer{margin:0}.preloader{display:none}.ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } a{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; }
/* body style */
html, body{ height: 100%; }
body{ margin: 0;padding: 0; font-family: 'Roboto', sans-serif;  background-color : #ffffff; color: #000000; font-size: 16px; line-height: 20px;}
/* container style */
.body-wrapper{ width: 100%;}
a{
	outline: none;
	color: #000000;
}
a:focus{
	outline: none;
}
h2{
	font-size: 70px;
	line-height: 97px;
    position: relative;
    font-weight: normal;
    text-align: center;
    font-family: 'helveticaneuebold';
    color: #393939;
}
h2:after{
	content: "";
	bottom: -14px;
	position: absolute;
	border-bottom: 8px solid #010A6C;
	width: 405px;
	left: 38%;

}.container-full{
    width: 100%;
    padding: 0 50px;
    max-width: 100%;   
}
.container{
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
}

.rudraya-hero{
    float: left;
    width: 100%;
    height: 100vh;
    background-image: url(../images/250.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}