@import url('https://fonts.googleapis.com/css?family=Muli:200,400,700,900');


html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.4em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}

a {
	color:#004d7b;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#156595;
}

::-moz-selection { background: #004d7b; color: #fff; }
::selection { background: #004d7b; color: #fff; }

.blue-bg{background: #0d5384}
.lblue-bg{background: #e0e8f8;}
.blue-col{color: #0d5384}
.white-col{color: #fff}
.lgrey-bg{background: rgba(0,0,0,.05)}

header{
	width: 100%;
	position: fixed;
	z-index: 999;
	padding: 15px 0;
    background: #fff;
}

header nav,
header menu{
	padding: 0;
	margin: 0;
}



header ul li{
	float: left;
	position: relative;
}



header ul li a{
	display: block;
	padding: 0 15px;
	line-height: 48px;
	font-weight: 200;
    cursor: pointer;
}

.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	min-width: 180px;
	display: none;
}

.ddm li {
	width: 100%;
}

.ddm li a{
	padding: 5px 15px;
	line-height: 30px;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top:20px;
	right: 20px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}




/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#004d7b;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}


.master-slider .ms-layer{
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.15em;
	font-weight: 200;
}

.master-slider .pat{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.2);
	z-index: 2;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5{
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	color: #004d7b;
}

.title h1::after,
.title h2::after,
.title h3::after,
.title h4::after,
.title h5::after{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 5px;
	width: 0;
	height: 5px;
	background: #004d7b;
	content: "";

	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
}

.activeanim.title h1::after,
.activeanim.title h2::after,
.activeanim.title h3::after,
.activeanim.title h4::after,
.activeanim.title h5::after {
	width: 80px;
}


.hp-bg {
	background: url(../img/hp-bg.png) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.hp-bg:before,
.hp-bg:after{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	height: 5px;
	background: #004d7b;
	content: "";
	width: 0;

	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.hp-bg:before{
	top: 0;
}

.hp-bg:after{
	bottom: 0;
}

.hp-bg.animatehp-bg-t:before{
	width: 25%;
}

.hp-bg.animatehp-bg-b:after{
	width: 10%;
}

.halfhp .img-bg,
.aboutsect .img-bg,
.wwdimg .img-bg{
	height: 100%;
	min-height: 150px;
}

.halfhp .w-100:nth-child(odd) .w-50:first-child{
	float: right;
}

.halfhp .baranim{
	position: relative;
}

.halfhp .baranim:before{
	position: absolute;
	background: #004d7b;
	content: "";
	z-index: 5;

	transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
}

.halfhp div.w-100:nth-child(odd) .baranim:before{
	width: 5px;
	height: 0;
	left: -2px;
	top: 70%;
}

.halfhp div.w-100:nth-child(even) .baranim:before{
	height: 5px;
	width: 0;
	top: -2px;
	right: -20%;
}

.halfhp div.w-100:nth-child(odd) .baranim.activeanim:before{
	height: 50%;
}

.halfhp div.w-100:nth-child(even) .baranim.activeanim:before{
	width: 30%;
}

.openvacancies > div[class^="w-"] > *{
	background: #fff;
	border: 1px solid #ccc;
}

.openvacancies figure{
	margin: 0;
}

.openvacancies span[class^="icon-"]{
	font-size: .9em;
}

.readmore{
	box-sizing: border-box;
	padding: 10px 20px;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(13,83,132,1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(13,83,132,1);
	box-shadow: inset 0px 0px 10px 0px rgba(13,83,132,1);
}

.readmore:hover{
	background: #0d5384;
	color: #fff;
}

.readmore.blue-bg{
	background: #0d5384;
	color: #fff;
}

.insideimg{
	position: relative;
}

.insideimg .img-bg{
	padding: 10% 0;
}

.insideimg.biggerherder .img-bg{
	padding: 15% 0;
}

.insidetitle{
	padding: 20px 30px;
	background: #0d5384;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-top: 50px;
}

.insideimg .backcont{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 0;
}

.lblue-bg input[type="text"],
.lblue-bg input[type="tel"]{
	background: #fff;
}

.valueslist > div{
	padding-bottom: 120px !important;
	position: relative;
	overflow: hidden;
	background: #004d7b;
	color: #fff;
}

.valueslist > div:nth-child(2),
.valueslist > div:nth-child(3) {
	background: #008ce0;
}

.valueslist > div::after{
	position: absolute;
	bottom: -20px;
	left: -20px;
	font-size: 11em;
    font-weight: 900;
    display: inline-table;
}

.valueslist > div:nth-child(1)::after{
	content: "01"
}

.valueslist > div:nth-child(2)::after{
	content: "02"
}

.valueslist > div:nth-child(3)::after{
	content: "03"
}

.valueslist > div:nth-child(4)::after{
	content: "04"
}

.valueslist h5{
	position: relative;
}

.valueslist h5:after{
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	width: 65px;
	background: #fff;
	margin-top: 3px;
	content: "";
}


.whatwedo .w-50 .tbl{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-sizing: border-box;
	padding: 30px 50px;
	border: 2px solid #004d7b;
}

.whatwedo .w-50:first-child .tbl{
	background: #004d7b;
	color: #fff;
}

.dcheckbox {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 15px;
	display: none;
	background: #fff;
}

.checkboxtrigger{
	background: #e0e8f8 url(select.png) right no-repeat;
}

.checkboxtrigger.activedcheckbox{
	background: #e0e8f8 url(selectup.png) right no-repeat;
}

footer{
	background: #0d5384;
	color: #fff;
}

footer a{
	color: #fff;
}

footer .w-50{
	-webkit-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,.4);
	box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,.4);
}

footer .verticalslider.slick-slider{
	margin: 0;
}

footer .verticalslider.slick-slider .slick-slide{
	padding: 10px 0;
	border-bottom: 1px solid #6dcff6;
	font-weight: 200;
}

footer .sign{
	background: #181818;
	padding: 15px 0;
	font-size: .85em;
}