@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #0A3D62;
    --sub-color: #27AE60;
    --active-color: #E8D470;
    --ph-color: #262626;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Inter', 'Almarai', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kufam', 'Almarai', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding-top: 174px;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger,
.is-closed {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 20px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.rtl-style .hamburger,
.rtl-style .is-closed {
   left: 15px;
    right: auto;
}

.hamburger span,
.is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

.hamburger {
    display: none;
}

/* Style Header */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.middle-header {
    padding: 20px 0;
    background: #fff;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 240px;
}

.hd-end {
    display: flex;
    align-items: center;
}

.opt-st {
    display: flex;
    align-items: center;
}

.opt-st li a {
    display: flex;
    align-items: center;
}

.opt-st li {
    margin-right: 50px;
}

.rtl-style .opt-st li {
    margin-left: 50px;
    margin-right: unset;
}

.opt-st li:last-child {
    margin-right: 0;
}

.rtl-style .opt-st li {
    margin-left: 50px;
    margin-right: unset;
}

.rtl-style .opt-st li:last-child {
    margin-left: 0;
}

.opt-st figure {
    margin-bottom: 0;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.rtl-style .opt-st figure {
    margin-left: 10px;
    margin-right: unset;
}

.opt-st p {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 500;
}

.opt-st span {
    display: block;
    color: var(--main-color);
    font-size: 14px;
}


.bottom-header {
    background: var(--main-color);
}

.bottom-header .container {
    justify-content: space-between !important;
}

.main_menu {
    display: flex;
    justify-content: center;
}

.main_menu > li > a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding: 15px 20px;
}

.main_menu > li:first-child > a {
    padding-left: 0;
}

.rtl-style .main_menu > li:first-child > a {
    padding-right: 0;
    padding-left: 20px;
}

.main_menu > li.active a {
    color: var(--sub-color);
}

.menu-end ul {
    display: flex;
    align-items: center;
}

.menu-end li {
    padding: 10px 20px;
}

.menu-end li:last-child {
    padding-right: 0;
    padding-right: 20px;
}

.rtl-style .menu-end li:last-child {
    padding-left: 0;
}

.menu-end li a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
}

.menu-end .mn-order a {
    background: #fff;
    border-radius: 25px;
    color: var(--main-color);
    padding: 10px 20px;
    display: flex;
    font-weight: 500;
    align-items: center;
    font-size: 19px;
}

#header .bottom-header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}


/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
}

.section_home .item:before {
    content: "";
    background: linear-gradient(90deg, rgba(39,174,96,0.4) 0%, rgba(10,61,98,0.4) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_home .item {
    position: relative;
    display: flex;
    align-items: end;
    min-height: calc(100vh - 160px);
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 80px;
}

.home_txt {
    position: relative;
    width: 800px;
    max-width: 100%;
}

.home_txt h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 53px;
}

.home_txt ul {
    display: flex;
    align-items: center;
}

.home_txt ul li {
    margin-right: 15px;
    color: #fff;
}

.rtl-style .home_txt ul li {
    margin-left: 15px;
    margin-right: unset;
}

.home_txt .btn-site {
    border-radius: 30px;
    background: #fff;
    padding: 15px 35px;
    margin: 0;
}

.home_txt .btn-site span {
    font-size: 17px;
    color: var(--main-color);
    font-weight: 500;
}

.home_txt .btn-contact {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    transition: .3s;
}

.home_txt .btn-contact:hover {
    color: var(--main-color);
}

#slide-home .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

#slide-home .owl-dot {
    background: #919191;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-radius: 50%
}

#slide-home .owl-dot.active {
    background: #fff
}
#slide-home .owl-nav > button {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%)
}

#slide-home .owl-nav > button.owl-next {
    right: 100px;
    left: auto;
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
}

.sec_head span {
    position: relative;
    display: inline-block;
    color: rgba(183, 179, 185, 1);
    margin-bottom: 20px
}

.sec_head span:before,
.sec_head span:after {
    content: "";
    background: rgba(183, 179, 185, 1);
    width: 80px;
    height: 1px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
}

.sec_head span:after {
    right: -100px;
    left: auto;
}

.sec_head h2 {
    color: var(--main-color);
    font-size: 37px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    text-transform: capitalize
}

