@font-face {
    font-family: 'Adobe Arabic';
    src: url('../fonts/custom/AdobeArabic-Regular.eot');
    src: url('../fonts/custom/AdobeArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/custom/AdobeArabic-Regular.woff') format('woff'),
        url('../fonts/custom/AdobeArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra Display Titling';
    src: url('../fonts/custom/NeutraDisp-Titling.eot');
    src: url('../fonts/custom/NeutraDisp-Titling.eot?#iefix') format('embedded-opentype'),
        url('../fonts/custom/NeutraDisp-Titling.woff') format('woff'),
        url('../fonts/custom/NeutraDisp-Titling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/custom/GESSTwoBold-Bold.eot');
    src: url('../fonts/custom/GESSTwoBold-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/custom/GESSTwoBold-Bold.woff') format('woff'),
        url('../fonts/custom/GESSTwoBold-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.font1{
	font-family: Adobe Arabic;
}
.font2{
	font-family: Neutra Display Titling;
}
.font3{
	font-family: GE SS Two;
	font-size: 13px;
	direction: rtl;
}

.btn-custom{
    background:#2e358e;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    padding: 10px 0;
    margin: 10px 0;
    transition: all 0.2s ease;
}
.btn-custom:hover,.btn-custom:focus{
    background:#1a246b;
    color: #eee;
    font-size: 22px;
    padding: 9px 0;
}