@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap')

/* ============= 1. common css ============ */
body;arabic-font * {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

img {
    width: 100%;
}

a.btn:focus,
a.btn:active,
a.btn:visited {
    outline: none !important;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: none !important;
    box-shadow: none !important;
}

button:active,
input:active,
select:active,
textarea:active {
    outline: none !important;
    box-shadow: none !important;
}

button,
input,
select,
textarea {
    outline: none !important;
    box-shadow: none !important;
}

a:hover,
a {
    text-decoration: none;
}

body {
    background: #fff;
}

h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea,
label,
td,
th,
li {
    font-family: 'Roboto Slab', serif;
}

h1,
h2 span {
    font-family: 'Qwitcher Grypen', cursive;
}

h1 {
    font-size: 99px;
    line-height: 71px;
    color: #CDA054;
    font-weight: 400;
}

h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    color: #000000;
}

h2 span {
    font-size: 55px;
    line-height: 45px;
    font-weight: 700;
    color: #CDA054;
}

h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: #000000;
}

h4 {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}

h6 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #000000;
    position: relative;
    transition: all 0.5s;
}

/* h6:hover {
    color: #CDA054;
} */

h6 span {
    padding-left: 20px;
    position: relative;
    transition: all 0.7s;
}

.arabic_content h6 span {
    padding-left: 0px;
    padding-right: 20px;
}

h6 span:hover {
    padding-left: 30px;
}

.arabic_content h6 span:hover {
    padding-left: 0px;
    padding-right: 30px;
}

h6 span::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000000;
    top: 8px;
    left: 0px;
    transition: all 0.7s;
}

.arabic_content h6 span::before {
    left: unset;
    right: 0px;
}

h6 span::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #CDA054;
    top: 6px;
    left: 16px;
    transition: all 0.7s;
    transform: rotate(45deg);
    opacity: 0;
}

.arabic_content h6 span::after {
    left: unset;
    right: 16px;
}

h6 span:hover::after {
    opacity: 1;
}

h6 span:hover::before {
    background-color: #CDA054;
    width: 20px;
}

p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #3F3F3F;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

section {
    padding-left: 120px;
    padding-right: 120px;
}

/* ============== 2. header css  ============= */
header.main_header_fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    padding: 22px 120px;
    background: #F9F9F9;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
}

.navbar-brand {
    position: relative;
    margin-right: 30px;
}

.navbar-brand img {
    width: 200px;
}

.navbar {
    padding: 0px;
}

.navbar-nav {
    width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    padding: 10px 30px;
    position: relative;
    transition: all 0.6s;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-item.active .nav-link {
    color: #CAA457;
}

.dropdown-toggle::after {
    border: 0px;
}

.slider-cradle {
    width: 60px;
    border-radius: 19px;
    border: 2px solid #fff;
    height: 30px;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    top: 9px;
    background-image: url(../img/uk-flag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.slider-cradle .option-1 {
    width: 100%;
}

.slider-cradle .handle {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    background-image: url(../img/lang_switcher_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 100%;
    top: -1px;
    left: 0px;
    transition: transform cubic-bezier(1, 0.11, 1, 1.04) 400ms;
    transform: translateX(28px);
}

.slider-cradle.is-transitioned {
    background-image: url(../img/arabic-flag.png);
}

.slider-cradle.is-transitioned .handle {
    transform: translateX(0px);
}

/* css for mega menu */
.navbar-expand-md .navbar-nav .dropdown {
    position: relative;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: fixed;
    top: 92px;
    left: 0%;
    margin: 0px;
    min-width: 100%;
    width: 100%;
    transition: all 0.8s;
    display: block;
    opacity: 0;
    z-index: -1 !important;
    height: 0px;
    border: 0px;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.navbar-expand-md .navbar-nav .dropdown-menu.show {
    opacity: 1;
    z-index: 9 !important;
    height: 310px;
    overflow: visible;
    border-top: 5px solid #CDA054;
}

.megamenu_wrapper {
    width: 100%;
    display: inline-flex;
}

.megamenu_left {
    width: 320px;
    padding: 0px 30px;
    background-color: #EEF0F2;
    height: 0px;
    display: flex;
    align-items: center;
    transition: all 1s;
}

.megamenu_right {
    width: calc(100% - 320px);
    height: 0px;
    overflow: hidden;
    transition: all 1s;
    background-color: #fff;
}

.navbar-expand-md .navbar-nav .dropdown-menu.show .megamenu_left,
.navbar-expand-md .navbar-nav .dropdown-menu.show .megamenu_right {
    height: 310px;
}

.dropdown_menu1,
.dropdown_menu2 {
    display: none;
}

.dropdown_menu1.open,
.dropdown_menu2.open {
    display: block;
}

.megamenu_list_box {
    padding: 15px 0;
    position: relative;
}

.megamenu_list_box::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -10px;
    width: 1px;
    height: 90%;
    background-color: #E2E8F0;
}

.megamenu_list .col-xl-3.col-lg-3.col-md-6:last-child .megamenu_list_box::after {
    display: none;
}

.megamenu_list .megamenu_list_box a {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    padding: 4px 16px;
    display: block;
    transition: all 0.6s;
}

.megamenu_list .megamenu_list_box a img {
    width: 30px;
    margin-right: 10px;
    border-radius: 3px;
    background: #F9F9F9;
    padding: 3px;
}

.megamenu_list .megamenu_list_box a:hover {
    color: #CDA054;
}

.megamenu_btn a {
    font-size: 15px;
    line-height: 24px;
    color: #102B4E;
    font-weight: 400;
    padding: 20px 60px;
    display: block;
    transition: all 0.6s;
    background-color: transparent;
    border-radius: 6px;
}

.megamenu_btn a span {
    margin-left: 10px;
}

.megamenu_btn.is_active a {
    color: #CDA054;
    background-color: #fff;
}

.megamenu_btn a img {
    display: inline-block;
    margin-top: -2px;
    width: 22px;
}

.megamenu_btn a .megamenu_icon {
    display: inline-block;
}

.megamenu_btn a .megamenu_hover_icon {
    display: none;
}

.megamenu_btn.is_active a .megamenu_hover_icon {
    display: inline-block;
}

.megamenu_btn.is_active a .megamenu_icon {
    display: none;
}

.navbar-expand-md .navbar-nav #community_outreach_page .dropdown-menu {
    position: absolute;
    min-width: 12rem;
    width: 12rem;
    left: unset;
    transition: all 0.5s;
}

.arabic_content .navbar-expand-md .navbar-nav #community_outreach_page .dropdown-menu {
    text-align: right;
}

.navbar-expand-md .navbar-nav #community_outreach_page .dropdown-toggle:hover+.dropdown-menu,
.navbar-expand-md .navbar-nav #community_outreach_page .dropdown-menu:hover {
    display: block;
    opacity: 1;
    height: auto;
    top: 114%;
    padding: 10px 0px;
    border-top: 5px solid #CDA054;
}

.navbar-expand-md .navbar-nav #community_outreach_page .dropdown-item {
    color: #011B3C;
    font-size: 14px;
}

.navbar-expand-md .navbar-nav #community_outreach_page .dropdown-item:hover {
    color: #CDA054;
    background-color: transparent;
}

.navbar-expand-md .navbar-nav #community_outreach_page .dropdown-item:focus {
    background-color: transparent !important;
}

.mobile_header_fixed {
    display: none;
}

/* ============== 3. footer css  ============= */
.footer {
    background-color: #f9f9f9;
    padding: 200px 120px 40px;
}

.footer_logo_wrap a img {
    width: 300px;
    margin-bottom: 20px;
}

.footer_logo_wrap p {
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

.footer_links_wrap {
    width: 65%;
    margin-left: auto;
}

.footer_links_wrap ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    transition: all 0.6s;
}

.footer_links_wrap ul li a:hover {
    color: #CDA054;
}

.copyright_footer {
    padding: 25px 120px;
    background-color: #000000;
    position: relative;
}

.copyright_footer p {
    color: #FFF;
    font-weight: 300;
    margin-bottom: 0px;
}

.copyright_footer p a {
    color: #CDA054;
}

.copyright_footer ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 0px 10px;
}

.copyright_footer ul li a:hover {
    color: #fff;
}

.scrollup {
    position: absolute;
    right: 80px;
    bottom: 50px;
    width: 240px;
    height: 68px;
    background-image: url(../img/up-arrow-vector.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-align: center;
}

.scrollup img {
    width: 24px;
    transform: rotate(180deg);
    margin-top: 15px;
    transition: all 0.6s;
}

.scrollup:hover img {
    margin-top: 0px;
}

/* ========= 4. home page css  =========== */
.home_banner_section {
    padding: 90px 0px 0px;
}

.home_banner_slide {
    padding: 110px 120px 220px;
    /*background-image: url(../img/main-banner-img.png);*/
    background-image: url(../img/main-banner-img.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 105%;
    position: relative;
}

.arabic_content .home_banner_slide {
    background-image: url(../img/main-banner-img-arabic.png);
}

.home_banner_slide .container-fluid {
    position: relative;
    z-index: 2;
}

.home_banner_slide h6 {
    color: #fff;
}

.home_banner_slide h6 span::before {
    background-color: #fff;
}

.home_banner_slide h6:hover span::before {
    background-color: #CDA054;
}

.home_banner_slide h2 {
    font-size: 60px;
    line-height: 68px;
    color: #fff;
}

.slide_btn_group {
    margin: 60px 0px 70px;
}

.banner_btn,
.common_btn {
    background-color: #fff;
    border: 0px;
    border-radius: 10px;
    padding: 10px 40px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.6s;
    position: relative;
    z-index: 1;
}

.popup_more_btn {
    background-color: #fff;
    border: 2px solid #000000;
    border-radius: 6px;
    padding: 6px 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.6s;
    position: relative;
    z-index: 1;
}

.common_btn {
    border: 2px solid #000000;
}

.banner_btn::before,
.common_btn::before,
.popup_more_btn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #CAA457;
    transition: all 0.6s;
    z-index: -1;
    border-radius: 10px;
}

.popup_more_btn::before {
    border-radius: 4px;
}

.common_btn::before {
    background-color: #CDA054;
    border-radius: 8px;
}

.banner_btn:hover,
.common_btn:hover,
.popup_more_btn:hover {
    color: #fff;
}

.banner_btn:hover::before,
.common_btn:hover::before,
.popup_more_btn:hover::before {
    width: 100%;
    left: 0px;
}

.video_play_btn {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    margin-left: 20px;
    display: inline-flex;
    position: relative;
    padding: 0px;
}

.coomon_btn_group .video_play_btn {
    color: #000000;
}

.video_play_btn:hover,
.video_play_btn:focus {
    color: #fff;
}

.coomon_btn_group .video_play_btn:hover,
.coomon_btn_group .video_play_btn:focus {
    color: #000000;
}

.video_play_btn img {
    width: 40px;
    margin-right: 15px;
}

.video_play_btn::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    top: -5px;
    left: -5px;
    animation: mymove 0.8s linear infinite;
}

