.project-section {
    height:100%;
    padding-top:90px;
	background-color: rgb(255, 255, 255);
}
.close-modal
{
    position: absolute;
    top:0px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.close-modal:hover
{
   opacity:1.5;
}
.lr {
    z-index: 1051;
    width: 4px;
    height: 50px;
    margin-left: 35px;
    background-color: #fa071a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

 .lr .rl {
    z-index: 1052;
    width: 4px;
    height: 50px;
    background-color: #fa071a;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
a:focus,a:active {
   outline: none !important;
}

.text_paragraph
{
    /*font-family:"Times New Roman", Times, serif;*/
    font-family: 'Tinos', serif;
    font-size: 17px;
}