html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px
}


img {
    max-width: 100%;
}

body {
    font-family: 'Almarai', sans-serif !important;
}

.btn {
    font-family: 'Almarai', sans-serif !important;
}

/* ================================ navbar ======================== */
.site-header {
    position: relative;
}

#sitemenu {
    background-color: transparent !important;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0;
    padding-bottom: 0;
    transition: background-color .3s ease;
    width: 100%;
}

#sitemenu.scrolled {
    background-color: #1059C4 !important;
}



#sitemenu .container {
    position: relative;
}

.navbar .menu-btns {
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-brand {
    height: 100px;
    display: inline-flex;
    align-items: center;
}

.navbar-toggler {
    border: 0 !important;
    color: #fff !important;
    padding: 5px;
}

.navbar-toggler svg {
    height: 28px;
    width: auto;
}

.navbar-brand img {
    max-height: 100%;
}

.navbar .menu-btns .lang {
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===================== slider ======================== */
.main-slider {
    position: relative;
    width: 100%;
}

.pgi1 {
    display: flex;
    flex-direction: column;
    width: 74px !important;
    height: 100%;
    bottom: 0 !important;
    right: 40px !important;
    left: auto !important;
    justify-content: center;
    color: #fff;
}

.pgi1 .swiper-pagination-bullet {
    margin: 0 !important;
    width: 74px !important;
    height: auto;
    padding: 0;
    color: rgba(0, 0, 0, 0);
    opacity: 1 !important;
    background-color: transparent;
    position: relative !important;
    height: 16px;
    line-height: 16px;
    font-size: 0;
    text-align: left;
}

.pgi1 .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}


.pgi1 .swiper-pagination-bullet-active {
    font-size: 18px;
    color: #fff;
}

.pgi1 .swiper-pagination-bullet-active::after {
    width: 60px;
}

.main-slider .swiper-slide {
    height: 100vh;
    min-height: 600px;
}

.main-slider .swiper-slide .wr {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 2;
    color: #fff;
    max-height: 100%;
    overflow: hidden;
    padding-bottom: 1rem;
}

.main-slider .container .text-box {
    max-width: 622px;
    margin-bottom: 3rem;
}

.main-slider .container .text-box h4 {
    font-size: 48px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-weight: bold;
}

.main-slider .btn-color1 {
    height: 55px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =============== about ============================ */


.btn-color1 {
    background-color: #1059C4;
    color: #ffffff;
    transition: all .3s ease;
    border-radius: 28px;
}

.btn-color1:hover,
.btn-color1:focus {
    color: #1059C4 !important;
    background-color: #ffffff;
}

.navbar .btn-color1 {
    width: 180px;
    height: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 30px;
    margin-top: 2px;
}


#sitemenu.scrolled .btn-color1 {
    background-color: #ffffff;
    color: #1059C4;
}



#sitemenu.scrolled .menu-btns {
    height: 70px;
}



#sitemenu.scrolled .navbar-brand {
    height: 70px;
    padding: 10px 0;
}

#sitemenu.scrolled .container .btn {

    max-width: 140px;
}

.main-sec {
    padding: 80px 0;
    overflow: hidden;
    width: 100%;
}

.main-sec2 {
    padding: 60px 0;
}

.about-pic {
    width: 100%;
    min-height: 100%;
}

.about-sec .text-wr {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 1rem 0;
}

.about-sec .text-wr .bold {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .75rem;
}

