/* 
    Created on : 2 Sep, 2015, 12:33:55 AM
    Author     : Vijayan PP
*/
html
{
    -webkit-font-smoothing:antialiased;
    overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}

body {
    font-style: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.4;
    background-color: rgb(6,21,81);
    color: rgb(232, 232, 232);

    height: calc(100% - 83px);
    padding-bottom: 83px;
    
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgb(6,21,81);
}

::-webkit-scrollbar {
	width: 10px;
	background-color: rgb(6,21,81);
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: 10px;
	background-color: rgb(6, 131, 201);
}

/*----------------------------------------- default form --------------------------------------------------*/

.fs-form { }
.fs-form { padding: 0px; margin: 10px 0px 0px 0px;  }

.fs-form p { padding: 0px; margin: 0px 0px 15px 0px;  }
.fs-form input.field { padding: 10px 5px 7px 10px; font-size: 16px; color: #131312;  font-weight: 400; border: 0px; width: 100%; box-shadow: 0px 2px 6px 0px #242424; -webkit-box-shadow: 0px 2px 6px 0px #242424; -moz-box-shadow: 0px 2px 6px 0px #242424; -o-box-shadow: 0px 2px 6px 0px #242424; border-radius: 0px; }
.fs-forme input:focus { outline: none;}
.fs-form textarea { padding: 10px 5px 7px 10px; font-size: 16px; color: #131312;  font-weight: 400; border: 0px; width: 100%; height: 156px; resize:none; box-shadow: 0px 2px 6px 0px #242424; -webkit-box-shadow: 0px 2px 6px 0px #242424; -moz-box-shadow: 0px 2px 6px 0px #242424; -o-box-shadow: 0px 2px 6px 0px #242424; border-radius: 0px; }
.fs-form textarea:focus { outline: none;}
.fs-form .btn { padding: 10px 0px 7px 0px; margin-top: -3px; font-size: 16px; font-weight: 700; text-align: center;  border: 0px; text-transform:uppercase; width: 100%; cursor: pointer; box-shadow: 0px 2px 6px 0px #242424; -webkit-box-shadow: 0px 2px 6px 0px #242424; -moz-box-shadow: 0px 2px 6px 0px #242424; -o-box-shadow: 0px 2px 6px 0px #242424; border-radius: 0px; transition: all 0.3s ease;}

.fs-form .Leftside input#form-salutation { width: 100px; padding-right: 0; margin-right:10px;}

/*-----------------------------------------Section--------------------------------------------------*/
section {	
	margin-top: 0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

section .container {	
	padding-top:110px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:80px;
	position: relative;
}

section p{
	font-size: 16px;
	font-weight: normal;    
}

section h3 {
	font-size: 24px;
	font-weight: normal;
}

active-section {
	top: 80px;
}

.Center { max-width: 1100px; margin: auto; overflow: hidden; }
.Center .Leftside { width: 48.2%; float: left; }
.Center .Rightside { width: 48.18%; float: right;}
		
.Line { 
	border: solid 1px rgb(6, 131, 201); 
	height: 2px; 
	width: 252px; 
	margin: auto; 
}

.gap {    
	padding-top: 10px;
	padding-bottom: 35px;	
    width:100%;
}

.download-info {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

/*-----------------------------------------------------Row--------------------------------------*/
.row {
    margin-right: 0px;
    margin-left: 0px;
}
	
/*-----------------------------------------------------Tooltip--------------------------------------*/
.tooltip{
	display:block;
	position:absolute;
	z-index:1030;
	visibility:visible;
	
	background-color: rgb(44, 62, 80);
	color: rgb(232, 232, 232);
	
	font-size: 16px;
	
	opacity:0.8;
	filter:alpha(opacity=0);
	
	border:1px solid #333;
	border-radius:5px;
	padding:10px;
}

/*---------------------------------------------------PRELOADER---------------------------------------------------------------------*/

.preloader {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin: auto;
	z-index:999999;
	background: #ffffff;
}

.preloader_circle {
	border: 16px solid rgb(6,21,81);
	border-radius: 50%;
	border-top: 16px solid rgb(6, 131, 201);
	
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	position: absolute;
	
	width: 250px;
	height: 250px;  
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	
}


.preloader_logo {
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	position: absolute;
	background: url('../logo/logo_1900x650.png');					
	background-position: center;
	background-size: 200px 68px;
	background-repeat: no-repeat;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*--------------------------------------------------Background--------------------------------------------------------------------------------------------------------*/
.backgroundcover {
	height: 670px;
	width: 100%;
	top: 55px;
	position: fixed;
	background:#605f5e;
	background: url('../image/image-back.jpg') center center no-repeat; 
	background-size: cover;
	z-index: -107;
}

/*---------------------------------------------------Header---------------------------------------------------------------------*/
.headerDark {
	background: rgb(6,21,81);
	color: rgb(232, 232, 232);
}

header {
	box-shadow: 0 0 7px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.05);
        -ms-box-shadow: 0 0 7px rgba(0,0,0,.05);
        -o-box-shadow: 0 0 7px rgba(0,0,0,.05);    
    position:fixed;
	padding: 0px 0px 0px 0px;
    top:0px;
    left:0px;
    width:100%;
	height: 95px;
    z-index:9999;   
    
}
/* <<< Header >>> */
/*header { width: 100%; position: fixed; top: 0px; left: 0px; height: 105px; background: rgba(0, 0, 0, 0.5); z-index: 9; }*/
header.smaller {  height: 75px; transition: all 0.3s; }

header .Center { max-width: none; margin: auto; }

header .site-logo { z-index: -1; padding: 0px; margin-top:0px; width: 230px;  height: 95px; 
					background-color: rgb(232, 232, 232); 
					background-image: url('../logo/logo_1900x650.png');					
					background-position: right;
					background-size: 230px 78px;
					background-repeat: no-repeat;
					float: left; transition: all 0.3s;  }

header.smaller .site-logo { width: 230px;  height: 75px; 
                            background-image: url('../logo/logo_1900x650.png');
							background-size: 200px 68px; }

header.smaller .Navigation ul.bread li { height: 75px; }
header.smaller .Navigation ul.bread li a { padding: 21px 5px 27px 5px; }

header.smaller .Navigation ul.menu li { height: 75px; }
header.smaller .Navigation ul.menu li a { padding: 21px 20px 27px 20px; }

.lead {
}

h1.lead {
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 40px;
}

p.lead {	
	font-size: 16px;
	font-weight: 200;
}

.mobile { display: none;  }
.mobile .fa { padding: 20px 25px; font-size: 34px; width: 75px; height: 75px; color: #ffffff; cursor: pointer; background: rgb(6,21,81); }
.mobile .fa:hover { background: rgb(6, 131, 201); }
.mobile.closed .fa-bars { display: none; }
.mobile .fa-times { display: none;}
.mobile.closed .fa-times { display: block; }

.Navigation { float: right; width: 80%; margin-right: 0px; }
.Navigation ul { list-style: none; margin: 0px; }
.Navigation ul.bread { float: left; }
.Navigation ul.menu { float: right; }
.Navigation li { float: left; padding: 0px;  margin: 0px; height: 95px; position: relative; transition: all 0.3s ease; }

.Navigation li a { font-size: 16px; color: rgb(232, 232, 232); font-family: 'Open Sans', sans-serif; font-weight: 300; text-decoration: none; display: block; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.Navigation ul.bread li a { padding: 42px 5px 30px 5px;  }
.Navigation ul.bread li i { padding-left: 5px; padding-right: 5px; }
.Navigation ul.menu  li a { padding: 42px 20px 30px 20px;  }
.Navigation li span { 
	border-bottom: solid 5px rgb(6, 131, 201);
	background: rgb(6,21,81);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(6,21,81)), color-stop(0%, rgb(6,21,81)), color-stop(0%, rgb(6,21,81)), color-stop(100%, rgb(6,21,81)));
	background: linear-gradient(to bottom, rgb(6,21,81) 0%, rgb(6,21,81) 0%, rgb(6,21,81) 0%, rgb(6,21,81) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38577a', endColorstr='#2c445e', GradientType=0 );
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	transition: all 0.5s ease;
}
.Navigation li:hover span, .Navigation li.active span {
	opacity: 1;
}

/*----------------------------------------------------Body sections-------------------------------------------------------	*/
.bodyTrans {
	background:transparent;
	color: rgb(232, 232, 232);
}
.bodyLight {
	background: rgb(232, 232, 232);
	color: rgb(44, 62, 80);	
}
.bodyDark {
	background: rgb(44, 62, 80);
	color: rgb(232, 232, 232);
}



/*--------------------------------------------------------Footer--------------------------------------------------------------*/
.footerDark {
	background: rgb(6,21,81);
	color: rgb(232, 232, 232);
}
.footer {
    margin:0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;

    position:fixed;
    display:block;
    text-align:center;
    
    bottom: 0px;
    height: 83px;
    width: 100%;
    
    z-index: 999;
}
.footer .container {
    padding-top:0px;
    padding-bottom:30px;
}

#share {
	margin-left: 0px;
	margin-right: 0px;
    border-top: solid 1px rgba(255,255,255,0.2);
    padding-top:30px;
	width:100%;
}

#myBtn {
  display: none;
  position: fixed;
  top: unset;
  bottom: 20px;
  right: 30px;
  z-index: 1099;
  border: none;
  outline: none;
  background-color: rgb(6, 131, 201);
  color: rgb(232, 232, 232);
  opacity:0.7;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: rgb(6, 131, 201);
  opacity:1;
}