/*
Theme Name: aviaxpert
Author: Abdul Basit (8285936326)
Version: 00.00001
Requires PHP: 5.2.4
Text Domain: aviaxpert
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
.content-wrapper p{
	font-size: 1rem;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}
.flink ul {
    padding: 0px;
}
.flink ul li{
    list-style: none;
    margin-bottom: .5rem !important;
}
.flink ul li a{
    color: #d1d5db;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}