@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    border: 0;
    /*	font-size: 100%;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a {
    text-decoration: none;
    color: #002361;
    display: block
}
body {}
/*
ol, ul {
        list-style: none;
}
*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;	
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* .........................  Social media style  .........................*/
.share-block {
    position: absolute;
    right: 75px;
    top: 0;
    z-index: 10000;
    display: none;
}
.shareboxwrp {
    display: none;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.shareboxwrpin {
    margin: 0 auto;
    display: table;
    width: 30px;

}
.social-media-main {
    float: left;
    position: absolute;
    bottom: -165px;
    z-index: 11;
    right: -15px;

}
.shretle {
    width: 30px;
    height: 30px;
    background-image: url("../images/share.svg");
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 20px auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #06416B;
    cursor: pointer;
    -moz-transition: all .2s linear .0s;
    -webkit-transition: all .2s linear .0s;
    transition: all .2s linear .0s;
    transition: all .5s ease;

}
.shretle.open {
    top: 0;
    background-position: center -21px;
}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 40px;
    height: 40px;
    /*    float: left;*/
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size: 50px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 10px auto
}
.social-media-icon:last-child{
    margin-bottom: 0;
}
.tw-clr {
    background-position: -4px -107px;
    background-color: #2caafe;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: -4px -159px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px;
}