.coomon_btn_group .video_play_btn::after {
    border: 2px solid #000000;
}

@keyframes mymove {
    0% {
        top: -4px;
        left: -4px;
        width: 48px;
        height: 48px;
    }

    20% {
        top: -6px;
        left: -6px;
        width: 52px;
        height: 52px;
    }

    40% {
        top: -7px;
        left: -7px;
        width: 54px;
        height: 54px;
    }

    60% {
        top: -8px;
        left: -8px;
        width: 56px;
        height: 56px;
    }

    100% {
        top: -9px;
        left: -9px;
        width: 58px;
        height: 58px;
    }
}

.award_img_group {
    margin-top: 20px;
}

.our_award_box img {
    width: 80px;
    display: inline-block;
    margin-right: 22px;
}

.our_award_box h4 {
    font-weight: 500;
    color: #fff;
}

.home_banner_section .slick-dots {
    bottom: 84px;
    text-align: left;
    padding-left: 7%;
    z-index: 9;
}

.home_banner_section .slick-dots li button:before,
.testimonial .slick-dots li button:before,
.latest_cases_wrapper .slick-dots li button:before,
.community_outreach_banner .slick-dots li button:before {
    opacity: 1;
}

.home_banner_section .slick-dots li,
.testimonial .slick-dots li,
.latest_cases_wrapper .slick-dots li,
.community_outreach_banner .slick-dots li {
    width: 10px;
    height: 10px;
    border: 0px;
    padding: 0px;
    border-radius: 6px;
    transition: all 300ms ease;
    background-color: #CDA054;
}

.home_banner_section .slick-dots li.slick-active,
.testimonial .slick-dots li.slick-active,
.latest_cases_wrapper .slick-dots li.slick-active,
.community_outreach_banner .slick-dots li.slick-active {
    width: 80px;
    border: 0px;
    border-radius: 10px;
}

.home_banner_section .slick-dots li button:before,
.testimonial .slick-dots li button:before,
.latest_cases_wrapper .slick-dots li button:before,
.community_outreach_banner .slick-dots li button:before {
    display: none;
}

.home_banner_section .slick-next,
.home_banner_section .slick-prev {
    display: none !important;
}

/* for counter section */
.counter_section {
    margin-top: -100px;
    padding-bottom: 80px;
}

.counter_wrapper {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(15, 39, 74, 0.15);
    z-index: 10;
    position: relative;
    width: 90%;
    margin-left: auto;
    padding: 50px 0px;
}

.counter-box {
    text-align: center;
}

.counter_section .four.col {
    position: relative;
}

.counter_section .four.col::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #000000;
    right: 0px;
    top: 20%;
}

.counter_section .four.col:last-child::after {
    display: none;
}

.counter-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 0px;
}

.counter-box h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 70px;
}

.counter-box p {
    color: #000000;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
}

/* for our clients section */
.our-clients {
    padding-bottom: 100px;
}

.our_clients_head {
    text-align: center;
    margin-bottom: 40px;
}

.our_clients_card {
    text-align: center;
}

.our_clients_card img {
    width: 90px;
    margin: 0 auto;
    height: 90px;
    object-fit: contain;
}

.ellipse_effect_left,
.ellipse_effect_right,
.ellipse_effect_left2 {
    position: relative;
}

