html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    background-color: #fff;
    font-weight: 400;
    color: #000;

}

img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
li{
    list-style-type: none;
}

a:hover{
    text-decoration: none;
    outline: none;
    border: 0;  
}
/*--------------------
 TYPOGRAPHY
-----------------*/
h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}
h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}
h6{
    font-size: 20px;
}
p{
    font-size: 24px;
}
/*-------------------
   MENU
----------------------*/
.blue{
    background: #28004d;
}
.blue p{
    width: 40%; 
    margin: 0;
    color: #fff;
    font-size: 16px;
    
}
.navbar-nav li:first-child{
    display: none;
}
.navbar-nav li, .blue p {
    padding: 30px 15px;
}
.navbar-nav li a, .blue a {
    font-size: 16px;
    color: #dfd9e5;
    text-decoration: none;
}
svg{
    color: #fff;
}
/*-------------------
   HEADER
----------------------*/
.head-bg{
    background: url(../images/header.png)no-repeat center;
    background-size: cover;
    padding: 150px 0;
    color: #ffffff;
}
.head-bg p{
    font-size: 34px;
}
.head-bg ul{
    text-align: center;
    padding: 0;
}
.head-bg ul li {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 16%;
}
/*-------------------
   STORY SECTION
----------------------*/
.story{
    padding:80px 0;
}
.story_col{
    border-radius: 10px; 
    margin: 20px 0;
}
.story_col:hover{
        box-shadow: 0 2px 13px 4px #dadada;
}
.story_col:hover .story-column a {
    color: #28004d;
}  
.story-column {
    border: 2px solid #dadada;
    padding:20px 5%;
    border-top: 0;
     border-radius: 0px 0px 10px 10px;
    min-height: 420px;
    position: relative;
}
.story-column img{
padding:20px 0; 
}
.last{
    margin-top: 64px;
}
.story-column p{
    padding: 10px 0;
    font-size: 14px;
}
.story-column h4 {
    min-height: 80px;
}
.story-column a, .story-column a svg
{
    color: #565656;
    font-weight: bold;

}
.story-column a svg{
    margin-left: 5px;

}
.inner-box {
    position: absolute;
    bottom: 10px;
    left:20px;
    width: 100%;
}
.story-column h5{
    padding: 10px 0;
}
.story-column h5 span{
    font-size: 12px;
    display: block;
    font-weight: normal;

}
/*-------------------
    FOOTER-IMAGE
----------------------*/
.footer-bg{    
    background: url(../images/footer.png)no-repeat center;
    background-size: cover;
    padding: 100px 0;
    color: #ffffff;
}
.footer-box {
    width: 80%;
    margin: auto;
    text-align:center;

}
.footer-box  h3{
    padding: 50px 10px;

}
.footer-box a{
       padding: 8px 5%;
    color: #000;
    text-decoration: none;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    margin-top: 40px;
    display: inline-block;
    transition: 0.10s;
}
.footer-box a:hover{
    transition: 0.10s;
    background: #2e1a45;
    color: #fff;
}
/*-------------------
    SUB-FOOTER
----------------------*/
.foot{
    background: #2e1a45;
    padding: 40px 0;
}
.foot ul li{
    float: left;
    padding: 0 5px;
}
.foot a {
    font-size: 18px
}
.foot a svg {
   margin-right: 10px;
}
/*-------------------
    FOOTER
----------------------*/
.dark-blue{
    background: #201230;
    padding: 10px 0 0 0;
    background-size: cover;
}
.dark-blue ul {
    display: inline-block;
}
.dark-blue ul li {
    display: inline-block;
    padding: 0 5px;
}
.dark-blue ul li:first-child::after{
    content: " |";
    color: #fff;
    padding: 0 5px 0 10px;
}
.dark-blue-right ul{
    float: right;   
}
.dark-blue ul li a {
    color: #fff;
}