.about-sec .text-wr p {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.about-card {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    background-color: #FBFBFB;
    padding: 20px;
    height: 100%;
}

.about-card .top {
    display: flex;
    align-items: center;
}

.about-card .top img {
    margin-left: 20px;
}

.about-card .top {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.about-card .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}

/* ========================== */
.pro-sec {
    background-color: #F9F9F9;
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title .bold {
    color: #1059C4;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}



.sec-title .light {
    color: #333333;
    max-width: 732px;
    margin-left: auto;
    margin-right: auto;
}

.pro-card {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 1rem;
    background-color: #ffffff;
}

.pro-card img {
    border-radius: 10px;
    width: 100%;
}

.pro-card .d-flex {
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.pro-card .d-flex .name {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.pro-card .d-flex a {
    color: #1059C4;
    text-decoration: none !important;
    font-weight: bold;
}

/* ============================================ */

.bg-sec {
    background-image: url(../pic/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
}

.look h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}


.look p {
    font-size: 18px;
    color: #EEEEEE;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.btn-color2 {
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #13D8A9;
    color: #ffffff;
    border-radius: 1.5rem;
    min-width: 190px;
    transition: all .3s ease;
    font-weight: bold;
}

.btn-color2:hover,
.btn-color2:focus {
    color: #13D8A9 !important;
    background-color: #ffffff;
}

.cstm-row {
    align-items: center;
    justify-content: space-between;
}

.cstm-row>div {
    max-width: 23%;
    min-width: 16%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    width: auto;
    max-height: 180px;
    overflow: hidden;
    justify-content: center;
    padding: 0 1rem;
}

.cstm-row>div img {
    max-height: 100%;
    object-fit: cover;
}

.serv-sec {
    background-color: #F9F9F9;
}

.serv-card {
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px;
}

.serv-card .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

.serv-card .top .more {
    color: #1059C4;
    text-decoration: none !important;
}

.serv-card .c-title {
    color: #2C2C2C;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.serv-card .item {
    color: #1059C4;
    margin-bottom: 1rem;
}

.serv-card .item span {
    color: #414141;
}

.serv-card .btns {
    display: flex;
    margin: 0 -5px;
}

.serv-card .btns .btn {
    height: 40px;
    border-radius: 6px !important;
    display: inline-flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
    flex-grow: 1;
    margin: 0 5px;
    border: 1px solid #1059C4;
}

.serv-card .btns .btn1 {
    background-color: #1059C4;
    color: #ffffff;
}

.serv-card .btns .btn2 {
    color: #1059C4;
}

.navi-wr {
    height: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navi-wr .navi {
    position: relative;
    height: 100%;
    width: 120px;
}

.navi .sb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #1059C4;
    bottom: 0;

}

.navi .sb::after {
    font-size: 16px;
}

#map2 {
    height: 600px;
    width: 100%;
}


/* iti plugin */
.iti--separate-dial-code .iti__selected-flag {
    border-radius: 6px 0 0 6px;
    direction: ltr;
}

.iti {
    width: 100%;
    border-radius: 2rem;
}


.phone-inp {
    direction: ltr;
    text-align: left;
}

.phone-inp::placeholder {
    text-align: right !important;
    direction: rtl !important;
}

.iti__country-list {
    border: 1px solid #A6B3C2;
    left: 0;
    border-radius: 4px;
    z-index: 555;
}


.iti__country-name {
    display: inline-flex;
    margin-right: 0;
    margin-left: 6px;
}

.iti__flag-box {
    margin-right: 0;
    margin-left: 6px;
}

/* -------------- */
.form-sec {
    position: relative;
}

.form-sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 198px;
    max-width: 30%;
    height: 327px;
    background-image: url(../pic/secbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.form-sec .container {
    position: relative;
    z-index: 2;
}

.form-style {
    padding: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    background-color: #F8F8F8;
    max-width: 1075px;
    margin-right: auto;
    margin-left: auto;
}

.form-row .col-12,
.form-row .col-lg-4 {
    padding: 0 .5rem;
    padding-bottom: 1rem;
}

.form-style .form-control {
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    min-height: 50px;
    color: #333333;
}

.form-style .form-control:focus {
    border-color: #1058c49d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.form-style .btn-color1 {
    border: 1px solid #1059C4;
    width: 300px;
    margin-right: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}


.select2-container--default .select2-selection--single,
.select2-selection__arrow,
.select2-selection__rendered {
    height: 50px !important;
    line-height: 50px !important;
    border-color: #D4D4D4;
    font-weight: bold;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333333;
}

.select2-search__field {
    height: 38px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.select2-search__field:focus {
    outline: transparent;
}

.custom-radio label {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    min-height: 50px;
    background-color: #ffffff;
    padding: 6px 12px;
    padding-left: 42px;
    font-weight: bold;
    color: #333333;

}

.form-style ::placeholder {
    font-weight: bold;
    color: #333333;
}

.custom-radio label span:nth-child(2) {
    margin: 0 5px;
    display: inline-block;
}

.custom-radio label img {
    margin-left: 10px;
}

.custom-radio label .price {
    font-size: 14px;
    font-weight: bold;
    color: #1059C4;
    line-height: 1.7;
}

.custom-radio {
    padding: 0 !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after,
.extra-serv .custom-radio .custom-control-label::after {
    display: none !important;
}


.custom-radio .custom-control-label::before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D4D4D4;
    width: 22px;
    height: 22px;
    left: 10px;
    top: 14px;
    bottom: auto;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    opacity: 1;
    background-color: transparent;
    color: #1059C4;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 22px;
    box-shadow: unset;
    border-color: transparent;
}

.form-style .form-control[readonly] {
    background-color: #ffffff;

}

/* =============================== */

.site-footer {
    background-color: #0a4399bd;
    background-image: url(../pic/foobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    color: #ffffff;
}

.site-footer .col-lg-4 {
    margin-bottom: 20px;
}

.site-footer .wr>img {
    margin-bottom: 18px;
}

.site-footer .wr p {
    line-height: 1.75;
    max-width: 325px;
}

.site-footer .items {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .items .item {
    width: 50%;
    margin-bottom: 22px;
}

.site-footer .f-title {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 33px;
}

.site-footer .items .item a {
    color: #ffffff;
    text-decoration: none;
}

.form-inline .btn-color2 {
    width: 50px !important;
    min-width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-right: 10px;
}

.form-inline .btn-color2 svg {
    height: 22px;
}

.site-footer .form-inline .form-control {
    height: 50px;
    max-width: 242px;
    width: auto;
    flex-grow: 1;
}

.site-footer .form-inline .form-control:focus {
    box-shadow: unset !important;
}

.soc-wr {
    display: flex;
    margin-top: 36px;
    align-items: center;
    justify-content: space-between;
    max-width: 302px;
}

.soc-wr a {
    color: #ffffff;
    font-size: 22px;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #D4D4D4 !important;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding: 1.5rem 0;
    border-top: 1px solid #ffffff;
}


/* ==================== inner page ================== */
.inner-banner {
    width: 100%;
    position: relative;
    height: 33vw;
    min-height: 300px;
}

.inner-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
    padding-top: 65px;
    padding-bottom: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.inner-banner .container .wr {
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.inner-banner .container .wr h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.inner-banner .container .wr .breadcrumb {
    background-color: transparent;
    justify-content: center;
}

.inner-banner .container .wr .breadcrumb .breadcrumb-item {
    color: #ffffff;
}

.inner-banner .container .wr .breadcrumb a.breadcrumb-item:hover {
    color: #d6d6d6 !important;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "/";
}

.thead-dark th {
    background-color: #1059C4 !important;
    border-color: #1059C4;
}

.table {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
}

.table thead,
.table tr,
.table th,
.table td {
    border-left: 0;
    border-right: 0;
}


.table thead {
    border: 1px solid #1059C4;
}

.table tr,
.table th {
    border: 0;
}

.table tbody,
.table tbody tr:nth-child(1) td {
    border-top: 0 !important;
}

.table .custom-control {
    width: 1.5rem;
}

.table tr td:nth-child(1) {
    max-width: 2rem;
}

.table th,
.table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.table tr td:nth-child(2),
.table th:nth-child(2) {
    text-align: right;
}

.table-title {
    font-size: 20px;
    margin-bottom: 2rem;
}

.big-btn {
    height: 55px;
    width: 200px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}


.big-btn.btn-color1 {
    border: 1px solid #1059C4;
}

.form-style2 .custom-radio label {
    display: block;
    padding: 1rem;
    background-color: #FBFBFB;
}

.form-style2 .custom-control-input:checked~.custom-control-label {
    border-color: #1059C4;
}

.form-style2 .custom-radio .custom-control-label::before {
    top: 0;
    left: 0;
    height: 36px;
    width: 47px;
    border-radius: 5px 0px;
    border: 0;
    background-color: transparent;
    color: transparent;
}

.form-style2 .custom-control-input:checked~.custom-control-label::before {
    background-color: #1059C4;
    color: #ffffff;
}

.form-style2 .custom-radio label .d-flex {
    justify-content: space-between;
    margin-top: 1rem;
}

.form-style2 .custom-radio label .d-flex span {
    color: #333333;
    font-weight: 400;
    font-size: 20px;
}

.f-wr h3 {
    color: #2C2C2C;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1.2rem;
}

.f-wr p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 22px;
}

.f-wr {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sm-card {
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    padding: 18px;
    background-color: #FFFFFF;
    text-align: center;
    height: 100%;
}

.sm-cards-sec {
    background-color: #F9F9F9;

}

.sm-cards-sec .col-lg-4 {
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.sm-cards-sec .container {
    padding: 0 .5rem;
}

.sm-cards-sec .row {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.text-color1 {
    color: #1059C4;
}

.sm-card .text-color1 svg {
    height: 30px;
    width: 30px;
}

.sm-card .text {
    margin-top: 18px;
    color: #2C2C2C;
}

.form-style.v2 {
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffff;
    border: 0;
}

.form-style.v2 .form-control {
    background-color: #F5F5F5;
    border-color: #E5E5E5;
}

.form-style.v2 .btn-color1 {
    width: 100%;
}

.modal-open .modal {
    background-color: #0000007a;
}

.modal-content {
    border: 0;
    border-radius: 24px;
}

.modal .bg-col {
    background: linear-gradient(230deg, rgba(16, 89, 196, 1) 0%, rgba(8, 45, 98, 1) 100%);
    border-radius: 0 23px 23px 0;
}

.modal .bg-col .d-flex {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.modal .close {
    float: none;
}

.modal .wr {
    padding: 1rem;
}

.modal .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    color: #2C2C2C;
    font-size: 18px;
    font-weight: bold;
}

.modal .close svg {
    width: 22px;
    height: 22px;
}

.form-style.v3 {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.contact-sec {
    background-color: #F8F8F8;
}

.form-style.v3 .btn-color1 {
    border-radius: 1.5rem;
    width: 170px;
    margin: 0;
    margin-top: .5rem;
}

.form-style.v3 .col-12 {
    padding-bottom: 0;
}

.contact-sec .text-color1 {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-sec .f-wr h3 {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 6px;
}

.cont-info {
    padding: .75rem;
}

.cont-info .text-color1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cont-info .text {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cont-info .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    color: #1B1B1B;
    font-weight: bold;
    font-size: 18px;
}

.cont-info .item div {
    padding-top: .5rem;
}

.cont-info .item span {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: rgba(16, 88, 196, 0.1);
    flex-shrink: 0;
    margin-left: 20px;
    color: #1059C4;
}

.cont-info .item span svg {
    height: 20px;
    width: 20px;
}

.slider2 .swiper-slide {
    height: auto;
}

.slider2 .swiper-slide .serv-card {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.slider2 .swiper-slide .serv-card>div {
    width: 100%;
}

.slider2 .swiper-slide .serv-card .btns {
    align-self: flex-end;
    width: 100%;
    flex-grow: 1;
}

#sitemenu .nav-item.dropdown:hover .dropdown-menu {
    display: block;

}

#sitemenu .nav-item .dropdown-menu {
    margin-top: -4px;
}

#sitemenu .nav-item .dropdown-menu .dropdown-item {
    color: #1059C4;
    line-height: 2;
    font-size: 15px;

}