@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    outline: 0;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    width: 4px;
    background: #000;
}
body::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 1px solid #333;
}
::-moz-selection {
    color: #fff;
    background: #003c5b;
}
::selection {
    color: #fff;
    background: #003c5b;
}
img {
    max-width: 100%;
    height: auto !important;
    image-rendering: -webkit-optimize-contrast;
}
.trs {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control::placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-webkit-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-ms-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
select:required:invalid {
    color: #888 !important;
}
:focus {
    outline: none !important;
    box-shadow: none !important;
}
a, a:hover {
    text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    cursor: pointer !important;
    color: #2d2d2d !important;
}
select::-ms-expand {
    display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], input[type="number"], textarea, select {
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    color: #666666;
}
.form-control:focus, .form-select:focus {
    border-color: #003c5b !important;
    box-shadow: none !important;
}
textarea {
    resize: none;
    line-height: 26px !important;
}
.form-floating > textarea.form-control {
    min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
    font-size: 15px;
    color: #999;
}
.form-floating > .form-control:focus ~ label {
    color: #2d2d2d;
}
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 500;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #003c5b;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
    cursor: pointer;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: -125%;
    }
}
@keyframes shine {
    100% {
        left: -125%;
    }
}
.hash_anchor {
    scroll-margin-top: 80px;
}
.nothing_display {
    width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #003c5b;
}
/************************* header *************************/
.menu_bg {
    padding: 30px 0 0 0;
    position: absolute;
}
.s_menu_bg {
    height: auto !important;
    position: fixed;
    z-index: 9;
    left: 0;
    padding: 5px 0;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    animation: fadeIn 2s ease-in-out;
}
.logo img {
    width: 200px;
}
.s_menu_bg .logo img {
    width: 150px;
}
.s_menu_bg .navbar-nav > li > .nav-link {
    color: #000;
}
.s_menu_bg .menu_icon {
    background-color: transparent;
}
.s_menu_bg .menu_icon > span {
    background: #003c5b;
}
.msg_btn {
    background: #003c5b;
    color: #fff !important;
    padding: 12px 24px !important;
}
.language {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border-radius: 0.25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
    content: "+";
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
    content: "-";
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
    position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    margin-right: 1em;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 2em;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: 0.5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
    white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
    white-space: nowrap;
}
.navbar .has-megamenu {
    position: static !important;
}
.navbar .megamenu {
    padding: 1rem;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
    padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
    top: auto;
    margin-top: 8px;
}
.navbar {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > .nav-link {
    color: #000;
    display: block;
    position: relative;
    padding: 10px 0;
    margin: 0 0 0 50px;
    font-size: 16px;
    font-weight: 400;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .navbar-nav > li.active > a.highlighted {
    color: #000;
}
.navbar .dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 8px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
    background-color: #000 !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
    animation: fadeIn 1s;
}
.menu_icon {
    width: 40px;
    float: right;
    padding: 4px 7px;
    display: none;
    border: none;
    background: #003c5b;
    z-index: 9;
}
.menu_icon > span {
    height: 2px;
    float: left;
    background: #fff;
    margin: 3px 0;
}
.menu_icon:hover span {
    width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
    border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.navbar .nav-link, .navbar .dropdown-item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.megamenu h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 0 8px 8px 8px;
}
/***************************** btn *****************************/
.send_btn {
    font-size: 16px;
    padding: 15px 30px;
    font-weight: 500;
    background-color: #003c5b;
    color: #fff;
    border: 2px solid #003c5b;
    text-align: center;
}
.send_btn:hover {
    background-color: transparent;
    color: #003c5b;
    border: 2px solid #003c5b;
}
/***************************** Banner *****************************/
.banner {
    width: 100%;
    float: left;
    position: relative;
}
.banner_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
}
.banner_text span {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h1 {
    font-size: 64px;
    font-weight: 400;
    color: #000;
}
.banner_text span h2 {
    font-size: 20px;
    font-weight: 500;
    color: #003c5b;
}
.banner_text span h4 {
    color: #252525;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}
/************************* about *************************/
.about h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}
.about h3 {
    font-size: 20px;
    font-weight: 500;
    color: #003c5b;
}
.about h4 {
    color: #252525;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.about_img {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/************************* features *************************/
.features_img {
    width: 100px;
    height: 100px;
    background: #668cc9;
    margin: 0 auto;
    align-content: center;
}
.features h2 {
    color: #252525;
    font-weight: 500;
    font-size: 20px;
}
.features h4 {
    color: #252525;
    font-weight: 300;
    font-size: 16px;
}
.features img {
    width: 35px;
}
/************************* services *************************/
.services h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}
.services-desp {
    font-size: 16px !important;
    line-height: 30px !important;
}
.services h3 {
    font-size: 20px;
    font-weight: 500;
    color: #003c5b;
}
.services p {
    color: #252525;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
}
@media (min-width: 768px) {
    .desktop-center {
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 1300px) and (max-width: 1399px) {
    .services p {
        font-size: 11.3px;
        line-height: 20px;
    }
    .services .swiper-slide:hover .services_overlay {
        height: 91% !important;
    }
    .portfolio h4 {
        font-size: 14px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .services .swiper-slide:hover .services_overlay {
        height: 94% !important;
    }
}
/* .services_overlay {
    width: 96%;
	height: 130px;
	position: absolute;
	right: 2%;
    left: 2%;
    bottom: 1%;
	align-content: center;
	background: #1B437D;
	border-radius: 80px 80px 6px 6px;
	padding-bottom: 10px;
} */
.services_overlay {
    width: 96%;
    position: absolute;
    right: 2%;
    left: 2%;
    bottom: 1%;
    align-content: center;
    background: #1b437d;
    border-radius: 80px 80px 6px 6px;
    padding-bottom: 10px;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 130px;
    overflow: hidden;
}
.services_overlay h4 {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}
.services_img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    align-content: center;
}
/* Hover effect */
.services .swiper-slide:hover .services_overlay {
    height: 88%;
    border-radius: 12px 12px 6px 6px;
}
.services_overlay h4 {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
}
.services_overlay p {
    color: #fff;
    padding: 0 15px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    transition-delay: 0.1s;
}
.services .swiper-slide:hover .services_overlay p {
    opacity: 1;
    transform: translateY(0);
}
.services_img {
    width: 60px;
    height: 60px;
    margin: 10px auto;
    align-content: center;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.services_img img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 768px) {
    .services .swiper-slide:hover .services_overlay {
        height: auto !important;
    }
}
/************************* message *************************/
.message {
    background: #fff url("../images/message.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.message_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.6);
    padding: 150px 15px;
}
.message h2 {
    font-size: 64px;
    font-weight: 400;
    color: #000;
}
.message h4 {
    color: #252525;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}
/************************* sectors *************************/
.sectors h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}
.sectors p {
    color: #252525;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.sectors h4 {
    color: #252525;
    font-weight: 500;
    font-size: 17px;
}
.sectors_img {
    width: 140px;
    height: 140px;
    background: #668cc9;
    margin: 0 auto;
    align-content: center;
}
/************************* portfolio *************************/
.client-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 159px;
    padding: 10px;
    box-sizing: border-box;
    background-color: transparent;
}
.client-box:hover {
    cursor: pointer;
}
.client-box img {
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.client-box:hover img {
    transform: scale(1.1);
}
.client-box h4 {
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    margin: 0;
    text-align: center;
}
.portfolio h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}
.portfolio p {
    color: #252525;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.portfolio h4 {
    font-weight: 400;
    font-size: 17px;
    color: #252525;
    margin-top: 9px;
}
/************************* testimonials *************************/
.testimonials h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}
.testimonials h3 {
    font-size: 20px;
    font-weight: 500;
    color: #003c5b;
}
.testimonials_star {
    font-size: 16px;
    color: #f2c94c;
}
.testimonials h4 {
    font-size: 20px;
    font-weight: 400;
    color: #252525;
}
.testimonials h5 {
    color: #252525;
    font-weight: 300;
    font-size: 16px;
}
.testimonials img {
    width: 80px;
}
.swiper-pagination-bullet-active {
    background: #003c5b !important;
}
/***************************** contact *****************************/
.contact h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}
.contact h3 {
    font-size: 36px;
    font-weight: 400;
    color: #000;
}
.contact h4 {
    color: #252525;
    font-weight: 300;
    font-size: 16px;
}
.contact h5 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}
.arabic .contact h5 {
    direction: ltr;
}
.contact a:hover h5 {
    color: #668cc9;
}
.contact_form {
    background: #d1ddef;
}
.contact textarea {
    min-height: 100px !important;
}
/***************************** footer_newsletter *****************************/
.footer_bg {
    background: #1b437d;
}
.footer_newsletter p {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
}
.footer_search {
    max-width: 450px;
    height: 60px;
    float: right;
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 30px;
}
.footer_search input {
    border-radius: 30px;
}
.footer_search .btn {
    font-size: 16px;
    font-weight: 500;
    background-color: #003c5b;
    color: #fff;
    border-radius: 30px !important;
    padding: 0 30px;
    border: 2px solid #003c5b;
    text-align: center;
}
.footer_search .btn:hover, .footer_search .btn:active {
    background-color: transparent;
    color: #003c5b;
    border: 2px solid #003c5b;
}
/************************* footer *************************/
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    right: 15px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: right;
}
.footer .card-header a .fa-plus {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
}
.footer .card-header a .fa-minus {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
}
.footer h3 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.footer ul li {
    width: 100%;
    float: left;
    list-style-position: inside;
    color: #668cc9;
}
.footer ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
.footer ul li a:hover, .footer .card-body a:hover h5 {
    color: #b1cfff;
}
.footer h5 {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.arabic .footer h5 {
    direction: ltr;
}
.footer_logo {
    width: 200px;
}
.footer_collapse img {
    width: 14px;
    filter: invert(95%) sepia(100%) saturate(21%) hue-rotate(357deg) brightness(104%) contrast(107%);
}
/***************************** copyright *****************************/
.copyright {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.copyright i {
    font-size: 11px;
}
.copyright a {
    color: #fff;
}
.copyright a:hover, .copyright a.active {
    color: #d1ddef;
}
/************************* social_media *************************/
.social_media a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    line-height: 1;
    margin: 3px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #dcdcdc;
}
.social_media a i {
    font-size: 12px;
    color: #fff;
}
.social_media a:hover, .social_media a:hover i {
    color: #fff;
}
.social_media a.fb:hover, .social_media a.fb:focus {
    background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
    background: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
.social_media a.yt:hover, .social_media a.yt:focus {
    background: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
    background: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
    background: #0067ff;
}
.social_media a.tik:hover, .social_media a.tik:focus {
    background: #000;
}
.social_media a.sc:hover, .social_media a.tik:focus {
    background: #fffc00;
}
.social_media a.wa:hover, .social_media a.wa:focus {
    background: #34af23;
}
/***************************** swiper *****************************/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet-active {
    background: #668cc9;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
/*******************************scrollToTop*******************************/
#scroll {
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    display: none;
    border-radius: 20px;
    z-index: 999;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: #003c5b;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
}
.modal-header .close {
    padding: 0;
    font-size: 18px;
    color: #f00;
    background: none;
    border: none;
}
.modal-content {
    background: none;
    border: none;
}
.modal-open .modal {
    padding: 0 !important;
}
.video-modal-body {
    background: #000 !important;
    padding: 0;
}
.modal-body label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.modalclose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #003c5b;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    border: none;
}
@media (min-width: 200px) and (max-width: 1399.98px) {}
@media (min-width: 200px) and (max-width: 1299.98px) {}
@media (min-width: 200px) and (max-width: 991.98px) {
    .navbar .offcanvas {
        width: 300px !important;
        border-left: none !important;
    }
    .navbar .offcanvas-body::-webkit-scrollbar {
        width: 4px;
        background: #f1f1f1;
    }
    .navbar .offcanvas-body::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border: 1px solid #fff;
    }
    .menu_icon {
        display: block;
    }
    .navbar .dropdown-item {
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 10px 12px !important;
        font-weight: bold;
    }
    .megamenu h5 {
        font-size: 14px;
        padding: 8px 0;
        text-align: center;
        border-bottom: 1px solid #dedede;
    }
    .navbar-nav > li > .nav-link {
        color: #000;
        font-size: 14px;
        text-align: center;
        margin: 0 0 10px 0 !important;
    }
    .navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {}
    .has-megamenu:hover .megamenu {
        display: none;
    }
    .navbar .megamenu {
        max-width: 100% !important;
    }
}
@media (min-width: 200px) and (max-width: 1199.98px) {
    .banner_text span h1, .message h2 {
        font-size: 50px;
    }
}
@media (min-width: 200px) and (max-width: 991.98px) {
    .logo img {
        width: 150px;
    }
    .banner_text span {
        width: 100%;
        gap: 6px;
    }
    .banner_text span h1, .message h2 {
        font-size: 40px;
    }
    .about h2, .services h2, .sectors h2, .portfolio h2, .testimonials h2, .contact h2, .contact h3, .footer_newsletter p {
        font-size: 30px;
    }
    .footer_search {
        float: none;
        margin: 0 auto;
    }
    .footer h3 {
        font-size: 16px;
    }
}
@media (min-width: 200px) and (max-width: 767.98px) {
    .about h2, .services h2 {
        font-size: 16px;
        line-height: 25px;
    }
    .sectors h4, .portfolio h4 {
        font-size: 14px;
    }
    .testimonials h2 {
        font-size: 19px;
    }
    #clientModal .modal-title {
        font-size: 19px !important;
    }
    #clientModal .modal-body {
        padding: 16px !important;
        font-size: 16px !important;
    }
    .testimonials h5 {
        font-size: 16px;
        line-height: 23px;
    }
    .banner_text {
        padding: 0 0 15px 0;
        align-items: end;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .banner_text span h1, .message h2 {
        font-size: 19px;
        line-height: 26px;
    }
    .about h4, .contact h3, .footer_newsletter p, .sectors p, .portfolio p, .services p, .contact h4 {
        font-size: 15px;
        line-height: 23px;
    }
    .sectors h2, .portfolio h2, .contact h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .banner_text span h2, .banner_text span h4, .about h3, .features h2, .services h3, .message h4, .testimonials h3, .testimonials h4 {
        font-size: 17px;
    }
    .contact h5 {
        font-size: 15px;
    }
    .arabic .footer .card-header a i {
        left: 15px !important;
        right: auto !important;
    }
    .about_img {
        position: static;
    }
    .message_bg {
        padding: 80px 15px;
    }
    .sectors_img, .features_img {
        width: 80px;
        height: 80px;
        padding: 20px;
    }
    .footer h3 {
        border-bottom: 1px dotted #999;
        padding: 10px 0 20px 0;
    }
    .footer ul li a {
        padding: 0 0 18px 0;
    }
    .footer .collapse:not(.show) {
        display: none;
    }
}
@media (min-width: 200px) and (max-width: 575.98px) {
    .message {
        background-attachment: scroll;
        background-position: center right;
    }
    .banner {
        height: auto !important;
    }
}
@media (min-width: 200px) and (max-width: 480.98px) {
    .send_btn {
        width: 100% !important;
        float: left;
        font-size: 13px;
        padding: 12px 15px;
    }
    .footer_search .btn {
        font-size: 12px !important;
        text-align: center;
        padding: 0 20px;
    }
    .xsm-100 {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 350.98px) {
    .footer ul li a, .footer h5, .contact h5 {
        font-size: 13px;
    }
    .xxsm-100 {
        width: 100%;
    }
}
/* client modal - start  */
#clientModal .modal-content {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}
#clientModal .modal-header {
    background-color: #f8f9fa;
    position: relative;
    padding: 9px 20px 10px 20px;
}
#clientModal .modal-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #000000, #016699);
}
#clientModal .modal-title {
    font-size: 24px;
    font-weight: 500;
    color: #003c5b;
    width: 100%;
    margin: 0;
}
#clientModal .modal-body {
    background-color: #ffffff;
    color: #333333;
    padding: 24px;
    font-size: 18px;
    line-height: 1.7;
}
.housekeeping {
    width: 93%;
    left: 5%;
    bottom: 1.5%;
}
.housekeeping-ar {
    width: 93%;
    right: 5%;
    bottom: 1.5%;
}
@media(max-width : 991px) {
    .housekeeping {
        width: 96%;
        left: 2%;
        bottom: 1.5%;
    }
    .housekeeping-ar {
        width: 96%;
        right: 2%;
        bottom: 1.5%;
    }
}
/* client modal - end */