.ellipse_effect_left::before {
    content: "";
    position: absolute;
    width: 273px;
    height: 373px;
    background-image: url(../img/ellipse1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.ellipse_effect_left2::after {
    content: "";
    position: absolute;
    width: 273px;
    height: 373px;
    background-image: url(../img/ellipse1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -80px;
    left: 0px;
    z-index: -1;
}

.ellipse_effect_right::after {
    content: "";
    position: absolute;
    width: 215px;
    height: 370px;
    background-image: url(../img/ellipse2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -70px;
    right: 0px;
}

/* for our practice section */
.our_practice_area {
    background-color: rgba(15, 39, 74, 0.07);
    padding-top: 40px;
    padding-bottom: 80px;
}

.downmove_animate_box {
    width: 200px;
    height: 56px;
    margin: 0 auto;
    margin-top: -60px;
    background-image: url(../img/down-arrow-vector.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    text-align: center;
}

.downmove_animate_box img {
    width: 24px;
    margin-top: 20px;
    transition: all 0.6s;
}

.downmove_animate_box:hover img {
    margin-top: 35px;
}

.our_practice_area_head {
    margin-top: 30px;
}

.our_practice_area_card {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 80px 0px rgba(15, 39, 74, 0.10);
    padding: 70px 25px 25px;
    margin-top: 80px;
    border: 2px solid #fff;
    transition: all 0.7s;
    position: relative;
    min-height: 235px;
}

.our_practice_area_card:hover {
    border: 2px solid #000000;
}

.our_practice_area_card .card_img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 80px 0px rgba(15, 39, 74, 0.25);
    padding: 18px 0px;
    position: absolute;
    top: -40px;
    left: 50px;
    text-align: center;
}

.our_practice_area_card .card_img img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.our_practice_area_card p {
    color: #000000;
    font-weight: 300;
    width: 75%;
}

.viewallbtn {
    position: relative;
}

.arrow_btn {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    width: 52px;
    overflow: hidden;
    text-align: left;
    position: absolute;
    bottom: 14px;
    left: 25px;
}

.viewallbtn .arrow_btn {
    left: unset;
    right: 0px;
    bottom: -30px;
    width: 110px;
}

.viewallbtn:hover .arrow_btn {
    color: #CDA054;
}

.arrow_btn img.small_arrow_img {
    width: 16px;
    transition: all 0.1s;
}

.arrow_btn img.large_arrow_img {
    width: 30px;
    position: absolute;
    left: -16px;
    top: 8px;
    transition: all 0.7s;
    opacity: 0;
}

.viewallbtn .arrow_btn img.large_arrow_img {
    left: unset;
    right: 10px;
}

.our_practice_area_card:hover .arrow_btn img.large_arrow_img {
    left: 0px;
    opacity: 1;
    transition: all 0.7s;
}

.viewallbtn:hover .arrow_btn img.large_arrow_img {
    right: 0px;
    opacity: 1;
    transition: all 0.7s;
}

.our_practice_area_card:hover .arrow_btn img.small_arrow_img,
.viewallbtn:hover .arrow_btn img.small_arrow_img {
    opacity: 0;
}

.our_partners_card h5 a {
    color: #fff;
}

.our_partners_card h5 a:hover {
    color: #CDA054;
}

.our_partners_body .col-xl-3.col-lg-3.col-md-6:last-child .our_partners_card_img {
    padding: 30px;
}

/* for our app section */
.our_app_section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.coomon_btn_group {
    margin: 40px 0px;
}

.app_btn {
    padding: 0px;
    margin-right: 8px;
}

.app_btn_wrapp {
    margin-bottom: 40px;
}

.app_btn_wrapp img {
    width: 160px;
}

.our_app_content p img {
    width: 174px;
}

/* for our partners section */
.our_partners {
    background-image: url(../img/5.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-top: 240px;
    padding-bottom: 80px;
}

.our_partners_head {
    text-align: center;
}

.our_partners_head p a {
    color: #3F3F3F;
    text-decoration: underline;
}

.our_partners_head .common_btn_group {
    margin-top: 25px;
}

.our_partners_head .common_btn {
    margin: 0 10px;
}

.our_partners_card {
    width: 82%;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.our_partners_card_img {
    border: 2px solid #CDA054;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.6s;
    background-color: #fff;
    width: 100%;
    height: 335px;
    overflow: hidden;
}

.our_partners_card_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
    transition: all 0.6s;
}

.our_partners_card_img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.viewallbtn img {
    width: 18px;
    margin-left: 10px;
}

a.viewallbtn {
    color: #000000;
}

/* .our_partners_body .col-md-6:last-child .our_partners_card .our_partners_card_img {
    padding: 40px;
} */

.our_partners_card:hover .our_partners_card_img::after {
    background: rgba(0, 0, 0, 0.10);
}

.our_partners_card:hover .our_partners_card_img img {
    opacity: 0.8;
}

.our_partners_body {
    position: relative;
    padding-bottom: 30px;
}

.our_partners_body::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 265px;
    border-radius: 15px;
    /*background: #000000;*/
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

.our_partners_card h5 {
    color: #fff;
    text-transform: uppercase;
    transition: al 0.6s;
}

.our_partners_card:hover h5 {
    color: #CAA457;
}

.our_partners_card p,
.our_partners_card h5 a {
    color: #fff;
}

/* for testimonial section */
.testimonial {
    background-color: rgba(15, 39, 74, 0.07);
    padding-top: 60px;
    padding-bottom: 80px;
}

.testimonial_head {
    text-align: center;
}

.testimonial_card {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(15, 39, 74, 0.20);
    margin: 75px 20px;
    min-height: 265px;
    padding: 25px 25px;
}

.testimonial_card_thumb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.testimonial_card_thumb .thumb_img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-radius: 100%;
}

.testimonial_card_thumb .thumb_img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 100%;
}

.testimonial_card_thumb .author_info {
    margin-top: 8px;
}

.testimonial_card_thumb .author_info h5 {
    margin-bottom: 0px;
}

.testimonial_card_thumb .author_info p {
    color: #CDA054;
}

.testimonial .slick-dots {
    bottom: -25px;
}

.testimonial_slider_wrapper {
    position: relative;
}

.testimonial_slider_wrapper::after {
    content: "";
    position: absolute;
    border-radius: 15px;
    background: #000000;
    width: 80%;
    height: 375px;
    margin: 0 auto;
    top: 20px;
    left: 0px;
    right: 0px;
    z-index: -1;
}

.testimonial_card .testimonial_card_content p {
    font-weight: 400;
    margin-bottom: 5px;
}

/* for our books section */
.our-books {
    padding-top: 80px;
    padding-bottom: 60px;
}

/* .our-books-content {
    margin-top: 50px;
} */

.our-books-content .common_btn {
    padding: 12px 30px;
}

.our-books-content h2,
.our-books-content p {
    margin-bottom: 30px;
}

.our-books-content p a {
    color: #3F3F3F;
    text-decoration: underline;
}

.our_book_card {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.our_book_card img {
    margin-bottom: 10px;
}

.our_book_card .common_btn {
    padding: 8px 20px;
}

.download_btn {
    border: 0px solid #000000;
    border-radius: 10px;
    background-color: transparent;
    padding: 8px 10px;
    margin-left: 10px;
    transition: all 0.6s;
}

.download_btn:hover {
    color: #CDA054;
}

.download_btn img {
    width: 22px;
    margin-bottom: 0px;
}

.portfolio-wrapper .download_btn img {
    width: 100%;
    margin-bottom: 10px;
}

.share_icon_box {
    position: absolute;
    bottom: -30px;
    right: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    border-radius: 4px;
    display: none;
    transition: all 0.5s;
}

.share_icon_box ul li a img {
    width: 18px;
    margin-bottom: 0px;
    margin-top: -1px;
    margin-right: 0px;
}

.share_btn:hover~.share_icon_box {
    display: block;
}

.share_icon_box:hover {
    display: block;
}

.share_icon_box ul li {
    margin: 0px 6px;
}

.share_icon_box ul li a {
    color: #000000;
    transition: all 0.6s;
}

.share_icon_box ul li a:hover {
    color: #CDA054;
}

.newsletter_box {
    margin-bottom: -130px;
}

.newsletter_box.ellipse_effect_left2::after {
    bottom: 100px;
}

.newsletter_wrapper {
    border-radius: 15px;
    background: #000000;
    padding: 60px 100px;
    position: relative;
}

.newsletter_wrapper::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 142px;
    height: 142px;
    background-image: url(../img/ellipse3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.newsletter_wrapper h2,
.newsletter_wrapper h6 {
    color: #fff;
}

.newsletter_wrapper h6 span::before {
    background-color: #fff;
}

.newsletter_wrapper h6:hover span::before {
    background-color: #CDA054;
}

.newsletter_form {
    width: 100%;
    /*height: 100%;*/
    display: flex;
    align-items: center;
}

.newsletter_form form {
    width: 100%;
}

.newsletter_form .form-group {
    margin-bottom: 0px;
}

.newsletter_form .form-control {
    height: auto;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 10px 20px 10px 70px;
    outline: 0;
    box-shadow: none;
}

.newsletter_form .form-control:focus {
    border: 1px solid #fff !important;
}

.form-control::placeholder {
    color: #6F7171
}

.form-control:focus {
    border: 1px solid #000;
}

.newsletter_form .form-group span {
    border-radius: 10px 0px 0px 10px;
    border: 2px solid #FFF;
    background: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 60px;
    height: 48px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
}

.newsletter_form .form-group span img {
    width: 30px;
}

.newsletter_form .banner_btn {
    padding: 10px 40px;
    height: 47.6px;
}

/* =============== css for contact us page ================= */
.pages_banner_section {
    padding: 90px 0px 0px;
    position: relative;
}

.pages_banner_section.aboutus_banner::after,
.pages_banner_section.contactus_banner::after,
.pages_banner_section.our_practice_banner::after,
.home_banner_slide::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(16, 43, 78, 0.80) -2.91%, rgba(16, 43, 78, 0.60) 33.68%, rgba(16, 43, 78, 0.00) 68.27%);
    z-index: 0;
}

.pages_banner_wrapper {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 200px;
    padding: 0px 120px;
    z-index: 2;
}

.pages_banner_wrapper h6,
.pages_banner_wrapper h2,
.pages_banner_wrapper p,
.pages_banner_wrapper p a {
    color: #fff;
}

.pages_banner_wrapper p a {
    text-decoration: underline;
}

.pages_banner_wrapper h6 span::before {
    background-color: #fff;
}

.pages_banner_wrapper h6:hover span::before {
    background-color: #CDA054;
}

.contactus_form_section {
    padding-bottom: 80px;
    position: relative;
}

.contactus_form_section::after {
    content: "";
    position: absolute;
    width: 243px;
    height: 373px;
    background-image: url(../img/ellipse2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: 150px;
    right: 0px;
}

.contactus_form_wrapper {
    border-radius: 15px;
    background-color: #EEF0F2;
    padding: 50px;
    position: relative;
    margin-top: -260px;
    z-index: 2;
}

.contact_info_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    min-height: 174px;
    margin-bottom: 30px;
}

.contact_info_wrapp h4 img {
    width: 25px;
    margin-right: 8px;
    margin-top: -5px;
}

.contact_info_box p {
    margin-bottom: 0px;
}

.contact_info_box p a {
    color: #3F3F3F;
}

.contactus_form_wrapper .nav-tabs {
    border-bottom: 0px;
}

.contactus_form_wrapper .nav-item {
    width: calc(100% / 3);
    text-align: center;
}

.address_tab_wrapper,
.address_content_wrapper {
    margin-top: 30px;
}

.address_tab_wrapper .nav-tabs .nav-link {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    background-color: #fff;
    border: 0px;
    border-radius: 10px;
    padding: 12px 20px;
    transition: all 0.6s;
    position: relative;
}

.address_tab_wrapper .nav-tabs .nav-link.active {
    background-color: #CDA054;
    color: #fff;
}

.address_tab_wrapper .nav-tabs .nav-link:hover {
    color: #fff;
}

.address_tab_wrapper .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.address_tab_wrapper .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #CAA457;
    transition: all 0.6s;
    z-index: -1;
    border-radius: 10px;
}

.address_tab_wrapper .nav-tabs .nav-link:hover::before {
    width: 100%;
    left: 0px;
}

.contact_form_wrapp {
    background-color: #fff;
    border-radius: 15px;
}

.forms_tab_wrapper .nav-tabs .nav-link {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 12px 20px;
    transition: all 0.6s;
    position: relative;
}

.forms_tab_wrapper .nav-item:first-child .nav-link {
    border-radius: 15px 0px 0px 0px;
}

.forms_tab_wrapper .nav-item:last-child .nav-link {
    border-radius: 0px 15px 0px 0px;
}

.forms_tab_wrapper .nav-tabs .nav-link.active {
    background-color: #CDA054;
    color: #fff;
}

.forms_content_wrapper {
    padding: 25px;
}

label {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}

.contactus_form_wrapper .form-control {
    border-radius: 10px;
    border: 1px solid #6D6E71;
    background: #FFF;
    height: auto;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000000;
}

.contactus_form_wrapper .form-control::placeholder {
    color: #000000;
}

.contactus_form_wrapper form .common_btn {
    width: 100%;
}

.mapouter .gmap_canvas iframe {
    width: 100%;
    height: 300px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-radius: 15px;
}

/* for date picker */
.ui-datepicker {
    background: #ffffff;
    border-radius: 15px;
    margin-left: -2px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #000000;
    margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 16px;
    height: 16px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 15px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 8px;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #fff;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 18px;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 30px;
    color: #000000;
    margin-bottom: 5px;
    font-size: 14px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 30px;
    font-size: 12px;
}

.ui-state-default:hover {
    color: #ffffff;
    background: #CDA054;
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
    color: #ffffff;
    background-color: #CDA054;
    border-radius: 50px;
}

.ui-state-active {
    color: #ffffff;
    background-color: #CDA054;
    border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.datepicker_label img {
    width: 20px;
}

.datepicker_label {
    position: absolute;
    top: 45px;
    right: 8px;
    margin-bottom: 0px;
}

.arabic_content .datepicker_label {
    right: unset;
    left: 8px;
}

.text-primary {
    color: #000000 !important;
}

/* ============== css for about us page ================= */
.aboutus_pages_banner_wrapper h2 {
    margin-bottom: 30px;
}

.our_aim_section {
    background-color: rgba(15, 39, 74, 0.07);
    padding-top: 0px;
    padding-bottom: 40px;
}

.our_mission_wrapper {
    background-color: #fff;
    border-radius: 15px;
    padding: 75px 60px;
    margin-top: -160px;
    position: relative;
}

.our_mission_wrapper .common_btn {
    padding: 12px 35px;
}

.our_aim_img_box {
    background-image: url(../img/24.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 15px;
}

.our_aim_img_box .our_aim_inner_box {
    width: 100%;
    text-align: center;
}

.our_aim_img_box .our_aim_inner_box .video_play_btn {
    margin-top: 30px;
}

.our_aim_inner_box h6,
.our_aim_inner_box h2 {
    color: #fff;
}

.our_aim_inner_box h6 span::before {
    background-color: #fff;
}

.our_aim_section .nav-tabs,
.services_tab_menu .nav-tabs {
    border: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.services_tab_menu .nav-tabs {
    background-color: #EEF0F2;
    padding: 30px 0px;
    margin: 0px;
}

.our_aim_section .nav-tabs .nav-link,
.services_tab_menu .nav-tabs .nav-link {
    background-color: transparent;
    border: 0px;
    border-radius: 5px;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 50px;
    transition: all 0.6s;
}

.services_tab_menu li.nav-item {
    position: relative;
    margin-right: 10px;
}

.our_mission_wrapper .col-lg-7 {
    padding-left: 55px !important;
}

.search_box {
    position: absolute;
    width: 260px;
    right: 0px;
    top: 100%;
    display: none;
}

.search_box.show {
    display: block;
}

.services_tab_menu .nav-tabs .dropdown-menu {
    min-width: 120px;
    border: 0px;
    border-radius: 6px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.services_tab_menu .nav-tabs .nav-link {
    font-weight: 300;
    padding: 10px 35px;
}

.our_aim_section .nav-tabs .nav-link.active,
.services_tab_menu .nav-tabs .nav-link.active {
    background-color: #CDA054;
    color: #fff;
}

.services_tab_menu .nav-tabs .nav-link.active {
    font-weight: 600;
}

.our_value_wrapp {
    margin-top: 40px;
}

.values_card {
    margin-top: 30px;
}

.values_card .values_card_img {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(15, 39, 74, 0.10);
    padding: 15px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.values_card .values_card_img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.values_card h5 {
    color: #3F3F3F;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}

.top_right_ellipse {
    position: relative;
}

.top_right_ellipse::after {
    content: "";
    position: absolute;
    width: 273px;
    height: 421px;
    background-image: url(../img/ellipse2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: -120px;
    right: 0px;
    z-index: -1;
}

.different_statement_section {
    padding-top: 80px;
}

.different_statement_img {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
}

.statement_card {
    margin-top: 30px;
}

.statement_card .statement_card_img {
    width: 75px;
    height: 75px;
    background-color: #EEF0F2;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.statement_card .statement_card_img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.statement_card h5 {
    color: #3F3F3F;
    font-weight: 500;
}

.our_management_section {
    padding-top: 80px;
}

.management_memb_card {
    border-radius: 15px;
    background: #FFF;
    border: 2px solid transparent;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.10);
    margin: 0px 20px;
    margin-top: 30px;
    transition: all 0.6s;
}

.management_memb_card:hover {
    border: 2px solid #CDA054;
    box-shadow: 0px 4px 80px 0px rgba(15, 39, 74, 0.25);
}

.management_memb_card_img {
    border-radius: 15px;
    overflow: hidden;
    margin: -2px;
}

.management_memb_card_info {
    padding: 25px 20px 15px;
}

.management_memb_card_info h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}

.management_memb_card_info h5 span {
    text-transform: capitalize;
    color: #CDA054;
}

.our_management_body .row .col-lg-4.col-md-6:first-child .management_memb_card {
    margin-left: 0px;
    margin-right: 40px;
}

.our_management_body .row .col-lg-4.col-md-6:last-child .management_memb_card {
    margin-right: 0px;
    margin-left: 40px;
}

.about_our_partners_section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about_our_partners_section .our_partners_body::after {
    background-color: #EEF0F2;
    height: 400px;
}

.about_our_partners_section .our_partners_card h5,
.about_our_partners_section .our_partners_card p,
.about_our_partners_section .our_partners_card h5 a {
    color: #000000;
    transition: all 0.6s;
}

.about_our_partners_section .our_partners_card:hover h5,
.about_our_partners_section .our_partners_card:hover h5 a {
    color: #CDA054;
}

.book_meeting_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 30px;
    margin: 30px 30px 0px;
    position: relative;
    z-index: 2;
}

.book_meeting_box h5 {
    line-height: 48px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.book_meeting_box h5 img {
    width: 35px;
    margin-right: 20px;
    margin-top: -4px;
}

.book_btn {
    border: 2px solid #000000;
    background-color: #000000;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    transition: all 0.6s;
    position: relative;
    z-index: 1;
}

.book_btn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #CAA457;
    transition: all 0.6s;
    z-index: -1;
    border-radius: 10px;
}

.book_btn:hover::before {
    width: 100%;
    left: 0px;
}

.book_btn:hover,
.book_btn:focus {
    color: #fff;
}

/* ================ css for our practice page ===================== */
.our_services_main_wrapper {
    background-color: #EEF0F2;
    border-radius: 15px;
    padding: 40px 80px 80px;
    margin-top: -180px;
    position: relative;
}

/* .services_tab_menu .nav-tabs .nav-link{
    padding: 10px 16px;
    margin: 0px 4px;
    margin-top: -3px;
} */
.services_tab_menu .nav-tabs .nav-link img {
    width: 25px;
}

.services_tab_head {
    text-align: center;
    margin: 20px 0px 0px;
}

.card {
    border: 0px;
    border-radius: 15px;
    text-align: center;
    margin: 0 10px;
    margin-top: 40px;
}

.card .card-img-top {
    border-radius: 15px 15px 0px 0px;
}

.card .card-body {
    padding: 30px 50px;
}

.card .card-body h4 {
    color: #CDA054;
}

.card .card-body p {
    color: #102B4E;
}

.card .card-body .common_btn {
    margin-top: 10px;
}

.services_tab_body .common_btn {
    padding: 10px 30px;
}

.services_tab_body .slick-slide {
    margin: 0 20px;
}

.services_tab_body .slick-prev,
.services_tab_body .slick-next {
    background-color: #fff;
    width: 60px;
    height: 60px;
}

.services_tab_body .slick-prev {
    left: -60px;
}

.services_tab_body .slick-next {
    right: -60px;
}

.services_tab_body .slick-prev:before,
.services_tab_body .slick-next:before {
    position: absolute;
    top: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    left: 15px;
}

.services_tab_body .slick-prev:before {
    background-image: url(../img/arrow-left.png);
}

.services_tab_body .slick-next:before {
    background-image: url(../img//arrow-small.png);
}

.load_more_btn {
    color: #fff;
    background-color: #000000;
    padding: 12px 43px;
}

.cases_section {
    padding-bottom: 80px;
}

.latest_cases_wrapper {
    margin-top: 60px;
}

.latest_cases_wrapper_head {
    text-align: center;
    margin-bottom: 30px;
}

.latest_cases_wrapper .slick-list {
    padding: 50px 0px;
}

.cases_slider_card img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.slick-slide.slick-current.slick-active+.slick-slide .cases_slider_card img {
    transform: scale(1.2);
    position: relative;
    z-index: 1;
}

.cases_slider_card {
    position: relative;
}

.cases_slider_card .cases_slider_card_body {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(16, 43, 78, 0.00) 0%, #000000 100%);
    padding-bottom: 30px;
    z-index: 2;
    transform: scale(1.2);
    opacity: 0;
    transition: all 1s;
}

.slick-slide.slick-current.slick-active+.slick-slide .cases_slider_card .cases_slider_card_body {
    opacity: 1;
}

.cases_slider_card .cases_slider_card_body h5 {
    width: 100%;
    text-align: center;
    color: #fff;
}

.cta_box {
    border-radius: 15px;
    width: 100%;
    margin: 60px auto 0px;
    padding: 25px 50px;
    background-color: #EEF0F2;
}

.cta_box h5 {
    margin-right: 30px;
    margin-bottom: 0px;
    line-height: 48px;
    font-weight: 500;
}

.cta_box h5 img {
    width: 48px;
    margin-right: 10px;
}

/* ================ css for our practices details page ============== */
.our_practices_detail_banner {
    padding: 160px 120px 50px;
}

.our_practices_detail_banner .services_tab_menu .nav-tabs {
    border-radius: 0px 0px 15px 15px;
    padding: 30px 50px;
}

.our_practices_detail_section {
    padding-bottom: 60px;
}

.our_practices_detail_banner .breadcrumb .breadcrumb-item a,
.our_practices_detail_banner .breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
}

/* .details_tabs_menu {
    background-color: #EEF0F2;
    border-radius: 15px;
    padding: 25px 20px;
}
.details_tabs_menu .nav-tabs {
    border-bottom: 0px;
}
.details_tabs_menu .nav-tabs .nav-item{
    margin-bottom: 10px;
}
.details_tabs_menu .nav-tabs .nav-link{
    color: #3F3F3F;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    padding: 15px 20px;
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
    border: 0px;
    transition: all 0.6s;
}
.details_tabs_menu .nav-tabs .nav-link.active, .details_tabs_menu .nav-tabs .nav-link:hover{
    background-color: #000000;
    color: #fff;
} */
.details_content_wrapper img {
    margin-bottom: 10px;
    border-radius: 15px;
}

/* .appointment_box {
    border-radius: 15px;
    border: 2px solid #CDA054;
    text-align: center;
    padding: 20px 0px;
    min-height: 136px;
}
.apps_link {
    padding: 0px 2px;
}
.appointment_box a img{
    width: 150px;
} */
.related_practice_wrap {
    background-color: #EEF0F2;
    border-radius: 15px;
    padding: 20px;
}

.related_practice_card.d-flex {
    margin: 30px 0;
}

.related_practice_card_desc h4 {
    font-size: 21px;
}

.related_practice_card_img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 20px;
}

.related_practice_card_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.related_practice_card_desc {
    width: calc(100% - 120px);
    height: 100px;
    display: flex;
    align-items: center;
}

.related_practice_card_desc h4 a {
    color: #102B4E;
    text-decoration: none;
    transition: all 0.6s;
}

.related_practice_card_desc h4 a:hover {
    color: #CDA054;
}

.related_articles {
    padding-bottom: 80px;
}

.related_article_card.d-flex {
    margin-top: 30px;
}

.related_article_card_img {
    width: 200px;
    margin-right: 25px;
}

.related_article_card_img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 10px;
}

.related_article_card_desc p {
    margin-bottom: 6px;
}

.related_article_card_desc {
    width: calc(100% - 335px);
}

.related_article_card_desc h5 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 2px;
}

.related_article_card_desc h5 a {
    color: #000000;
    transition: all 0.6s;
}

.related_article_card_desc h5 a:hover {
    color: #CDA054;
}

.related_article_card_desc p span {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.related_article_card_desc a {
    color: #CDA054;
    font-weight: 600;
}

.articalDis p {
    height: 50px;
    overflow: hidden;
}

.related_article_card_desc p a:hover {
    color: #000000;
}

/* ============== css for Nassr App page ================ */
.alsunaidi_app_page_banner {
    padding-top: 180px;
    background-image: linear-gradient(to right, #000000, #fff);
    background-size: 100%;
}

.newsletter_box.hide {
    display: none;
}

.alsunaidi_app_page_banner h6,
.alsunaidi_app_page_banner h2,
.alsunaidi_app_page_banner p {
    color: #fff;
}

.alsunaidi_app_page_banner h6 span::before {
    background-color: #fff;
}

.app_benefits_section {
    background-color: rgba(15, 39, 74, 0.07);
    padding-top: 40px;
    padding-bottom: 80px;
}

.get_app_section {
    padding-bottom: 80px;
    padding-top: 80px;
}

.get_app_section_head {
    text-align: center;
    margin-bottom: 50px;
}

.get_app_section_content {
    position: relative;
}

.get_app_section_content::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #6D6E71;
    top: 50px;
    left: 50%;
}

.get_app_img_wrapp {
    background-color: #f1f1f1;
    width: 40%;
    margin: 0px 40px 40px;
    border-radius: 15px;
    padding: 0px;
    opacity: 0;
    transition: all 0.6s;
}

.get_app_img_wrapp.get_app_left_img_wrapp {
    margin-left: auto;
}

.get_app_section_content .row:hover .get_app_img_wrapp {
    opacity: 1;
}

.get_app_left_content {
    text-align: right;
    padding: 0px 40px;
    width: 70%;
    margin: 0px;
    margin-left: auto;
}

.get_app_right_content {
    padding: 0px 40px;
    width: 70%;
    margin: 0px 0px 40px;
}

.get_app_section_content .num_box {
    width: 80px;
    height: 80px;
    margin-left: auto;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(15, 39, 74, 0.15);
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 20px;
    position: relative;
}

.get_app_section_content .num_box::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #CDA054;
    border-radius: 100%;
    top: 20px;
    left: 112px;
    z-index: 2;
}

.get_app_section_content .num_box::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #CDA054;
    border-radius: 100%;
    top: 15px;
    left: 107px;
    animation: mymove2 0.8s linear infinite;
}


@keyframes mymove2 {
    0% {
        top: 16px;
        left: 108px;
        width: 48px;
        height: 48px;
    }

    20% {
        top: 14px;
        left: 106px;
        width: 52px;
        height: 52px;
    }

    40% {
        top: 13px;
        left: 105px;
        width: 54px;
        height: 54px;
    }

    60% {
        top: 12px;
        left: 104px;
        width: 56px;
        height: 56px;
    }

    100% {
        top: 11px;
        left: 103px;
        width: 58px;
        height: 58px;
    }
}

.get_app_section_content .get_app_right_content .num_box {
    margin-left: 0px;
}

.get_app_section_content .get_app_right_content .num_box::before {
    left: unset;
    right: 112px;
}

.get_app_section_content .get_app_right_content .num_box::after {
    left: unset;
    right: 107px;
    animation: mymove3 0.8s linear infinite;
}

@keyframes mymove3 {
    0% {
        top: 16px;
        right: 108px;
        width: 48px;
        height: 48px;
    }

    20% {
        top: 14px;
        right: 106px;
        width: 52px;
        height: 52px;
    }

    40% {
        top: 13px;
        right: 105px;
        width: 54px;
        height: 54px;
    }

    60% {
        top: 12px;
        right: 104px;
        width: 56px;
        height: 56px;
    }

    100% {
        top: 11px;
        right: 103px;
        width: 58px;
        height: 58px;
    }
}


.faq {
    padding-top: 80px;
    padding-bottom: 80px;
}

.faq_body .card {
    border: 0px;
    border-radius: 15px;
    text-align: left;
    margin: 0px;
    margin-top: 15px;
    background-color: rgba(15, 39, 74, 0.07);
}

.socialMediaIcon {
    display: flex;
    justify-content: space-between;
}

.socialMediaIcon a {
    display: block;
    background: #CDA054;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-left: 30px;
    font-size: 20px;
}

.socialMediaIcon a img {
    width: 20px;
    margin-top: -3px;
}

.partners_socila img {
    width: 40px;
}

.socialMedia {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.faq_body .card-header {
    padding: 25px 50px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px;
}

.faq_body .card-header a.btn {
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    position: relative;
    padding: 0px;
}

.faq_body .card-header a.btn img {
    position: absolute;
    width: 30px;
    top: 5px;
    right: 0px;
    transition: all 0.6s;
}

.faq_body .card-header a.btn.collapsed img {
    transform: rotate(180deg);
}

.faq_body .card .card-body {
    padding: 0px 100px 25px 50px;
}

.download_cta_wrapper {
    background-color: #102B4E;
    border-radius: 15px;
    padding: 60px 50px 30px;
    text-align: center;
    margin-bottom: -140px;
}

.download_cta_wrapper h2,
.download_cta_wrapper p {
    color: #fff;
}

.download_cta_wrapper p {
    width: 50%;
    margin: 0px auto 18px;
}

/* ============= css for partners page ================ */
.partners_section {
    padding-bottom: 80px;
}

.partners_section.ellipse_effect_right::after {
    bottom: 40%;
}

.partners_wrapper {
    background-color: #EEF0F2;
    border-radius: 15px;
    margin-top: -220px;
    position: relative;
    padding: 0 20px 40px;
}

.partners_wrapper .book_meeting_box {
    margin-top: -40px;
}

.partners_card {
    width: 85%;
    margin: auto;
    margin-top: -80px;
    margin-bottom: 120px;
}

.partners_card_img {
    border: 2px solid #CDA054;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.6s;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.partners_card_img:hover .partners_socila,
.our_partners_card_img:hover .partners_socila {
    opacity: 1;
    bottom: 30px;
    z-index: 999;
}

.partners_socila {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.6s;
    z-index: 999;
}

.our_value_wrapp .values_card_img {
    margin: 0;
}

.partners_card_img.partners_card_logo {
    padding: 30px;
}

.partners_card_img img {
    border-radius: 10px;
}

.partners_card_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
    transition: all 0.6s;
}

.partners_card:hover .partners_card_img::after {
    background: rgba(0, 0, 0, 0.10);
}

.partners_card:hover .partners_card_img img {
    opacity: 0.8;
}

.partners_card_desc {
    text-align: center;
}

.partners_card_desc h5 {
    margin-bottom: 0px;
    transition: all 0.5s;
    text-transform: capitalize;
}

.partners_card:hover .partners_card_desc h5 {
    color: #CDA054;
}

.partners_card_desc p {
    color: #CDA054;
    /* font-weight: 500; */
}

/* ========= css for our partners list page ============= */
.our_practice_list_wrapper {
    background-color: #EEF0F2;
    padding: 50px 80px;
    position: relative;
    margin-top: -550px;
    border-radius: 15px;
}

.our_practice_list_wrapper .card .card-body {
    padding: 30px 60px;
}

.breadcrumb .breadcrumb-item {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-right: 30px;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb .breadcrumb-item.active {
    color: #CDA054;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 30px;
    color: #fff;
}

/* =========== css for community outreach page ============== */
.community_outreach_banner {
    background: linear-gradient(101deg, #102B4E 0%, #011B3C 100%);
    padding-top: 160px;
    padding-bottom: 60px;
}

.community_outreach_banner h6,
.community_outreach_banner h2,
.community_outreach_banner h5,
.community_outreach_banner p {
    color: #fff;
}

.community_outreach_banner h6 span::before {
    background-color: #fff;
}

.community_slide {
    margin: 30px 0px;
}

.community_slide img {
    height: 335px;
    object-fit: cover;
    border-radius: 15px;
}

.community_slide_desc {
    padding: 40px 0px 0px 25px;
}

.community_slide_desc p span {
    color: #CDA054;
    font-weight: 400;
}

.community_slide_desc h2 {
    margin: 15px 0;
    font-size: 30px !important;
}

.community_outreach_banner .slick-dots {
    bottom: 40px;
    width: auto;
    text-align: left;
    left: 52%;
}

.community_slide_desc p {
    margin: 0 0 7px;
}

.community_achievement ul li {
    width: 20%;
    position: relative;
}

.community_achievement ul li:nth-child(2) {
    width: 25%;
}

.community_achievement ul li:last-child {
    width: 10%;
}

.community_achievement ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #fff;
    top: 10px;
    right: 90px;
}

.community_achievement ul li:last-child:after {
    display: none;
}

.community_achievement ul {
    margin-top: 15px;
}

.community_achievement_desc {
    width: calc(100% - 70px);
    text-align: left;
}

.community_achievement_desc h3 {
    color: #fff;
    line-height: 43px;
}

.community_achievement_img {
    width: 60px;
    height: 73px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.our_category_section {
    padding-top: 120px;
    padding-bottom: 100px;
}

.our_category_content {
    width: 99%;
    height: 100%;
    display: flex;
    align-items: center;
}

.cate_card {
    position: relative;
}

.cate_card_desc {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(16, 43, 78, 0.00) 0%, #000000 100%);
    padding: 15px 35px;
}

.cate_card_desc h3 {
    color: #fff;
}

.cate_card:hover .cate_card_desc h3 {
    color: #CDA054;
}

.cate_card_desc p img {
    width: 25px;
    margin-right: 8px;
}

.cate_card_desc p {
    color: #CDA054;
    font-weight: 500;
}

.community_books_section {
    background-color: rgba(15, 39, 74, 0.07);
    padding-top: 80px;
    padding-bottom: 80px;
}

.community_books_content {
    padding-left: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.community_books_content p a {
    color: #3F3F3F;
    text-decoration: underline;
}

.community_article {
    padding-top: 100px;
}

.community_article_head {
    margin-bottom: 60px;
}

.article_vr_card {
    margin-bottom: 30px;
}

.article_vr_card_img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.article_vr_card_img img {
    height: 270px;
    object-fit: cover;
}

.community_article_body p span {
    color: #000000;
}

.community_article_body h5 a {
    color: #000000;
    font-weight: 600;
}

.community_article_body h5 a:hover {
    color: #CDA054;
}

.article_hr_card {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.article_hr_card_img {
    width: 47%;
    margin-right: 3%;
    border-radius: 15px;
    overflow: hidden;
}

.article_hr_card_img img {
    height: 245px;
    object-fit: cover;
}

.article_hr_card_desc {
    width: 50%;
    padding-top: 20px;
}

.latest_news {
    padding-top: 100px;
}

.latest_news_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.latest_news_card img {
    border-radius: 15px;
    margin-bottom: 20px;
    height: 220px;
    object-fit: cover;
}

.latest_news_card p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.latest_news_card p a {
    color: #3F3F3F;
}

.training {
    padding-bottom: 100px;
    padding-top: 100px;
}

.training .our_aim_img_box .our_aim_inner_box .video_play_btn {
    margin-top: 10px;
    margin-bottom: 25px;
}

.traning_card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.training_card_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
}

.training_card_content .inner_box {
    width: 100%;
    text-align: center;
}

.training_card_content h6,
.training_card_content h2 {
    color: #fff;
}

.training_card_content h6 span::before {
    background-color: #fff;
}

.training_card_content .banner_btn {
    margin-top: 20px;
}

.community_solutions.d-flex {
    padding-bottom: 100px;
}

.community_faq {
    background-color: rgba(15, 39, 74, 0.07);
    width: 40%;
    margin-right: 3%;
    padding: 40px 40px 40px 135px;
    border-radius: 0px 15px 15px 0px;
}

.community_solutions_wrap {
    width: 57%;
    background-color: rgba(15, 39, 74, 0.07);
    padding: 40px 135px 40px 40px;
    border-radius: 15px 0px 0px 15px;
}

.community_solutions p {
    color: #000000;
}

.community_solutions p span {
    font-weight: 600;
}

.community_faq .form-control {
    border-radius: 10px;
    border: 2px solid #000000;
    background: #FFF;
    padding: 12px 20px;
    height: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    position: relative;
}

.community_faq .select_input {
    position: relative;
}

.community_faq .select_input::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../img/chevron-up.png);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.community_faq label {
    color: #000000;
}

.community_faq .common_btn {
    width: 100%;
    margin-top: 10px;
}

/* ============= css for articles page ============== */
.article_head_wrapper {
    background-color: #102B4E;
    border-radius: 15px;
    padding: 40px 0px 60px;
    text-align: center;
}

.article_head_wrapper.news_head_wrapper {
    padding: 40px 0px;
}

.article_head_wrapper h2 {
    color: #fff;
}

.search_filter_box {
    width: 70%;
    margin: 0 auto;
    margin-top: -34px;
    display: flex;
    flex-wrap: wrap;
}

.search_filter_box .form-control {
    background-color: #EEF0F2;
    border-radius: 10px;
    border: 0px;
    color: rgba(109, 110, 113, 0.60);
    font-size: 18px;
    font-weight: 400;
    padding: 20px 20px 20px 60px;
    height: auto;
}

.search_filter_box .form-group img {
    width: 25px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.search_filter_box .form-group {
    width: 80%;
    margin-right: 4%;
    margin-bottom: 0px;
}

.search_filter_box .dropdown {
    width: 80;
    background-color: #EEF0F2;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
}

.search_filter_box .dropdown .dropdown-toggle::after {
    display: none;
}

.search_filter_box .dropdown img {
    width: 30px;
}

.article_head_section .services_tab_menu .nav-tabs {
    background-color: transparent;
    padding: 50px 0px;
    margin: 0px;
}

.articles_section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.articles_wrapper1 {
    margin-bottom: 50px;
}

.articles_wrapper1_left {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.articles_wrapper1_left img {
    height: 400px;
    object-fit: cover;
}

.articles_wrapper1_left::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(16, 43, 78, 0.00) 0%, #000000 100%);
}

.articles_wrapper1_right {
    padding-left: 30px;
}

.articles_wrapper1_right p {
    font-size: 400;
}

.article_author_card {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 40px;
}

.article_author_card .author_card_img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border-radius: 100%;
}

.article_author_card .author_card_img img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.article_author_card .author_card_info {
    width: calc(100% - 80px);
    height: 70px;
    display: flex;
    align-items: center;
}

.article_author_card .author_card_info p {
    font-weight: 500;
    color: #102B4E;
}

.article_author_card .author_card_info p span {
    color: #CDA054;
}

.all_blog_link {
    border-radius: 10px;
    background-color: #EEF0F2;
    padding: 10px 30px;
    color: #102B4E;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border: 0px;
    cursor: default;
}

.see_all_link {
    padding: 10px 15px;
    color: #102B4E;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
}

.blog_slide_wrapper {
    margin: 30px 15px;
}

.blog_slide_wrapper img.video_blog_img {
    border-radius: 15px;
    margin-bottom: 10px;
    height: 260px;
    object-fit: cover;
}

.blog_slide_wrapper h5 a {
    font-weight: 600;
    color: #000000;
}

.blog_slide_wrapper h5 a:hover {
    color: #CDA054;
}

.blog_slide_wrapper p span {
    color: #000000;
}

.articles_wrapper3 {
    margin-top: 40px;
}

.articles_wrapper3 .community_article_body {
    margin-top: 30px;
}

.articles_wrapper2 .slick-prev,
.articles_wrapper2 .slick-next {
    width: 50px;
    height: 50px;
    padding: 5px;
    top: 30%;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1) !important;
}

.articles_wrapper2 .slick-prev {
    left: -12px;
}

.articles_wrapper2 .slick-next {
    right: -12px;
}

.articles_wrapper2 .slick-prev:before,
.articles_wrapper2 .slick-next:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 10px;
}

.articles_wrapper2 .slick-prev:before {
    background-image: url(../img/arrow-left.png);
}

.articles_wrapper2 .slick-next:before {
    background-image: url(../img/arrow-small.png);
}


.all_articles_wrapper .blog_slide_wrapper {
    margin: 0px;
    margin-bottom: 40px;
}

.all_articles_paginatoin_wrapper {
    margin-top: 30px;
}

.all_articles_paginatoin_wrapper .nav-link {
    background-color: #102B4E;
    width: 55px;
    height: 55px;
    padding: 15px 16px;
    border-radius: 100%;
}

.all_articles_paginatoin_wrapper li {
    margin-left: 30px;
}

.all_articles_paginatoin_wrapper li p {
    line-height: 50px;
    margin-bottom: 0px;
}

/* ============ css for books page =============== */
section#booksHeader {
    background: linear-gradient(101.45deg, #102B4E 0%, #011B3C 100%);
    padding-bottom: 80px;
}

#portfolio {
    margin: 1rem 0;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-column-width: 20%;
    -moz-column-width: 20%;
    column-width: 20%;
}

.books_banner_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/*#portfolio .tile:first-child{
    margin-top: 160px;
}*/
.tile {
    display: none;
}

.scale-anm {
    margin: 0 0 30px;
    width: 100%;
}

.tile img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

div#filters {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scale-anm p {
    color: #3F3F3F;
    font-size: 18px;
    margin: 0 0 10px;
}

.scale-anm h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.quoteicon {
    width: 55px;
    display: block;
}

section#breadcrumbPanel {
    padding-top: 140px;
    padding-bottom: 40px;
}

