/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 14, 2018, 10:46:36 AM
    Author     : sahan
*/

/*.fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove (internal value);
}*/

#whitefont{
    color: white;font-family: 'Montserrat', sans-serif;
}

#navlist{
    margin-top: 50px;
}

#navlist a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

#whyuse{
    color: white;
    margin-top: 30px;
}

#worldwide h5{
    text-align: center;
    color: white;
}

#introd p{
    font-size: 13pt;
    text-align:justify;
}

#contacts{
    color: white;
    text-align: center;
}

#ivoheading1{
    color: rgba(0, 51, 102, 1.00); 
}
#ivoheading{
    font-size: 25pt;
    color: rgba(0, 51, 102, 1.00); 
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 30px;
    background-color: rgba(219, 220, 211, 0.3);
}

#tt{
    text-align: center;margin-top: 10px;
}

#hr hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid yellow;
    margin: 1em 0;
    padding: 0; 
}

//blink start
/*.blink1 {
    animation-duration: 2000ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 2000ms infinite;
}
@keyframes blink {
    from {
        color:white;
    }
    to {
        color:yellow;
    }
}
@-webkit-keyframes blink {
    from {
        color:white;
    }
    to {
        color:yellow;
    }
}*/
//blink end