/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */




.pageheader {
    background: #f3f3f3;
    position: relative;
    padding: 60px 0 45px 0;
}

.pageheader:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(8, 4, 13, 0);
    border-top-color: #f3f3f3;
    border-width: 30px;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
}




.headercontent .title {
    font-size: 50px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
}


.biothumb .overlay {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    background-color: black;
    background-color: rgba(0,0,0,0.5);
    padding: 25px;
}

.biothumb {
    position: relative;
}

@font-face {
    font-family: calibri;
    src: url(../fonts/calibri.ttf);
}

body{
    font-size: 16px;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
h1,h2,h3,h4,h5,h6,a,span,div {
font-family : calibri !important;
}


.arfont {
font-family : calibri !important;
}

.icon_close {
    position: absolute !important;
    left: 20px !important;
}

@media only screen and (max-width:440px) {

    .timeline {
        margin-left: 5px; 
        margin-right: 20px;
    }
}