#breadcrumbPanel .breadcrumb .breadcrumb-item a {
    color: #102B4E;
}

#breadcrumbPanel .breadcrumb-item+.breadcrumb-item::before {
    color: #102B4E;
}

.breadcrumb .breadcrumb-item {
    font-size: 20px;
    padding-right: 5px
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px
}

.articalImgbox {
    min-height: 750px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 50px;
}

/*@media (max-width: 768px) {*/
/*    .articalImgbox {*/
/*        background-size: contain;*/
/*        background-repeat: no-repeat;*/
/*    }*/
/*}*/

.articalImgboxinner {
    position: relative;
    z-index: 9;
}

.articalImgboxinner * {
    color: #fff
}

.articalImgboxinner h4 {
    font-size: 35px;
    font-weight: 500;
    line-height: 61px;
    margin: 0;
}

.articalImgboxinner h5 {
    margin: 0;
    font-size: 12px;
}

.articalImgboxinner h5 span {
    color: #CDA054;
}

.articalImgbox:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 43, 78, 0) 0%, #000000 100%);
    border-radius: 15px;
    top: 0;
    left: 0;
}

.tableCont {
    background: #EEF0F2;
    padding: 40px;
    border-radius: 15px;
}

section#articalCont {
    padding-top: 60px;
    padding-bottom: 60px;
}