.sec_head p {
    font-size: 15px;
    width: 50%;
    margin: auto;
    color: rgba(104, 95, 109, 1);
    font-weight: 400;
    line-height: 1.7;
}

.btn-site {
    font-size: 15px;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    margin: 30px 0 0;
    border-radius: 5px;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 400;
}

.btn-site:hover span {
    color: var(--main-color);
}

.icon {
    width: 17px;
    height: 17px;
    background-size: contain !important;
    display: block;
    margin-right: 8px;
}

.rtl-style .icon {
    margin-right: unset;
    margin-left: 8px;
}

/* Style About */

.section_about {
    position: relative;
    padding: 80px 0 150px;
}

.txt-about h2 {
    color: var(--main-color);
    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.txt-about p {
    color: #685F6D;
    font-size: 15px;
    line-height: 1.7;
}

.thumb-about .big-img {
    text-align: center;
}

.rtl-style .thumb-about .big-img {
    text-align: center;
}

.big-img img {
    max-width: 100%;
}

.abt-img {
    position: absolute;
    bottom: -100px;
    left: 180px;
    width: 200px;
    height: 200px;
}

.rtl-style .abt-img {
    right: 180px;
    left: auto;
}


/* Style Specialistaion */

.section_establishment {
    position: relative;
    padding: 60px 0;
    background: #FAFAFA;
}

/*.section_services:before {*/
/*    content: "";*/
/*    background: url(../images/logo.svg);*/
/*    background-size: 100% 100%;*/
/*    width: 900px;*/
/*    height: 600px;*/
/*    position: absolute;*/
/*    top: calc(50% + 100px);*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%) rotate(15deg);*/
/*    opacity: .05;*/
/*}*/

.section_establishment .col-lg-4 {
    margin-bottom: 24px;
}

.item-establishment {
    position: relative;
    border: 1px solid #E6E4E7;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.item-establishment figure {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
}

/*.item-services figure:before {*/
/*    content:"";*/
/*    background: linear-gradient(180deg, rgba(255,255,255,0) 37%, rgba(249,187,92,0.5) 100%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.item-establishment figure img {
    max-width: 100%;
    max-height: 100%;
}

.txt-establishment {
    text-align: center;
}

.txt-establishment h4 {
    color: #000;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 15px;
}

.txt-establishment p {
    color: #7A7A7A;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 15px;
    height: 51px;
    overflow: hidden;
}
.txt-establishment .btn-site {
    width: 100%;
}

.tag-serv {
    background: var(--main-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 17px;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 14px;
}
.rtl-style .tag-serv {
    right: auto;
    left: 30px;
}

/* Style Clients */

.section_clients {
    position: relative;
    padding: 70px 0;
}

.item-client figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    height: 300px;
}

.item-client img {
    max-width: 250px;
    max-height: 100%;
}


/* Style Legal Services */

.section_request_services {
    position: relative;
    background: url(../images/bg.svg);
    background-size: 100%;
    padding: 130px 0;
}

.sec-request {
    text-align: center;
    position: relative;
}

.sec-request h2 {
    color: #fff;
    margin-bottom: 20px;
}

.sec-request .btn-site {
    margin: auto;
    display: block;
    width: max-content;
    background: var(--sub-color);
}

/* section_faqs */

.section_faqs {
    position: relative;
    padding: 60px 0;
}

.section_faqs .sec_head small {
    display: block;
    color: var(--sub-color);
}

.accordion {
    width: 70%;
    margin: auto;
}

.accordion-item {
    border: 0;
    margin-bottom: 20px;
}

.accordion-button {
    background-color: #F5F4F6;
    font-size: 14px;
    color: #000;
    padding: 25px;
    border-radius: 5px;
}
.rtl-style .accordion-button {
    text-align: right;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--main-color);
    font-size: 14px;
    border: 0;
    box-shadow: none;
}

.accordion-collapse {
    padding: 20px 20px 0;
}

.accordion-collapse p {
    font-size: 13px;
    line-height: 1.7;
    color: #A09BA3;
}

.accordion-body {
    padding: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}


/* Style Customer Reviews */

.section_customer_reviews {
    background: rgba(0, 116, 153, 90%);
    padding: 50px 0;
}

.section_customer_reviews .sec_head h2 {
    color: #fff;
    font-size: 25px;
}

.section_customer_reviews .sec_head p {
    color: #fff;
}

