:root{

--main-color-one:#0B4EA2 !important;
--agency-section-bg:#ffffff !important;
--agency-section-bg-2:#0f172a !important;

--heading-color:#132238 !important;
--heading-body-color:#555555 !important;

--body-font:"IBM Plex Sans Arabic",sans-serif;
--heading-font:"IBM Plex Sans Arabic",sans-serif;

}

body{

background:#fff;
color:#444;
font-family:"IBM Plex Sans Arabic",sans-serif;

}


.header-style-01{

background:#fff;
box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.navbar{

padding:18px 0;

}

.navbar-nav .menuArrow{

font-weight:600;
font-size:15px;
letter-spacing:.3px;
color:#222 !important;
transition:.3s;

}

.navbar-nav .menuArrow:hover{

color:#0B4EA2 !important;

}

.cmn-agency-btn{

background:#0B4EA2 !important;
border-radius:8px;
padding:14px 34px;
transition:.35s;

}

.cmn-agency-btn:hover{

background:#D62828 !important;
transform:translateY(-3px);

}

.agency_service{

border-radius:18px;
box-shadow:0 20px 40px rgba(0,0,0,.08);

transition:.35s;

}

.agency_service:hover{

transform:translateY(-12px);

box-shadow:0 35px 70px rgba(0,0,0,.15);

}

h1,h2,h3,h4{

font-weight:700;

color:#132238;

}
.single_counter{

background:#fff;

border-radius:18px;

padding:35px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

img{

border-radius:14px;

}

footer{

background:#101828;

color:#fff;

}


/* إخفاء تسجيل الدخول والتسجيل */
.user-account,
.language_dropdown,
#languages_selector {
    display: none !important;
}