.tableCont li a {
    color: #3F3F3F;
    font-size: 18px;
    line-height: 40px;
}

.tableCont li a.active {
    text-decoration: underline;
}

#articalCont h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

#articalCont p {
    font-weight: 400;
}

h4 a {
    text-decoration: underline;
    color: #102B4E;
}

blockquote {
    font-size: 26px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    line-height: 28px;
}

span.artiName {
    display: block;
    text-align: right;
    padding-right: 150px;
    font-weight: 600;
    margin-top: 30px;
}

.articleActSec {
    border-bottom: 3px solid #CDA054;
    padding: 30px 0;
}

.share_btn_list {
    position: relative;
}

.share_btn_list .share_icon_box {
    bottom: -48px;
    right: 0;
    width: 160px;
}

.share_btn_list .download_btn.share_btn:hover .share_icon_box,
.share_btn_list .share_icon_box:hover {
    display: block;
}

.articleActSec a {
    color: #102B4E;
}

.articleActSec a img {
    width: 30px;
    margin-right: 10px;
}

.articleviewBox img {
    width: 140px;
    border-radius: 10px;
}

.articleviewBox {
    display: flex;
    align-items: flex-start;
}

.next-article.articleviewBox {
    justify-content: flex-end;
}

.articleviewinfo img {
    width: 25px;
    margin-right: 10px;
}