.section_customer_reviews .item {
    padding: 70px 0;
    position: relative;
    min-height: 410px;
}

.section_customer_reviews .item:before {
    content: "";
    background: url(../images/shape-reviews.svg);
    background-size: 100% 100%;
    width: 480px;
    height: 400px;
    position: absolute;
    top: 0px;
    right: 310px;
    z-index: -2;
}

.rtl-style .section_customer_reviews .item:before {
    right: auto;
    left: 310px;
}

.cont-reviews {
    width: 40%;
    margin: auto;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.cont-reviews:before,
.cont-reviews:after {
    content: "";
    background: #fff;
    width: 105%;
    height: 90%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cont-reviews:after {
    width: 110%;
    height: 80%;
    z-index: -2;
}

.cont-reviews p {
    font-size: 14px;
    color: #3D3D3D;
}

.dta-assessor {
    margin: -55px 0 10px;
}

.dta-assessor figure {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
}

.dta-assessor h5 {
    color: #3D3D3D;
    font-size: 16px;
    margin-bottom: 5px;
}

.dta-assessor p {
    color: #3D3D3D;
    font-size: 14px;
}

#reviews-slider .owl-nav > button {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#reviews-slider .owl-nav > button.owl-next {
    right: 0;
    left: auto;
}

#reviews-slider .dta-assessor img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Style Fotter */

footer {
    position: relative;
    padding: 25px 0;
    background: var(--main-color)
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .container .logo-site {
    width: 240px;
}

footer .container .logo-site a {
    display: block;
}

footer .opt-st span,
footer .opt-st p {
    color: #fff;
}

footer .opt-st figure {
    margin-bottom: 0;
    border: 1px solid #fff;
    color: #fff;
}


/* Style Service Inner Page */

.section_hero_service {
    position: relative;
    padding: 80px 0;
}
.section_hero_service:before {
    content: "";
    background: #CED7DD;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    z-index: -1;
}
.section_hero_service:after {
    content: "";
    background: url(../images/qoute.svg);
    background-size: 100% 100%;
    position: absolute;
    width: 330px;
    height: 290px;
    top: 0;
    right: -70px;
    z-index: 0;
    opacity: 3%;
}
.rtl-style .section_hero_service:after {
    right: auto;
    left: -70px;
    transform: scale(-1,1);
}
.txt-hero-serv h2 {
    color: var(--main-color);
    font-size: 44px;
    margin-bottom: 10px;
}
.txt-hero-serv p {
    color: #685F6D;
    font-size: 18px;
    line-height: 1.5;
}

.breadcrumb-bar {
    width: max-content;
    margin-bottom: 20px;
    position: relative;
}

.breadcrumb-bar .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

.breadcrumb-bar .breadcrumb a {
    color: #F7F7F7;
    padding-right: 15px;
}
.rtl-style .breadcrumb-bar .breadcrumb a {
    padding-left: 15px;
    padding-right: unset;
}

.breadcrumb-bar .breadcrumb li {
    color: #685F6D;
    font-size: 15px;
    position: relative;
    padding-right: 10px;
}

.rtl-style .breadcrumb-bar .breadcrumb li {
    padding-left: 10px;
    padding-right: unset;
}

.breadcrumb-bar .breadcrumb li:last-child {
    padding-right: 0;
}

.rtl-style .breadcrumb-bar .breadcrumb li:last-child {
    padding-left: 0;
}

.breadcrumb > li:not(:last-child):before {
    border: 0;
    font: normal normal normal 19px / 1 FontAwesome;
    color: #F7F7F7;
    content: "\f105" !important;
    position: absolute;
    top: 4px;
    right: 8px;
}
.rtl-style .breadcrumb > li:not(:last-child):before {
    content: "\f104" !important;
    left: 8px;
    right: unset;
}
.breadcrumb-bar .breadcrumb a:hover {
    color: #F7F7F7;
}

.thumb-hero-serv {
    position: relative;
    padding-left: 90px;
}
.rtl-style .thumb-hero-serv {
    position: relative;
    padding-right: 90px;
    padding-left: unset;
}
.thumb-hero-serv:before {
    content:"";
    background: linear-gradient(180deg, rgba(255,255,255,0) 37%, rgba(10,61,98,1) 100%);
    width: calc(100% - 90px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.rtl-style .thumb-hero-serv:before {
    right: auto;
    left: 0;
}

.section_feat_service {
    position: relative;
    padding: 80px 0;
}
.cont-feat-serv {
    position: relative;
    padding-right: 100px;
}

.rtl-style .cont-feat-serv {
    padding-left: 100px;
    padding-right: unset;
}

.cont-feat-serv h3 {
    color: var(--main-color);
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cont-feat-serv > p {
    color: #808080;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.cont-feat-serv li {
    position: relative;
    padding-left: 20px;
    color: #808080;
    font-size: 15px;
    line-height: 1.7;
    padding-bottom: 20px;
}

.rtl-style .cont-feat-serv li {
    padding-right: 20px;
    padding-left: unset;
}

.cont-feat-serv li:before {
    content: "";
    background: var(--main-color);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.rtl-style .cont-feat-serv li:before {
    right: 0;
    left: auto;
}
.cont-feat-serv li:after {
    content: "";
    background: #808080;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 17px;
    left: 6px;
    z-index: -1;
}
.rtl-style .cont-feat-serv li:after {
    right: 6px;
    left: auto;
}
.cont-feat-serv li:last-child:after {
    display: none;
}
.thumb-feat-serv {
    position: relative;
}
.feat-serv-tp {
    width: 290px;
    height: 320px;
    margin-bottom: 0;
}
.feat-serv-tp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feat-serv-bt {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,116,153,1) 100%);
    padding: 3px;
    width: 290px;
    height: 320px;
    margin-bottom: 0;
    position: absolute;
    top: 130px;
    left: 200px;
}
.feat-serv-bt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.section_area {
    position: relative;
    padding: 80px 0;
}
.section_area .row {
    margin-bottom: 40px;
}
.section_area .row:nth-child(even) {
    flex-direction: row-reverse;
}

.txt-area h3 {
    color: var(--main-color);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.txt-area p {
    color: #685F6D;
    line-height: 1.7;
    font-size: 17px;
}
.thumb-area {
    position: relative;
    display: flex;
    justify-content: end;
}
.feat-area-tp {
    width: 420px;
    height: 260px;
    margin-bottom: 0;
}
.feat-area-tp img,
.feat-area-bt img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.feat-area-bt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 116, 153, 1) 100%);
    padding: 3px;
    width: 240px;
    height: 260px;
    position: absolute;
    bottom: -230px;
    left: 170px;
    margin-bottom: 0;
}
.section_area .row:nth-child(even) .thumb-area {
    justify-content: start;
    padding-left: 50px;
}
.section_area .row:nth-child(even) .feat-area-bt {
    left: 0;
}

/* Style Contact Page */
#contactModal .modal-body {
    background: rgb(255 255 255 / 90%);
}
.head-contact {
    text-align: center;
    width: 50%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1
}

.head-contact h3 {
    color: #000;
    font-size: 36px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.head-contact p {
    color: #000;
    font-size: 14px;
}

.cont-contact {
    padding: 60px 80px;
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #007499;
    background-color: transparent;
    height: 45px;
    border-radius: 5px;
}

textarea.form-control {
    height: 220px;
}

.form-control::placeholder {
    color: #030303;
    text-transform: capitalize;
    font-size: 14px;
}
.btn-site.contact_us {
    background: #007499;
}
.lst-contact {
    padding-left: 100px;
}

.rtl-style .lst-contact {
    padding-right: 100px;
    padding-left: unset;
}

.item-contact {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.item-contact figure {
    width: 50px;
    text-align: center;
    margin-bottom: 0;
}

.item-contact figure img {
    max-width: 24px;
    max-height: 24px;
}

.item-contact span {
    text-transform: capitalize;
}

.cont-order {
    padding: 0;
}

.cont-order .form-contact {
    padding: 60px 0 60px 80px;
}

.thumb-order figure {
    margin-bottom: 0;
    text-align: right;
}

.rtl-style .thumb-order figure {
    text-align: left;
}

.modal-header {
    border: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}

.modal-content {
    background-color: transparent;
    border: 0;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

.contact-whats {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9;
}

.contact-whats a {
    background: #43D954;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-whats a:hover {
    transform: scale(1.1);
}

.contact-whats svg {
    height: 23px;
}

.contact-whats svg path {
    fill: #fff;
}