/* ------------------------------------------ */
/*         General & Basic Styles
/* ------------------------------------------ */

body,
html {
    height: 100%
}

body {
    font-family: "Cairo-Regular";
}

.overflowH {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

ul {
    margin-bottom: 0;
    padding-right: 0;
    list-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

p {
    margin-bottom: 0
}

a {
    text-decoration: none !important;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

.center-block {
    float: none
}

.background-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

input,
textarea,
button,
select {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.Owl {
    direction: ltr;
}

.titleStyle {
    text-align: center;
    color: #000;
    padding-bottom: 30px;
    position: relative;
    font-size: 50px;
    margin-bottom: 30px;
}

.titleStyle::before {
    content: "";
    position: absolute;
    right: calc(50% - 40px);
    bottom: 0;
    height: 4px;
    width: 80px;
    background-color: #D3A97B
}


.splash {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
    text-align: center;
    padding: 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splash img {
    display: inline-block;
    margin-bottom: 100px;
    max-width: 250px;
    width: auto;
}


/* ------------------------------------------ */
/*        Header
/* ------------------------------------------ */

.header {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    /* background-color:#fff;
    box-shadow: 0 0 6px 3px rgba(0,0,0,0.06) */
}

.header.scrolled {
    background-color: #fff;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.06)
}

.header.scrolled .logo .dark-logo {
    display: block;
}

.header.scrolled .logo .white-logo {
    display: none;
}

.header.scrolled .menu-list li a {
    color: #000;
}

.header.scrolled .openMenu {
    border-color: #000;
    color: #000;
}

.header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header .logo img {
    max-width: 100%;
}

.header .logo .dark-logo {
    display: none;
}

.header .menu-list {
    display: flex;
}


.header .menu-list li a {
    color: #fff;
    height: 136px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cairo-Regular";
    padding: 0 20px;
    font-size: 25px;
}

.header .openMenu {
    display: none;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    float: left;
    font-size: 18px;
}


.transformPage {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.menuMobile {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    display: none
}

.menuMobile .BgClose {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer
}

.menuMobile .menuContent {
    width: 320px;
    max-width: 100%;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 100;
    right: -320px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuMobile .menuContent.active {
    right: 0
}

.menuMobile .headMenu {
    padding: 20px 0;
    background-color: #fff;
    padding-left: 21px;
}

.menuMobile .menuContent .changeLang {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    float: right;
}

.menuMobile .menuContent .closeX {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 16px;
    color: #D3A97B;
    border: 2px solid #D3A97B;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    text-transform: uppercase;
    font-style: normal
}

.menuMobile .menuContent .closeX i {
    font-size: 20px;
    float: left;
}

.menuMobile .menuContent .closeX:hover {
    opacity: 1
}

.menuMobile .menuContent .logoMenu {
    display: block;
    margin: 15px auto 20px;
    width: 180px;
}

.menuMobile .menuContent .logoMenu img {
    max-width: 100%
}

.menuMobile .menuContent .menuRes li a {
    color: #000;
    height: 65px;
    display: block;
    font-size: 15px;
    padding: 0 15px;
    line-height: 60px;
    font-family: "Cairo-Bold";
    border-bottom: 1px solid #eee
}

.menuMobile .menuContent .menuRes li a i {
    width: 30px;
    float: right;
    margin-left: 15px;
    text-align: center;
    color: #20489A;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuMobile .menuContent .menuFooter {
    text-align: center;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 30px
}

.menuMobile .menuContent .menuFooter a {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    background-color: #20489A;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

/* ------------------------------------------ */
.know-more {
    background-color: #03151F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 24px;
    font-family: 'Cairo-Medium';
    border-radius: 100px;
    color: #E0E0E2;
    gap: 20px;
    padding: 10px 30px;
}

/* ------------------------------------------ */

/* ------------------------------------------ */
/*        Slider
/* ------------------------------------------ */


.bx-wrapper {
    border: none;
    margin: 0;
}

.bx-wrapper .bx-viewport {
    border: none;
    background: none;
    border: 0;
    box-shadow: none;
    left: 0;
}

.background-slider {
    background-color: #031821;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 41%;
}

.slider {
    position: relative;
}

.slider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}


.slider .slider-details {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    color: #fff;
    padding-top: 176px;
}

.slider .slider-details .titleSlider {
    font-size: 45px;
    font-family: "Cairo-SemiBold";
    color: #fff;
    margin-bottom: 30px;
}

.slider .slider-details .desc {
    font-size: 24px;
    color: #C7A75A;
    font-family: "Cairo-Regular";
    margin-bottom: 60px;
}

.slider .slider-details .know-more {
    margin: auto;
}

.bx-wrapper .bx-pager {
    padding-top: 0
}

.bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    bottom: 50px;
    width: 100%;
    right: 0;
}


.bx-wrapper .bx-pager.bx-default-pager a {
    overflow: hidden;
    width: 10px;
    height: 3px;
    background-color: #fff
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #00e6fe;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #EEEEEE;
}

.the-slider-control .bx-prev {
    left: 20px;
}

.the-slider-control li span i {
    position: absolute;
    right: 30px;
    top: calc(50% - 20px);
    z-index: 3;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    color: #D3A97B;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.the-slider-control li span#slider-prev i {
    right: auto;
    left: 30px
}

.the-slider-control li span:hover i {
    background-color: #D3A97B;
    color: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 0;
    background-color: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #D3A97B
}

/* ------------------------------------------ */
/*        AboutUs
/* ------------------------------------------ */

.aboutUs {
    background-color: #031821;
    text-align: center;
    padding: 200px 0 300px;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.aboutUs .title {
    color: #D6D6D6;
    font-size: 40px;
    font-family: 'Cairo-SemiBold';
    margin-bottom: 60px;
    position: relative;
}

.aboutUs .title::before,
.aboutUs .title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
}

.aboutUs .title::before {
    right: 60%;
}

.aboutUs .title::after {
    left: 60%;
}

.aboutUs .desc {
    text-align: center;
    font-size: 22px;
    font-family: "Cairo-Regular";
    color: #E5E5E5;
    line-height: 36px;
}

.aboutUs .swiper {
    padding: 100px 0;
}

.aboutUs .swiper .box {
    background-color: #031821;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 25px 65px 65px 65px;
    box-shadow: 0 20px 16px 7px rgb(0 0 2 / 31%);
}

.aboutUs .swiper .box .icon {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutUs .swiper .box .icon i {
    font-size: 50px;
    color: #C7A75A;
}

.aboutUs .swiper .box .text {
    font-size: 22px;
    font-family: "Cairo-Regular";
    color: #E0E0E2;
    margin-top: 20px;
    min-height: 130px;
}

.aboutUs .swiper .box .text .readMore {
    color: #C7A75A;
}

.aboutUs .swiper .swiper-button-next,
.aboutUs .swiper .swiper-button-prev {
    color: #C7A75A;
}


/* ------------------------------------------ */
/*       enhance
/* ------------------------------------------ */
.enhance {
    position: relative;
    overflow: hidden;
}

.enhance .image {
    width: 100%;
}

.enhance .image img {
    max-width: 100%;
}

.enhance .text {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.enhance .text .content {
    font-size: 40px;
    font-family: "Cairo-SemiBold";
    color: #fff;
    margin-bottom: 55px;
}

.enhance .text .know-more {
    flex-direction: row-reverse;
}

/* ------------------------------------------ */
/*        Golas & Message & Vision
/* ------------------------------------------ */

.Vision .feat {
    padding: 105px 30px 65px;
    background-color: #fff;
    box-shadow: 0 0 16px 7px rgb(0 0 0 / 10%);
    position: relative;
    top: -35px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.Vision .feat:hover {
    background-color: #20285A
}

.Vision .feat i {
    position: absolute;
    left: 45px;
    top: 45px;
    font-size: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.Vision .feat:hover i {
    color: #fff;
}

.Vision .feat .title {
    padding-bottom: 20px;
    font-size: 30px;
    color: #0B1024;
    position: relative;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.Vision .feat:hover .title {
    color: #fff
}

.Vision .feat .title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    background-color: #D3A97B;
    height: 3px;
}


.Vision .feat .desc {
    line-height: 35px;
    font-size: 16px;
    color: #343434;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.Vision .feat:hover .desc {
    color: #fff
}

.Vision .feat .readMore {
    color: #D3A97B;
    display: inline-block;
}

/* ------------------------------------------ */
/*        services
/* ------------------------------------------ */

.services {
    padding-top: 60px;
    background-color: #031821;
    text-align: center;
    overflow: hidden;
}

.services .title {
    color: #D6D6D6;
    font-size: 40px;
    font-family: 'Cairo-SemiBold';
    margin-bottom: 30px;
    position: relative;
}

.services .title::before,
.services .title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
}

.services .title::before {
    right: 60%;
}

.services .title::after {
    left: 60%;
}

.services .box {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #FFFFFF;
}

.services .box:nth-child(odd) {
    flex-direction: row-reverse;
}

.services .box .text {
    width: 50%;
}

.services .box:nth-child(even) .text {
    text-align: left;
    margin-left: 115px;
    border-left: 0.5px solid #FFFFFF;
    padding-left: 40px;
    padding-right: 20px;
}

.services .box:nth-child(odd) .text {
    text-align: right;
    margin-right: 115px;
    border-right: 0.5px solid #FFFFFF;
    padding-right: 40px;
    padding-left: 20px;
}

.services .box .text .service-title {
    font-size: 34px;
    font-family: 'Cairo-Medium';
    color: #E0E0E2;
    padding-bottom: 30px;
}

.services .box .text .service-desc {
    font-size: 30px;
    font-family: 'Cairo-Regular';
    color: #E0E0E2;
}

.services .box .image {
    width: 50%;
}

.services .box .image img {
    max-width: 100%;
}

.services .titleStyle {
    margin-bottom: 70px;
}

.services .serv {
    margin-bottom: 30px;
}

.services .serv .mask {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    overflow: hidden;
}

.services .serv .mask:before {
    content: "";
    background-color: #000000;
    opacity: 0.66;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.services .serv:hover .mask:before {
    background-color: #061A68
}

.services .serv .mask img {
    width: 100%;
    position: relative;
    z-index: -2;
    max-height: 340px;
}

.services .serv .mask .titleServ {
    position: absolute;
    right: 35px;
    color: #fff;
    top: 60%;
    font-size: 30px;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.services .serv .mask .titleServ:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #D3A97B
}

.services .serv:hover .titleServ {
    top: 70px;
}

.services .serv .orderBtn {
    width: 150px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    position: absolute;
    color: #fff;
    bottom: -100%;
    right: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.services .serv:hover .orderBtn {
    bottom: 40px;
}

.services .serv .desc {
    line-height: 35px;
    color: #000;
    font-size: 16px;
}



/* ------------------------------------------ */
/*        advantages
/* ------------------------------------------ */
.advantages {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.advantages .image {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.advantages .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages .image .background-slider {
    opacity: 77%;
}

.advantages .title {
    color: #D6D6D6;
    font-size: 40px;
    font-family: 'Cairo-SemiBold';
    margin-bottom: 70px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.advantages .title::before,
.advantages .title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
}

.advantages .title::before {
    right: 60%;
}

.advantages .title::after {
    left: 60%;
}

.advantages .boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.advantages .boxes .box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px 0;
}

.advantages .boxes .box-container .box {
    width: calc(100% / 2 - 50px);
    border: 1px solid #FFFFFF;
    padding: 40px;
}

.advantages .boxes .box-container .box .text {
    font-size: 22px;
    font-family: "Cairo-Regular";
    color: #E0E0E2;
}

/* ------------------------------------------ */
/*        target customers
/* ------------------------------------------ */
.target-customers {
    background-color: #031821;
    position: relative;
    overflow: hidden;
    padding: 80px 0 120px;
}

.target-customers .title {
    color: #D6D6D6;
    font-size: 40px;
    font-family: 'Cairo-SemiBold';
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 160px;
}

.target-customers .title::before,
.target-customers .title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
}

.target-customers .title::before {
    right: 70%;
}

.target-customers .title::after {
    left: 70%;
}

.target-customers .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.target-customers .items .item {
    width: calc(100% / 3);
    text-align: center;
    margin-top: 50px;
}

.target-customers .items .item:nth-child(2) {
    border-right: 0.5px solid #fff;
    border-left: 0.5px solid #fff;
}

.target-customers .items .item p a {
    max-width: 250px;
    font-size: 22px;
    font-family: 'Cairo-Regular';
    color: #E0E0E2;
    margin: 0 auto;
}

/* ------------------------------------------ */
/*        Work
/* ------------------------------------------ */

.work {
    background-color: #121624;
    padding: 90px 0;
}

.work .titleStyle {
    margin-bottom: 65px;
    color: #fff;
}

.work .item {
    padding: 0 20px;
}

.work .item .itemWork {
    direction: rtl
}

.work .item .itemWork .img {
    display: block;
    position: relative;
}

.work .item .itemWork .img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.work .item .itemWork:hover .img:before {
    opacity: 0.59
}

.work .item .itemWork .img img {
    width: 100%;
}

.work .item .itemWork .details {
    padding: 25px 30px 30px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.work .item .itemWork .details a {
    color: #000000;
    font-size: 25px;
    display: inline-block
}

.work .item .itemWork:hover .details {
    background-color: #090B13
}

.work .item .itemWork:hover .details .title {
    color: #fff;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    right: -50px;
    top: calc(50% - 22.5px);
    background-color: #D3A97B;
    border: none;
    opacity: 1;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: auto;
    left: -50px;
}

/* ------------------------------------------ */
/*        Clients
/* ------------------------------------------ */

.clients {
    padding: 95px 0 130px;
    overflow: hidden;
}

.clients .title {
    color: #031821;
    font-size: 40px;
    font-family: 'Cairo-SemiBold';
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 160px;
}

.clients .title::before,
.clients .title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #031821;
    top: 50%;
    transform: translateY(-50%);
}

.clients .title::before {
    right: 70%;
}

.clients .title::after {
    left: 70%;
}

.clients .titleStyle {
    margin-bottom: 65px;
}

.clients .item {
    padding: 0 20px;
    min-width: 220px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients .item img {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ------------------------------------------ */
/*        Contact Us
/* ------------------------------------------ */

.contactUs {
    padding: 190px 0 90px;
    background-color: #031821;
}

.contactUs .titleStyle {
    margin-bottom: 80px;
    color: #fff;
}

.contactUs form .input-style {
    max-width: 500px;
    margin: 0 auto 10px;
}

.contactUs form .input-style .label {
    display: block;
    font-size: 18px;
    font-family: 'Cairo-Regular';
    color: #E0E0E2;
    margin-bottom: 5px;
    text-align: right;
}

.contactUs form .input-style input {
    height: 60px;
    border: 1px solid #C7A75A;
    border-radius: 15px;
    color: #888889;
    padding: 20px;
    background-color: unset;
    width: 100%;
}

.contactUs form .input-style input::placeholder {
    text-align: right;
    color: #888889;
}

.contactUs form .input-style input::-webkit-input-placeholder {
    text-align: right;
    color: #888889;
}

.contactUs form .input-style input::-moz-placeholder {
    text-align: right;
    color: #888889;
}

.contactUs form button {
    background-color: #C7A75A;
    height: 60px;
    width: 500px;
    border-radius: 15px;
    font-size: 22px;
    font-family: 'Cairo-Black';
    color: #E0E0E2;
    margin-top: 80px;
}

/* .contactUs input {
    width: 100%;
    height: 50px;
    margin-bottom: 50px;
    padding: 0;
    border: none;
    color: #fff;
    background: none;
    border-bottom: 2px solid #D3A97B;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */

.contactUs input:focus {
    border-color: #fff;
}

.contactUs input::input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9A9A9A;
}

.contactUs input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9A9A9A;
}

.contactUs input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9A9A9A;
}

.contactUs input:-ms-input-placeholder {
    /* IE 10+ */
    color: #9A9A9A;
}

.contactUs button {
    width: 230px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    display: block;
    background-color: #D3A97B;
    border: none;
    margin: 0 auto;
    padding-bottom: 5px;
    font-family: "Cairo-Bold";
}

/* ------------------------------------------ */
/*        Footer
/* ------------------------------------------ */

.footer {
    border-top: 0.5px solid #fff;
    background-color: #031821;
    padding-top: 90px;
}

.footer .footer-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer-content .info {
    flex-basis: 35%;
}

.footer .footer-content .info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer .footer-content .info li p {
    font-size: 18px;
    font-family: 'Cairo-Regular';
    color: #E0E0E2;
}

.footer .footer-content .info li a,
.footer .footer-content .info li span {
    font-size: 18px;
    font-family: 'Cairo-Regular';
    color: #808084;
}

.footer .footer-content .socialFooter {
    display: flex;
    gap: 10px;
}

.footer .footer-content .socialFooter a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0.75px solid #C7A75A;
    border-radius: 50%;
}

.footer .footer-content .socialFooter a::before {
    font-size: 16px;
    color: #fff;
}

.footer .copyrights {
    padding: 30px;
    background-color: #C7A75A;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
}

.footer .topFooter {
    border-top: 1px solid #191E2E;
    border-bottom: 1px solid #191E2E;
    padding: 20px 0;
}

.footer .topFooter .copyrights {
    float: right;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 10px;
}

.footer .topFooter .infoFooter {
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}

.footer .topFooter .infoFooter li {
    float: left;
}


.footer .topFooter .infoFooter li:not(:last-of-type) {
    margin-right: 45px;
}

.footer .topFooter .infoFooter li a {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Cairo-Medium";
    position: relative;
    padding-left: 30px;
    direction: ltr;
    display: inline-block
}

.footer .topFooter .infoFooter li a img {
    position: absolute;
    left: 0;
    top: 2px;
}

.footer .topFooter .socialFooter {
    float: left;
}

.footer .topFooter .socialFooter li {
    float: right;
}

.footer .topFooter .socialFooter li:not(:last-of-type) {
    margin-left: 20px
}

.footer .topFooter .socialFooter li a {
    width: 40px;
    height: 40px;
    border: 1px solid #505050;
    color: #505050;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 17px;
}

.footer .logoServers {
    display: inline-block;
    margin: 40px auto;
}

/* ------------------------------------------ */
/*        Modal
/* ------------------------------------------ */

.projectModal .modal-dialog {
    width: 1000px;
    max-width: 100%;
}

.projectModal .modal-body {
    padding: 40px;
}

.projectModal .close {
    outline: none;
    color: #000;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 15px;
    opacity: 1;
}


.projectModal img {
    width: 100%;
    margin-bottom: 45px;
}

.projectModal .titleModal {
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #000;
    position: relative
}

.projectModal .titleModal:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #D3A97B
}


.projectModal .desc {
    font-size: 20px;
    color: #707070;
    line-height: 27px;
    margin-bottom: 30px;
}

.projectModal .btnModal {
    width: 150px;
    height: 50px;
    line-height: 45px;
    background-color: #D3A97B;
    color: #000;
    font-size: 16px;
    display: block;
    text-align: center;
}



#toast-container>div {
    width: 100% !important;
    opacity: 1;
    box-shadow: none;
    padding-right: 15px;
}

#toast-container .toast-close-button {
    top: -10px;
}

#toast-container>div:hover {
    box-shadow: none !important;
}




.Services img {
    width: 100%;
    margin-bottom: 45px;
    max-height: 340px;
}

.Services .titleModal {
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #000;
    position: relative
}

.Services .titleModal:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #D3A97B
}