a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,
canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,
footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,
samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var
{
	background:transparent;
	border:0 none;	
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:middle;
	
}

ol, ul {
	list-style:none;
}

a {
    text-decoration: none;
    color:#6f6f6e;
}


body{	
	color:#6f6f6e;	
	margin:0;	
	overflow-x: hidden;	
	 font-family: 'BreeSerif-Regular';
	 height:100% !important;
	
}

#skrollr-body {
    float: left;
    width: 100%;
    height: 100%;
}


body.scoll-hidden{
	overflow-y: hidden;	
}

header{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index: 999;
	animation-duration: 0.5s;
	padding-top:30px;
	padding-bottom:30px;
    
}

.sticky,
header.inner {
	position: fixed;	
	width: 100%;
	z-index: 999;
	animation-name: stickySlideDown;
	padding-top:10px;
	padding-bottom:10px;
	transition: none;
	background-color: #ffffff;	
}


@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
#logo-container{
	text-align:center;
}

header.sticky .Navtools-container{
	top:50%;
	transform:translateY(-50%);
}

#content-wrapper {
    min-height: calc(100vh - 220px);   
    box-sizing:border-box;
}

header.inner + #content-wrapper{
	padding-top:135px;
}

.logowrapper {
    display: inline-block;
    z-index:2;
    position: relative; 
   transition: all 0.4s ease;
   width:180px;
}

header.sticky .logowrapper,
header.inner .logowrapper{
	width:130px;
}

.position-relative {
    position: relative;
}
#home-slider{
	 height:90vh;
	  position: relative;
}
#slider div{
	height:100%;
}

#slider{  
  position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
}

#slider:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color: #000000;
	opacity: 0.2;
}

.slide{
	overflow: hidden;
}
.slide-container{
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);		
	z-index:5;	
	text-align:center;
	max-width:900px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right:10px;
	box-sizing: border-box;
}

.home-tile {
    overflow: hidden;
    position: relative;
   
}

.home-tile .tile-left{
	width: calc(66.66666667% - 30px);
    position: relative;
    float: left;
   
}

.home-tile .tile-right{
	width: calc(33.33333333% - 30px);
    float: left;   
    position: relative; 
}

.home-tile .tile-left,
.home-tile .tile-right{
	 margin-right: 15px;
    margin-left: 15px;
}



.home-tile .tile {
    width: calc(50% - 15px);
	float: left;
	margin-right: 15px;     
	margin-bottom:30px;	
	height:500px;
	position: relative;

}

.home-tile .tile:nth-child(even) {
	margin-right: 0;
	margin-left: 15px;
}

.home-tile .tile-right .tile{
	width:100%;	
	margin-left: 0;	
}

.tile-image{
	position: relative;
}

.tile-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(5, 104, 163, 0.6);
    mix-blend-mode: multiply;
}

.tile-image-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align:center;
}

.tile:hover .tile-image-wrap{
	top:40%;
}

.tile-wrap{
	padding: 20px;
	box-sizing: border-box;
}


.skrollr-desktop{
	margin-right:0 !important;
}

.ins-left-block {
    width: 16.66%;
    background-color: #0f68a3;
    padding: 30px;
    box-sizing: border-box;
    color: #ffffff;
}

.ins-right-block {
    flex: 1 1 0%;
    max-width: 100%;
    background-color: #0f68a3;
}

.ins-left-block .icon {
    font-size: 40px;
}

.ins-left-block p{
	font-size:25px;
	margin-top: 20px;
}

.bg-image:before {
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-image .fw-social li a {
	font-size:40px;
}

#top-banner{
	height:50vh;
	position: relative;
	
}


.top-banner-image {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;   
 }
   
.top-banner-image:after{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
  background: rgba(0, 0, 0, 0.6);
    mix-blend-mode: multiply;
  } 
   
.top-banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;  
    box-sizing: border-box;   
}

.box-conainer{
	background-color:#ffffff;;
	padding: 40px;
	box-sizing: border-box;
}


.box-conainer .description{
	color:#000000;
}

.description ul{
	box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.description ul li{
	position:relative;
	padding-left: 40px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top: 20px;
	width:50%;
	box-sizing: border-box;
	
}

/*.description ul li:after{
	content:"";
	position:absolute;
	width:12px;
	height: 12px;
	border-radius:50%;
	background-color:#0f68a3;
	left:0;
	top:30px;
	
	
	
}*/

.description ul li span{
	color:#989898;
	font-size:16px;
	
}

.description ul li span.color-01{
	color:#0f68a3;
}


.description ul.list li{
	background-color:#ffffff;
	box-shadow: 0 10px 15px rgba(15,104,163,0.25), 0 5px 10px rgba(15,104,163,0.22);
	margin-right:30px;
	width:calc(50% - 30px);
	margin-bottom:30px;
}

.description ul.list li:after {
	left:15px;
}


.logo-col{
	width:150px;
	padding-right:20px;
	box-sizing:border-box;
	text-align:center;
}

.logo-col img{
	max-height:90px;
	margin: 0 auto;
}

.logo-title{
	width:calc(100% - 150px);
	
}


.section-parallax{
	padding-bottom: 200px;
	padding-top:80px;
	overflow: hidden;
}

.bg-parallax{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	z-index: -1;
	
}

.bg-parallax img{
	position: relative;
	width:100%;
}


.block-image-wrap {
    padding: 40px 60px;
    box-sizing: border-box;
    position: relative;
}

.block-image-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.block-image-content{
	position: relative;
	z-index: 2;
}

.post-thumb-title{
	font-size:26px;
	margin-bottom: 30px;
	color:#000000;
}

.row-post:first-child{
	padding-top: 0;
}

.row-post{
	padding-top:30px;
	padding-bottom:30px;
	border-bottom: solid 1px #444444;
}

.post-action{
	margin-top: 30px;
}

.display-image{
	display:block !important;
}

.footer-logo {
	opacity: 1 !important;
}

.footer-logo img{
	max-width:120px;
}

.footer-logo .title{
	color:#ffffff;
}