.arabic_content .back-article .articleviewinfo img {
    transform: rotate(180deg);
    margin-right: 0px;
    margin-left: 10px;
}

.arabic_content .next-article.articleviewBox span.backIcon img {
    transform: rotate(0deg);
    margin-left: 0px;
    margin-right: 10px;
}

.articleviewinfo h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.articleviewinfo h5 a {
    color: #3F3F3F;
}

.back-article .articleviewinfo {
    margin-left: 25px;
}

.next-article .articleviewinfo {
    margin-right: 25px;
}

.articleviewinfo p {
    font-weight: 500 !important;
}

.next-article.articleviewBox h5 {
    text-align: right;
}

.next-article.articleviewBox span.backIcon img {
    transform: rotate(180deg);
    margin-left: 10px;
    margin-right: 0;
}

.articleviewSec {
    padding: 50px 0 0;
}

.gallery h6 {
    font-size: 18px;
    line-height: 33px;
    margin: 0;
    font-weight: 400;
    color: #3F3F3F;
}

.gallery p {
    margin: 0px 0 15px;
    font-weight: 400;
}

.p-scroll {
    height: 192px;
    overflow-y: scroll;
}

.portfolio-wrapper:hover p {
    color: #CDA054;
}

.articleDetailRel .related_article_card_img {
    width: 260px;
    margin-right: 20px;
}

.aboutwrap .values_card_img {
    margin: auto;
}

.our_mission_wrapper .nav.nav-tabs li {
    margin-right: 10px;
}

.filtering span {
    display: inline-block;
    padding: 15px 40px;
    font-family: Roboto Slab;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 300;
    cursor: pointer;
}

.filtering span.active {
    background: #CDA054;
    color: #ffff;
    font-weight: 600;
}

.filtering {
    padding: 50px 15px 10px;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}

.filtering_wrapper {
    /* width: 3400px;
    max-width: 5000px; */
    height: 60px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

/* .filtering_wrapper span.tabClass {
    width: 440px;
} */
/* .arabic_content .filtering_wrapper span.tabClass {
    width: 315px;
} */

.case_std_section ::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.case_std_section ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.case_std_section ::-webkit-scrollbar-thumb {
    background: #CDA054;
}

input.form-control.searchinput {
    height: 50px;
    border-radius: 10px;
    padding-left: 50px;
    width: 380px;
    background: #EEF0F2 url(../img/icon_search.png) no-repeat 15px center;
    background-size: 20px;
}

.our_practice_list_wrapper .searchFilter input.form-control.searchinput,
.our_practice_list_wrapper .searchFilter .searchInner .btn {
    background-color: #fff
}

.searchInner .btn {
    background: #EEF0F2;
    border-radius: 10px;
    width: 50px;
    margin-left: 10px;
    height: 50px;
    padding: 12px !important;
    border: 0px !important;
}

.searchInner .btn:hover,
.searchInner .btn:focus {
    border: 0px !important;
    outline: 0px !important;
}

.searchInner .btn:hover~.dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

.searchInner .dropdown-item {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.searchInner .dropdown-item:hover,
.searchInner .dropdown-item:focus {
    background-color: transparent;
    color: #CDA054;
}

section.searchFilter {
    margin-top: -25px;
}

.our_practice_list_wrapper .searchFilter {
    margin-top: -65px;
}

.grid .grid-item {
    width: 20%;
    padding: 0 15px;
}

.grid .grid-item:first-child,
.grid .grid-item:nth-child(3),
.grid .grid-item:nth-child(5) {
    margin-top: 160px;
}

.case_std_banner_img {
    width: 80%;
    margin-left: auto;
}

/* css for ebook page */
.ebook_section {
    padding-bottom: 40px;
}

.ebook_section .services_tab_menu .nav-tabs {
    background-color: transparent;
    margin-top: 30px;
}

.ebook_section .tab-content {
    margin-top: 50px;
}

.ebook_card {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 80px 0px rgba(15, 39, 74, 0.10);
    margin-top: 40px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}

.ebook_card_img {
    width: 220px;
    margin-right: 20px;
}

.ebook_card_body {
    width: calc(100% - 240px);
    padding-right: 20px;
}

.modal-body .order_book_btn_wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ebook_card_body h5 {
    font-weight: 600;
}

.ebook_card_body p span {
    font-weight: 600;
    color: #000000;
}

.ebook_card_body .p-scroll {
    height: 118px;
    overflow-y: scroll;
}

.store_slide {
    padding: 0px 15px;
}

.store_slide img {
    width: 70px;
    height: 60px;
    object-fit: contain;
}

.ebook_card_body .slick-prev,
.ebook_card_body .slick-next {
    display: none !important;
}

.ebook_card_body .slick-dots {
    bottom: -25px;
}

/* .ebook_card_body ul li {
    width: 70px;
    margin-right: 20px;
}

.order_book_btn_wrapper {
    width: 336px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.order_book_btn_wrapper ul.nav {
    width: 520px;
}
.ebook_card ::-webkit-scrollbar {
    width: 100%;
    height: 4px;
}
.ebook_card ::-webkit-scrollbar-track {
    background: #EEF0F2;
}
.ebook_card ::-webkit-scrollbar-thumb {
    background: #CDA054;
} */

.ebook_card_body ::-webkit-scrollbar {
    width: 14px;
}

.ebook_card_body ::-webkit-scrollbar-track {
    background: #EEF0F2;
}

.ebook_card_body ::-webkit-scrollbar-thumb {
    background: #CDA054;
}

.our_training_banner_content {
    margin-top: 120px;
}

.our_training_section {
    padding-top: 80px;
    padding-bottom: 40px;
}

.training_card {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 80px 0px rgba(16, 43, 78, 0.10);
    margin: 0px 15px;
    margin-bottom: 40px;
}

.training_card_img img {
    height: 385px;
    object-fit: cover;
}

.training_card_body {
    padding: 25px;
}

.training_card_body h5 {
    font-weight: 600;
}

.share_btns .share_link_btn img {
    width: 30px;
}

.share_btns {
    position: relative;
}

.share_btns .share_link_btn {
    line-height: 30px;
    padding-left: 0px;
    padding-right: 15px;
}

.share_btns .share_link_btn~.share_icon_box {
    width: 150px;
    bottom: -32px;
    right: 0;
}

.share_btns .share_link_btn.share_btn:hover~.share_icon_box,
.share_btns .share_link_btn.share_btn~.share_icon_box:hover {
    display: block;
}

.training_card_body .common_btn {
    padding: 10px 30px;
}

/* ========== css for news page ============= */
.highlight_news_section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.highlight_new_card {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
}

.highlight_new_card:last-child {
    margin: 0;
}

.highlight_new_card img {
    border-radius: 15px;
    height: 390px;
    object-fit: cover;
}

.highlight_right_cards .highlight_new_card img {
    height: 180px;
    object-fit: cover;
}

.highlight_new_card_info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(16, 43, 78, 0.00) 0%, #000000 100%);
    display: flex;
    align-items: end;
    padding: 30px 40px;
}

.highlight_new_card_info h5 a {
    color: #fff;
    font-weight: 600;
}

.highlight_new_card:hover .highlight_new_card_info h5 a {
    color: #CDA054;
}

.highlight_new_card_info p {
    color: #fff;
}

.trending_news_section {
    padding-bottom: 60px;
}

.trending_news_video {
    position: relative;
    margin-bottom: 40px;
}

.trending_news_video img {
    border-radius: 15px;
}

.trending_news_video .video_blog_img {
    height: 400px;
    object-fit: cover;
}

.trending_news_video .trn_video_img {
    height: 250px;
    object-fit: cover;
}

.trending_news_video_btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(16, 43, 78, 0.00) 0%, #000000 100%);
    display: flex;
    align-items: center;
    padding: 30px 40px;
}

