@font-face {
    font-family: 'Dubai W23';
    src: url('../fonts/DubaiW23-Bold.eot');
    src: url('../fonts/DubaiW23-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DubaiW23-Bold.woff2') format('woff2'),
        url('../fonts/DubaiW23-Bold.woff') format('woff'),
        url('../fonts/DubaiW23-Bold.ttf') format('truetype'),
        url('../fonts/DubaiW23-Bold.svg#DubaiW23-Bold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Dubai W23';
    src: url('../fonts/DubaiW23-Regular.eot');
    src: url('../fonts/DubaiW23-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DubaiW23-Regular.woff2') format('woff2'),
        url('../fonts/DubaiW23-Regular.woff') format('woff'),
        url('../fonts/DubaiW23-Regular.ttf') format('truetype'),
        url('../fonts/DubaiW23-Regular.svg#DubaiW23-Regular') format('svg');
    font-weight: normal;
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--bs-gray-200) !important;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 24px;
    line-height: 1.42857;
}


.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #00aced;
}

.google,
.maps,
.google-scholar {
    background-color: #3484F0;
}
.maps i::before{
    content:"\f1a0";
}

.pinterest {
    background-color: #cb2027;
}

.linkedin {
    background-color: #007bb6;
}

.youtube {
    background-color: #bb0000;
}

.vimeo {
    background-color: #aad450;
}

.tumblr {
    background-color: #32506d;
}

.instagram {
      background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}

.flickr {
    background-color: #ff0084;
}

.dribbble {
    background-color: #ea4c89;
}

.quora {
    background-color: #a82400;
}

.foursquare {
    background-color: #0072b1;
}

.forrst {
    background-color: #5b9A68;
}

.wordpress {
    background-color: #21759b;
}

.stumbleupon {
    background-color: #eb4823;
}

.yahoo {
    background-color: #7b0099;
}

.blogger {
    background-color: #fb8f3d;
}

.github {
    background-color: #333333;
}

.vine {
    background-color: #00bf8f;
}

.rss {
    background-color: #ff9900;
}

.snapchat {
    background-color: #FFDD00;
    color: #333;
}
.behance {
    background-color:#053EFF;
}
.reddit {
    background-color:#ff4500;
}
.signal {
    background-color:#3A76F0;
}
.messenger {
    background: #00c6ff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0072ff, #00c6ff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.messenger > i::before{
    content:'\f39f';
}
.telegram {
    background-color: #2C9ECF;
}
.paypal {
    background-color: #00457C;
}
.soundcloud {
    background-color: #FE5000;
}
.tiktok {
    background-color: #000000;
}
.tiktok i::before{
    content:'\e07b';
}
.spotify {
    background-color: #1DB954;
}
.twitch {
    background-color: #6441A4;
}
.whatsapp,
.whatsapp-business {
    background-color: #4ac959;
}
.scopus {
    background-color: #FE8300;
}
.au-research{
background-color: #2fa9db;
}
.jumbotron{
    background-color: #fff !important;
}

.card-img-left{
    width: 45%;
    /* background: scroll center url('https://source.unsplash.com/WEQbe2jBg40/414x512'); */
    background: scroll center url('https://aur.ajman.ac.ae/uploads/digital/student-hub.jpg');
    background-size: cover;
}

.multiple{
    position: relative;
}

.rtl{
    direction:rtl !important;
    font-family: 'Dubai W23',Tahoma;
}

@media (min-width: 768px) {
    .container {
        max-width: 600px;
    }
}

[x-cloak] { display: none !important; }