.trending_news_video_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.trending_news_video_content h5 {
    font-weight: 600;
}

.trending_news_video_btn .inner_box {
    width: 100%;
    text-align: center;
}

.portfolio-wrapper .download_btn {
    padding-left: 0px;
    margin-left: 0px;
}

.trending_news_video_content h2:hover,
.trending_news_video_content h5:hover,
.trending_news_video_content a:hover {
    color: #CDA054 !important;
}

/* ========= css for modals =============== */
.download_modals .modal-dialog {
    max-width: 980px;
    margin: 100px auto 0px;
}

.download_modals .ebook_card {
    border-radius: 15px;
    background: #FFF;
    box-shadow: none;
    margin-top: 0;
    padding: 0px 0px;
}

.download_modals .modal-content {
    border: 0px;
    border-radius: 15px;
}

.download_modals .newsletter_form .form-control,
.download_modals .newsletter_form .form-group span {
    border: 2px solid #000000;
}

.download_modals .newsletter_form .form-control:focus {
    border: 2px solid #000000 !important;
}

.download_modals .btn-close {
    background-image: url(../img/icon_cancel.png);
    border-radius: 0px;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.download_modals .modal-header {
    padding: 0px;
    border-bottom: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}

.download_modals .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 20px;
}

.download_modals.training_register_now .modal-body {
    padding: 30px 40px;
}

.download_modals.training_register_now .modal-body .common_btn {
    width: 100%;
}

.book_modal_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.book_modal_img img {
    border-radius: 15px;
}

.download_modals .store_nav li {
    width: 120px;
    margin-right: 25px;
    text-align: center;
}

.download_modals h5 {
    font-weight: 600;
}

.download_modals .store_nav li img {
    margin-bottom: 5px;
}

.download_modals .store_nav li a {
    color: #102B4E;
}

/* ========= css for video & training pages =============== */
span.playicon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-10px);
}

#articalvideoList h4 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0;
}

span.video-date {
    color: #CDA054;
    font-size: 13px;
}

.titleVideo {
    background: #EEF0F2;
    display: inline-block;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto Slab';
    border-radius: 9px;
    margin-bottom: 25px;
}

section#articalvideoList {
    padding-top: 60px;
    padding-bottom: 60px;
}

.related_article_video .related_article_card_img .articalImgboxinner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-40px);
}

.related_article_video .related_article_card_img .articalImgboxinner img {
    width: 70px
}

#trendingVideo .articalvideobox {
    position: relative;
    min-height: 500px;
}

#trendingVideo .articalvideobox:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 43, 78, 0) 0%, #000000 100%);
    border-radius: 15px;
    top: 0;
    left: 0;
}

.tranning_banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #000000 -2.91%, rgba(16, 43, 78, 0.6) 33.68%, rgba(16, 43, 78, 0) 68.27%);
}

.tranning_pages_banner_wrapper {
    z-index: 9
}

.articalvideobox {
    position: relative;
}

.cources_wrapper.articles_wrapper2 .slick-prev,
.cources_wrapper.articles_wrapper2 .slick-next {
    top: 50%;
}

.cources_wrapper .blog_slide_wrapper {
    margin: 60px 15px 30px;
    position: relative;
}

.cources_wrapper {
    background-color: #EEF0F2;
    border-radius: 15px;
    padding: 75px 100px;
    margin-top: -160px;
    position: relative;
}

.courcesBox {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #fff;
    text-align: center;
}

.slick-current+.slick-active .courcesBox {
    border: 2px solid #102B4E;
}

.courcesBox h4 {
    font-weight: 600
}

.courcesBox p {
    font-weight: 400
}

.courcesBox a {
    color: #3F3F3F
}

.courcesBox ul {
    padding: 0;
    display: inline-block;
}

.our_cources_section .owl-carousel .owl-nav {
    display: inline-block;
}

.our_cources_section {
    padding-top: 0px;
    padding-bottom: 40px;
}

.our_cources_section button.owl-prev,
.our_cources_section button.owl-next {
    background: #fff url(../img/tr-arrow.svg) no-repeat center !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 25px !important;
}

.our_cources_section button.owl-next {
    margin-right: -61px
}

.our_cources_section button.owl-prev {
    background-image: url(../img/tl-arrow.svg) !important;
    margin-left: -61px;
}

.our_cources_section button.owl-prev span,
.our_cources_section button.owl-next span {
    display: none;
}

.our_cources_section .owl-carousel .owl-nav {
    display: flex;
    position: absolute;
    top: 50%;
    justify-content: space-between;
    width: 100%;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    padding: 0
}

span.selectedCources {
    background: #CDA054;
    color: #fff;
    display: none;
    font-size: 19px;
    font-family: 'Roboto Slab';
    text-align: center;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 180px;
    top: -49px;
    margin: auto;
}

.slick-current+.slick-active .selectedCources {
    display: inline-block;
}

.owl-carousel .owl-stage-outer {
    padding-top: 50px
}

.courcesForm input.form-control {
    border: 2px solid #6D6E71;
    height: 50px;
    border-radius: 9px;
}

.courcesForm .form-group {
    margin: 0;
}

.articalVideoboxinner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.articalVideoboxinner .inner_box {
    width: 100%;
    text-align: center;
}

.articalVideoboxinner h2 {
    color: #fff;
    margin-bottom: 30px;
}

#articalvideoList .blog_slide_wrapper {
    position: relative;
    margin: 30px 0px;
}

.video_Btn_box {
    position: absolute;
    top: 115px;
    left: 0px;
    width: 100%;
    text-align: center;
}

/* css for privacy policy page and terms & conditions page */
.privacy_terms_section {
    padding-top: 130px;
    padding-bottom: 60px;
}

.privacy_terms_section h5,
.privacy_terms_section h5 span {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 300;
    color: #3F3F3F !important;
    font-family: 'Roboto Slab', serif !important;
}

.privacy_terms_section h4,
.privacy_terms_section h4 span {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 500;
    color: #011B3C !important;
    font-family: 'Roboto Slab', serif !important;
}

.consult_now_popup .modal-dialog,
.videos_popups .modal-dialog {
    max-width: 828px;
    margin: 100px auto 0px;
}

.consult_now_popup .contactus_form_wrapper {
    border-radius: 15px;
    background-color: #fff;
    padding: 0px 40px 10px;
    position: unset;
    margin-top: 0px;
}

.consult_now_popup .modal-content {
    border: 0px;
    border-radius: 15px;
}

.consult_now_popup .btn-close {
    color: #000000;
    opacity: 1;
}

.consult_now_popup .modal-header {
    border-bottom: 0px;
}

.drop-zone {
    width: 100%;
    padding: 15px 25px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #6D6E71;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.drop-zone h5,
.drop-zone p {
    color: #000;
    font-weight: 300;
}

.drop-zone p img {
    width: 50px;
}

#videos_popup_01 .modal-body,
#videos_popup_02 .modal-body {
    padding: 0px;
}

.videos_popups_wrapper iframe {
    width: 100%;
    height: 440px;
    margin-bottom: -10px;
}

.videos_popups .btn-close {
    border: 0;
    border-radius: 0px;
    opacity: 1;
    position: absolute;
    background-color: #fff;
    top: 0px;
    right: 0px;
    background-size: 12px;
}

.videos_popups .modal-content {
    border-radius: 0px;
    border: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

/* .form-control.error {
    border-color: red;
    padding: .375rem .75rem;
} */

#customFile-error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 21px 0;
    font-size: 14px;
}

.admin_edit_btn {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 0px;
    border: 0px;
}

.details_content_wrapper p,
.details_content_wrapper p span {
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    color: #3F3F3F !important;
}

.headeing-text {
    display: inline-block;
    /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    /*overflow: hidden;*/
     /*max-height: 3.2em; */
    line-height: 1.5em;
    height: 3em;
    /* z-index: 999; */
}

.p-text {
    display: block;
    /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
}

/* css for arabic content */
.arabic_content {
    direction: rtl;
}

.arabic_content .navbar-brand {
    margin-right: 0px;
}

.arabic_content .video_play_btn {
    margin-left: 0px;
    margin-right: 25px;
}

.arabic_content .video_play_btn img {
    margin-right: 0;
    margin-left: 30px;
}

.arabic_content .video_play_btn::after {
    top: -5px;
    right: -5px;
    animation: mymove11 0.8s linear infinite;
}

@keyframes mymove11 {
    0% {
        top: -4px;
        right: -4px;
        width: 48px;
        height: 48px;
    }

    20% {
        top: -6px;
        right: -6px;
        width: 52px;
        height: 52px;
    }

    40% {
        top: -7px;
        right: -7px;
        width: 54px;
        height: 54px;
    }

    60% {
        top: -8px;
        right: -8px;
        width: 56px;
        height: 56px;
    }

    100% {
        top: -9px;
        right: -9px;
        width: 58px;
        height: 58px;
    }
}

.arabic_content .newsletter_form .form-control {
    padding: 10px 70px 10px 20px;
}

.arabic_content .newsletter_form .form-group span {
    border-radius: 0px 10px 10px 0px;
    left: unset;
    right: 0px;
}

.arabic_content .footer_links_wrap .nav {
    padding-right: 0px;
}

.arabic_content .text-end {
    text-align: left !important;
}

.arabic_content .cta_box h5 {
    margin-right: 0;
}

.arabic_content .cta_box h5 img {
    margin-right: 0px;
    margin-left: 10px;
}

.arabic_content .book_meeting_box h5 img {
    margin-right: 0px;
    margin-left: 10px;
}

.arabic_content .get_app_left_content {
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
}

.arabic_content .get_app_section_content .num_box {
    margin-left: 0px;
    margin-right: auto;
}

.arabic_content .get_app_section_content .num_box::before {
    left: unset;
    right: 112px;
}

.arabic_content .get_app_section_content .num_box::after {
    right: 107px;
    animation: mymove22 0.8s linear infinite;
}


@keyframes mymove22 {
    0% {
        top: 16px;
        right: 108px;
        width: 48px;
        height: 48px;
    }

    20% {
        top: 14px;
        right: 106px;
        width: 52px;
        height: 52px;
    }

    40% {
        top: 13px;
        right: 105px;
        width: 54px;
        height: 54px;
    }

    60% {
        top: 12px;
        right: 104px;
        width: 56px;
        height: 56px;
    }

    100% {
        top: 11px;
        right: 103px;
        width: 58px;
        height: 58px;
    }
}

.arabic_content .get_app_section_content .get_app_right_content .num_box {
    margin-left: auto;
    margin-right: 0px;
}

.arabic_content .get_app_section_content .get_app_right_content .num_box::before {
    right: unset;
    left: 112px;
}

.arabic_content .get_app_section_content .get_app_right_content .num_box::after {
    right: unset;
    left: 107px;
    animation: mymove33 0.8s linear infinite;
}

@keyframes mymove33 {
    0% {
        top: 16px;
        left: 108px;
        width: 48px;
        height: 48px;
    }

    20% {
        top: 14px;
        left: 106px;
        width: 52px;
        height: 52px;
    }

    40% {
        top: 13px;
        left: 105px;
        width: 54px;
        height: 54px;
    }

    60% {
        top: 12px;
        left: 104px;
        width: 56px;
        height: 56px;
    }

    100% {
        top: 11px;
        left: 103px;
        width: 58px;
        height: 58px;
    }
}

.arabic_content .testimonial_card_thumb .thumb_img {
    margin-right: 0px;
    margin-left: 15px;
}

.arabic_content .contactus_form_wrapper .nav-tabs {
    padding-right: 0px;
}

.arabic_content .forms_tab_wrapper .nav-item:last-child .nav-link {
    border-radius: 15px 0px 0px 0px;
}

.arabic_content .forms_tab_wrapper .nav-item:first-child .nav-link {
    border-radius: 0px 15px 0px 0px;
}

.arabic_content .contact_info_wrapp h4 img {
    margin-right: 0px;
    margin-left: 2px;
}

.arabic_content .address_tab_wrapper .nav-tabs .nav-link {
    margin-right: 0px;
    margin-left: 20px;
}

.arabic_content .counter_section .four.col::after {
    right: unset;
    left: 0px;
}

.arabic_content .viewallbtn .arrow_btn {
    left: 0px;
    right: unset;
}

.arabic_content .viewallbtn .arrow_btn img.small_arrow_img {
    transform: rotate(180deg);
}

.arabic_content .viewallbtn .arrow_btn img.large_arrow_img {
    left: 10px;
    right: unset;
    transform: rotate(180deg);
}

.arabic_content .viewallbtn:hover .arrow_btn img.large_arrow_img {
    right: unset;
    left: 0px;
    opacity: 1;
    transition: all 0.7s;
}

.arabic_content .viewallbtn img {
    margin-left: 0;
    margin-right: 10px;
}

.arabic_content .pages_banner_section.aboutus_banner::after,
.arabic_content .pages_banner_section.contactus_banner::after,
.arabic_content .pages_banner_section.our_practice_banner::after,
.arabic_content .home_banner_slide::after {
    background: linear-gradient(-90deg, rgba(16, 43, 78, 0.80) -2.91%, rgba(16, 43, 78, 0.60) 33.68%, rgba(16, 43, 78, 0.00) 68.27%);
}

.arabic_content .our_management_body .row .col-lg-4.col-md-6:first-child .management_memb_card {
    margin-left: 40px;
    margin-right: 0;
}

.arabic_content .our_management_body .row .col-lg-4.col-md-6:last-child .management_memb_card {
    margin-right: 40px;
    margin-left: 0px;
}

.arabic_content .services_tab_menu .nav-tabs {
    padding-right: 0px;
    justify-content: center;
}

.arabic_content .our_aim_section .nav-tabs {
    padding-right: 0px;
}

.arabic_content .our_mission_wrapper .nav.nav-tabs li {
    margin-right: 0px;
    margin-left: 10px;
}

.arabic_content .alsunaidi_app_page_banner {
    background-image: linear-gradient(to left, #000000, #fff);
}

.arabic_content .faq_body .card-header a.btn {
    text-align: right;
}

.arabic_content .faq_body .card-header a.btn img {
    right: unset;
    left: 0px;
}

.arabic_content .app_btn {
    margin-right: 0px;
    margin-left: 8px;
}

.arabic_content .megamenu_btn a,
.arabic_content .megamenu_list .megamenu_list_box a {
    text-align: right;
}

.arabic_content .megamenu_btn a span {
    margin-left: 0px;
    margin-right: 10px;
}

.arabic_content .megamenu_list_box::after {
    right: 100%;
}

.arabic_content .faq_body .card .card-body {
    padding: 0px 50px 25px 50px;
    text-align: right;
}

.arabic_content .our_award_box img {
    margin-right: 0px;
    margin-left: 22px;
}

.arabic_content .our_mission_wrapper .col-lg-7 {
    padding-left: 0px !important;
    padding-right: 55px;
}

.arabic_content .related_practice_card_img {
    margin-right: 0px;
    margin-left: 20px;
}

.arabic_content .related_article_card_img {
    margin-right: 0px;
    margin-left: 25px;
}

.arabic_content .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0px;
    padding-left: 30px;
}

.arabic_content .community_achievement_desc {
    text-align: right;
}

.arabic_content .community_achievement_img {
    margin-right: 0px;
    margin-left: 12px;
}

.arabic_content .community_achievement ul li::after {
    right: unset;
    left: 90px;
}

.arabic_content .community_achievement ul {
    padding-right: 0px;
}

.arabic_content .community_slide_desc {
    padding: 40px 25px 0px 0px;
}

.arabic_content .community_outreach_banner .slick-dots {
    left: 40%;
}

.arabic_content .article_hr_card_img {
    margin-right: 0px;
    margin-left: 3%;
}

.arabic_content .community_faq {
    margin-right: 0px;
    border-radius: 15px 0px 0px 15px;
    margin-left: 3%;
    padding: 40px 135px 40px 40px;
}

.arabic_content .community_solutions_wrap {
    border-radius: 0px 15px 15px 0px;
    padding: 40px 40px 40px 135px;
}

.arabic_content .community_faq .select_input::after {
    right: unset;
    left: 20px;
}

.arabic_content .community_books_content {
    padding-left: 0px;
    padding-right: 30px;
}

.arabic_content .searchInner .btn {
    margin-left: 0px;
    margin-right: 10px;
}

.arabic_content .case_std_banner_img {
    margin-left: 0px;
    margin-right: auto;
}

.arabic_content #booksHeader .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 20px;
    padding-left: 30px;
}

.arabic_content h1 {
    line-height: 111px;
    font-size: 50px;
}

.arabic_content h2 {
    line-height: 50px;
    font-size: 34px;
}

.arabic_content h2 span {
    line-height: 60px;
    font-size: 34px;

}

.arabic_content .different_statement_content h2 span {
    font-size: 44px;

}

.arabic_content .newsletter_wrapper h2 span {
    font-size: 44px;
}

.arabic_content .copyright_footer p a {
    color: #CDA054;
    margin-right: 6px;
}

.banner_ar_img {
    display: none;
}

.arabic_content .banner_ar_img {
    display: block;
}

.arabic_content .banner_eng_img {
    display: none;
}

.arabic_content .get_app_img_wrapp.get_app_left_img_wrapp {
    margin-left: 40px;
    margin-right: auto;
}

.latest_cases_wrapper_body .cases_slider {
    direction: ltr;
}

.arabic_content .testimonial_card {
    min-height: 225px;
}

.arabic_content .testimonial_slider_wrapper::after {
    height: 335px;
}

.spinner-border {
    width: 1rem;
    height: 1rem;
}

.popover.bottom {
    z-index: 3500;
}

.arabic_content .search_filter_box .form-group {
    margin-right: 0px;
    margin-left: 2%;
}

.arabic_content .back-article .articleviewinfo {
    margin-left: 0px;
    margin-right: 20px;
}

.arabic_content .next-article .articleviewinfo {
    margin-right: 0px;
    margin-left: 20px;
}

.share_link_list {
    position: relative;
}

.share_link_list .share_icon_box {
    bottom: unset;
    top: 100%;
    right: 0px;
}

.share_link_list .share_btn:hover .share_icon_box {
    display: block;
}

.arabic_content .arrow_btn {
    text-align: right;
    left: unset;
    right: 25px;
}

.arabic_content .arrow_btn img.small_arrow_img {
    transform: rotate(180deg);
}

.arabic_content .arrow_btn img.large_arrow_img {
    left: unset;
    right: -16px;
    transform: rotate(180deg);
}

.arabic_content .our_practice_area_card:hover .arrow_btn img.large_arrow_img {
    left: unset;
    right: 0px;
}

.arabic_content .our_practice_area_card .card_img {
    left: unset;
    right: 50px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.arabic_content .share_icon_box .nav {
    padding-right: 0px;
}

.card-text {
    display: block;
    /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.6em;
    line-height: 1.8em;
}

.arabic_content .tableCont ul {
    padding-right: 15px;
}


.order_book_btn_wrapper ul li {
    margin-right: 12px;
    line-height: 55px;
}

ul.store_list_imgs li {
    margin: 20px 0px;
    width: 25%;
}

.order_book_btn_wrapper ul li img,
ul.store_list_imgs li img {
    width: 65px;
    height: 55px;
    object-fit: contain;
}

.arabic_content .order_book_btn_wrapper .nav,
.arabic_content .nav.store_list_imgs {
    padding-right: 0px;
}