@import url("navbar.css");
@import url("home.css");
@import url("about-us.css");
@import url("animation.css");
@import url("services.css");
@import url("projects.css");
@import url("contact.css");
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'Conv_FF Shamel Family Sans One Book';
    src: url('../fonts/FF Shamel Family Sans One Book.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/FF Shamel Family Sans One Book.woff') format('woff'), url('../fonts/FF Shamel Family Sans One Book.ttf') format('truetype'), url('../fonts/FF Shamel Family Sans One Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --clr-main: #0d3b70;
    --clr-light: #FFFFFF;
    --clr-dark: #0d3b70;
    --clr-primary: #0d3b70;
    --clr-secondary: #c3fcf2;
    --clr-gray: #C3C3C3;
    --clr-light-gray: rgb(13 59 112 / 53%);
    --clr-p: #868686;
    --clr-black: #000000;
    --clr-left: 0;
    --clr-white: #fff;
    --clr-hover: #fea068;
    --clr-transform: none;
    --clr-transition: .2s all linear;
    --foreground: var(--clr-dark);
    --background: var(--clr-light);
    --dark-button: var(--clr-main);
    --close-button: var(--clr-dark);
    --social: var(--clr-dark);
    --border-button: var(--clr-main);
    --hover-project: var(--clr-light-gray);
    --text-project: var(--clr-white);
    --animation-ser: var(--clr-main);
    --animation-border: var(--clr-light);
    --ff-title: 'Conv_FF Shamel Family Sans One Book';
    --ff-body: 'Conv_FF Shamel Family Sans One Book';
    --ff-arabic: 'Conv_FF Shamel Family Sans One Book';
}

.darkmode-r {
    --clr-main: #ffa168;
    --clr-light: #FFFFFF;
    --clr-dark: #003a70;
    --clr-primary: #FFFFFF;
    --clr-secondary: #000000;
    --clr-p: #FFFFFF;
    --clr-gray: #C3C3C3;
    --clr-hover: #fea068;
    --clr-left: 100%;
    --clr-transform: translate(-100%);
    --foreground: var(--clr-light);
    --background: var(--clr-dark);
    --dark-button: var(--clr-secondary);
    --close-button: var(--clr-secondary);
    --social: var(--clr-gray);
    --border-button: transparent;
    --hover-project: var(--clr-main);
    --text-project: var(--clr-primary);
    --animation-ser: var(--clr-primary);
    --animation-border: var(--clr-dark);
}

.orangemode {
    --clr-main: #224c5a;
    --clr-light: #FFFFFF;
    --clr-dark: #ee907b;
    --clr-primary: #FFFFFF;
    --clr-secondary: #000000;
    --clr-p: #FFFFFF;
    --clr-gray: #C3C3C3;
    --clr-hover: #224c5a;
    --clr-left: 100%;
    --clr-transform: translate(-100%);
    --foreground: var(--clr-light);
    --background: var(--clr-dark);
    --dark-button: var(--clr-secondary);
    --close-button: var(--clr-secondary);
    --social: var(--clr-light);
    --border-button: transparent;
    --hover-project: var(--clr-main);
    --text-project: var(--clr-primary);
    --animation-ser: var(--clr-primary);
    --animation-border: var(--clr-dark);
}

.workshop {
    --clr-main: #ffffff;
    --clr-light: #FFFFFF;
    --clr-dark: #fea068;
    --clr-primary: #FFFFFF;
    --clr-secondary: #000000;
    --clr-p: #FFFFFF;
    --clr-gray: #C3C3C3;
    --clr-hover: #ffffff;
    --clr-left: 100%;
    --clr-transform: translate(-100%);
    --foreground: var(--clr-light);
    --background: #222222;
    --dark-button: var(--clr-secondary);
    --close-button: var(--clr-secondary);
    --social: var(--clr-light);
    --border-button: transparent;
    --hover-project: #193b69;
    --text-project: var(--clr-primary);
    --animation-ser: var(--clr-primary);
    --animation-border: #222222;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--clr-main);
}


/*Star navbar*/

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Conv_FF Shamel Family Sans One Book';
    color: var(--clr-main);
    font-weight: bold;
}

body {
    overflow-x: hidden;
    background: var(--background);
    /* direction: rtl; */
}

a {
    text-decoration: unset;
}

a:hover {
    color: var(--clr-light);
}

button {
    border: none;
    background: transparent;
}

button:focus {
    outline: 0;
}

p {
    font-family: 'Conv_FF Shamel Family Sans One Book';
    line-height: 26px;
}


/* button*/

.tik {
    text-transform: uppercase;
    /* letter-spacing: 1.8px; */
    color: #FFFFFF !important;
    background: #0d3b70;
    box-shadow: 0px 15px 20px #0d3b7059;
    border-radius: 25px;
    padding: 8px 28px;
    font-size: 16px;
    border: 2px solid #5b7593;
    font-family: var(--ff-body);
    font-weight: bold;
    transition: var(--clr-transition);
}

.orangemode .tik {
    background: #224c5a;
}

.tik svg path {
    transition: var(--clr-transition);
}

.tik:focus {
    box-shadow: unset;
    font-size: 12px;
    padding: 8px 28px;
    color: #B49181;
    background: #FFFFFF;
    border: 2px solid var(--border-button);
}

.tik:hover {
    box-shadow: 0;
    color: #ea6852 !important;
    background: #FFFFFF !important;
    border: 2px solid var(--border-button);
}

.tik:hover svg path,
.tik:focus svg path {
    fill: #fea068;
}

.tik:focus svg {
    width: 15.243px !important;
}


/*Head Text*/

.demo-header {
    width: 100%;
    text-align: center;
}

.demo-header h4 {
    text-transform: uppercase;
    font-size: 46px;
    color: #ea6852;
    margin-bottom: 2rem;
}

.demo-header h4 span {
    color: #224c5a;
    font-family: inherit;
}

.darkmode-r .demo-header h4 span {
    color: #fff;
}

.orangemode .demo-header h4 {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .tik-tok {
        width: 100%;
        text-align: center;
    }
    .tik-tok .tik {
        padding: 8px 14px;
    }
    .our-services .demo-header {
        border-top: 1px solid var(--clr-gray);
    }
    .demo-header h4 {
        font-size: 36px;
        margin-bottom: 2rem;
        margin-top: 0;
    }
}


/*Project img*/

.project-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
}

.project-img .project-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--hover-project);
    opacity: .9;
    padding: 40px 20px 20px 20px;
    width: 100%;
}

.project-img h6 {
    color: var(--text-project);
    font-weight: bold;
    text-transform: capitalize;
    font-size: 18px;
}

.project-img a {
    color: var(--clr-black);
    text-transform: uppercase;
    font-size: 13px;
}

.project-img a:hover {
    color: var(--foreground);
}

.project-img h6,
.project-img a {
    /* font-family: var(--clr-arabic); */
}

.project-img img {
    width: 100%;
    height: 100%;
    transition: transform .2s linear;
}

.project-img img:hover {
    transform: scale(1.08);
}

@media screen and (max-width: 992px) {
    .project-img {
        height: 300px;
        margin-bottom: 20px;
    }
    .project-img img {
        object-fit: cover;
        object-position: top;
    }
    .project-img .project-text {
        padding: 20px 10px 10px 10px;
    }
    .project-img h6 {
        font-size: 16px;
    }
    .project-img a {
        font-size: 11px;
    }
}

#switcher {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    /* text-align: center; */
    width: 140px;
}

#switcher li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 2px 15px 2px;
    border-radius: 30px;
    border: 3px solid black;
    cursor: pointer;
}

#switcher a {
    float: right;
}

#switcher2 {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#switcher2 li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 7px 15px 7px;
    border-radius: 30px;
    border: 3px solid black;
    cursor: pointer;
}

#whiteButton {
    background: white;
}

#blueButton {
    background: #193b69;
}

#orangeButton {
    background: #fea068;
}

.white .home__page.designhousebg {
    display: block !important;
}

.white .home__page2.constractionbg3,
.white .home__page3.constractionbg {
    display: none !important;
}

.orangemode .home__page2.constractionbg3 {
    display: block !important;
}

.orangemode .chooseus-section,
.orangemode .aboutconstraction,
.orangemode .home__page3.constractionbg,
.orangemode .srvicemenu_hide,
.orangemode .home__page.designhousebg {
    /* display: none; */
}

.darkmode-r .home__page3.constractionbg {
    display: block !important;
}

.darkmode-r .chooseus-section,
.darkmode-r .aboutdesignhouse,
.darkmode-r .srvicemenu_hide,
.darkmode-r .home__page2.constractionbg3,
.darkmode-r .home__page.designhousebg {
    /* display: none; */
}


/*.white .aboutdesignhouse,
.white .aboutconstraction,
.white .our-projects,
.white .menu_none{
    display: none;
    
}*/

.chooseus-section h2 {
    font-size: 3rem;
    color: #002b49;
}

.inner-box a {
    cursor: pointer;
}

.orangemode .aboutdesignhouse {
    display: block !important;
}


/**Choose Us Section**/

.icon-box .icon img {
    width: 60px;
}

.chooseus-section {
    position: relative;
    padding: 80px 0px 90px;
    background: #f9f9f9;
}

.chooseus-block {
    margin-top: 20px;
}

.chooseus-block-one {
    margin-bottom: 30px;
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    background: #3f262f;
    padding: 50px 30px 42px 30px;
    border-radius: 10px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.chooseus-block-one:before {
    position: absolute;
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 3px;
    border-radius: 10px;
}

.chooseus-block-one:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #ea6852;
    border-radius: 10px;
    opacity: 0;
    transition: all 500ms ease;
}

.chooseus-block-one:hover:after {
    opacity: 1;
    left: -10px;
    top: -10px;
}

.chooseus-block-one .inner-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.chooseus-block-one .inner-box .icon-box .icon {
    color: #001f4b;
    font-size: 60px;
    line-height: 1em;
    display: inline-block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    position: relative;
}

.chooseus-block-one .inner-box:hover .icon-box .icon {
    color: #ea6852;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.chooseus-block-one .inner-box h4 {
    position: relative;
    display: block;
    color: #002b49;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

.chooseus-block-one .inner-box p {
    color: #575d6e;
    margin-bottom: 24px;
}

.chooseus-block-one .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    /* font-family: 'Nunito Sans', sans-serif; */
    line-height: 24px;
    font-weight: 700;
    color: #001f4b;
    text-transform: uppercase;
}

.chooseus-block-one .inner-box a i {
    position: relative;
    margin-left: 8px;
    top: 2px;
    font-size: 20px;
    font-weight: 400;
    transition: all 500ms ease;
    color: #001f4b;
}

.chooseus-section .chooseus-block-one .inner-box a:hover,
.chooseus-section .chooseus-block-one .inner-box a:hover i {
    color: #ff9f67;
}

.chooseus-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box {
    background: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}


/*# sourceMappingURL=main.css.map */

.media-left {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
}

.media-left img {
    width: 100%;
}

.home-info.services p,
.home-info.about p {
    min-width: 100%;
    margin-bottom: 15px;
    line-height: 30px;
}

.constructions_btn {
    background: #193b69;
}

.main_btn {
    background: white;
}

.designhouse_btn {
    background: #ee907b;
}

.clear-fix {
    clear: both;
}

.bg_orng {
    background: #fea068;
}

.bg_orng h1,
.bg_orng h2,
.bg_orng h3,
.bg_orng h4,
.bg_orng h5,
.bg_orng h6,
.bg_orng a {
    color: #193b69;
}

.bg_green h1,
.bg_green h2,
.bg_green h3,
.bg_green h4,
.bg_green h5,
.bg_green h6,
.bg_green a {
    color: #ee907b;
}

.bg_orng h4 {
    font-size: 1.8rem;
    background: #193b69;
    color: #fff;
    padding: 9px 15px;
    margin-top: 30px;
}

.bg_green h4 {
    font-size: 1.8rem;
    background: #fea068;
    color: #fff;
    padding: 9px 15px;
    margin-top: 30px;
}

.home-info.bg_orng h3 {
    font-size: 50px;
    /* max-width: 600px; */
    margin-bottom: 2rem;
}

.aboutconstraction_about_page p {
    max-width: 100%;
}

.aboutdesignhouse_about_page,
.aboutconstraction_about_page {
    display: none;
}

.displyhide {
    display: none!important;
}

.line {
    width: 66%;
    height: 10px;
    background: rgb(254 160 104 / 80%);
    position: absolute;
    margin: 95px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.circle {
    text-align: center;
    padding: 15px;
    float: left;
    width: 14%;
    height: 250px;
}

.margin {
    height: 167px;
    width: 167px;
    border: solid;
    border-radius: 50%;
    border-color: #ecf0f1;
    padding: 15px;
    background: #fea068;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.margin img {
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hov {
    display: none;
    background: rgb(254 160 104 / 80%);
    padding: 10px;
    /* padding-top: 45px; */
    border-radius: 15px 0;
    /* box-shadow: 1px 8px 15px 2px rgba(127, 140, 141,0.2); */
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-top: 5px;
    border-bottom: 3px solid #fff;
}

.margin:hover+.hov {
    display: block;
    /* text-shadow: 0 0 7px rgba(0,0,0,0.3); */
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.margin:hover {
    width: 165px;
    height: 165px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: -moz-grab;
    cursor: -webkit-grab;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.media-body ul li {
    font-size: ;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.media-body ul {
    list-style-position: inside;
}

.home-info.services.bg_orng h3 {
    font-size: 50px;
    margin-bottom: 1rem;
    margin-top: 15px;
}

.home-info.services.bg_green h3 {
    font-size: 50px;
    margin-bottom: 1rem;
    margin-top: 15px;
}

.house_service .margin {
    height: 167px;
    width: 167px;
    border: solid;
    border-radius: 50%;
    border-color: #ecf0f1;
    padding: 15px;
    background: #224c5a;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.house_service .line {
    width: 66%;
    height: 10px;
    background: rgb(34 76 90);
    position: absolute;
    margin: 95px;
    box-shadow: 0 0 7px rgb(0 0 0 / 30%);
}

.house_service .hov {
    display: none;
    background: rgb(34 76 90 / 50%);
}

.house_service .margin:hover+.hov {
    color: #ffffff;
}

.inner-banner {
    background-size: 100% 100%;
    height: 550px;
    background-size: 100%;
}

.bg_green {
    background: #244b5a;
}

.workshop_btn {
    background: #222222;
}

.media {
    width: 100%;
    float: left;
}

.bdr_btm {
    padding-bottom: 40px;
    border-bottom: 1px solid #fea068;
    margin-bottom: 40px;
}

.main_banner {
    width: 100%;
    float: left;
}

.main_banner img {
    width: 100%;
}

.orangemode .bdr_btm {
    padding-bottom: 40px;
    border-bottom: 1px solid #234c5a;
    margin-bottom: 40px;
}

.workshop .demo-header h4 {
    color: #fff;
}

.workshop .demo-header h4 span {
    color: #fea068;
}

.workshop .bg_green {
    background: #54565a;
}

.workshop .house_service .line,
.workshop .house_service .margin {
    background: #fea068;
}

.workshop .bg_green h1,
.workshop .bg_green h2,
.workshop .bg_green h3,
.workshop .bg_green h4,
.workshop .bg_green h5,
.workshop .bg_green h6,
.workshop .bg_green a {
    color: #222222;
}

.workshop .bdr_btm {
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 40px;
}

.workshop .bg_green h4 {
    background: #222222;
    color: #fff;
}

.workshop .tik {
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #ffffff;
    background: #fea068;
    box-shadow: 0px 15px 20px #9556304f;
    border-radius: 25px;
    padding: 8px 28px;
    font-size: 14px;
    border: 2px solid #f9c3a2;
    font-family: var(--ff-body);
    font-weight: bold;
    transition: var(--clr-transition);
}

.workshop .project-img .project-text {
    background: #54565a;
    color: #fff;
}

.workshop .project-img h6 {
    color: #ffffff;
}

.workshop .tik:hover svg path,
.workshop .tik:focus svg path {
    fill: #a9a9a9;
}

.workshop .home-info.bg_green p {
    color: #222;
}

.workshop .spe-pro .home-info h3 {
    color: #fea068 !important;
}

.workshop .contact__page .contact-body p,
.workshop .contact__page .contact-body span {
    color: #ffffff;
}

.workshop .contact__page .cover-why-us .why-us .form-group .form-control {
    background-color: rgb(84 86 90);
    color: #ffffff;
}

.media-body h5 {
    font-size: 40px;
}

.orangemode .tik {
    background: #244b5a;
    color: #fff;
}

.orangemode .bg_green .tik {
    color: #fff;
    background: #ea8e79;
}

.orangemode .tik:hover svg path,
.orangemode .tik:focus svg path {
    fill: #224c5a;
}

.white .aboutconstraction .contact-body {
    padding: 4rem 2rem;
    background: #193b69;
}

.white .aboutconstraction .contact-body p {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color: #fff;
}

.white .aboutconstraction .contact-body span {
    font-size: 22px;
    color: #fff;
}

.white .aboutconstraction.about {
    background: #002b49;
}

.white .aboutconstraction.about h4 span {
    color: #ffffff;
    font-family: inherit;
}

.white .contact__page h4 span {
    color: #0d3b70;
    font-family: inherit;
}

.white .aboutconstraction.about p {
    color: #fff;
}

.workshop .bg_green h5,
.workshop .home-info.bg_green p,
.workshop .bg_green h3 {
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .home-info {
        padding: 50px;
    }
    .margin {
        height: 115px;
        width: 115px;
    }
    .line {
        width: 60%;
        margin: 73px;
    }
}

@media screen and (max-width: 1120px) {
    .circle {
        text-align: center;
        padding: 15px;
        float: left;
        width: 14%;
        height: 250px;
    }
    .line {
        display: none;
    }
    .home-info {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .media-left img {
        width: 100%;
        margin-bottom: 15px;
    }
    .media-left {
        margin-right: 10px;
    }
    .inner-banner {
        height: 250px;
    }
    .home-info h3 {
        font-size: 36px;
        letter-spacing: 0;
        margin-bottom: 1rem;
    }
    .home-info.bg_orng h3 {
        font-size: 36px;
        max-width: 600px;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 620px) {
    .chooseus-section {
        position: relative;
        padding: 40px 0px 50px;
        background: #f9f9f9;
    }
    .orangemode .get-qute {
        background: #294b58;
    }
    .orangemode .get-qute .tik {
        background: #fea068;
        color: #fff;
    }
    .workshop .get-qute .tik {
        background: #222;
    }
    .media-body h5 {
        font-size: 30px;
    }
    .margin {
        height: 150px;
        width: 150px;
        margin: 0 auto;
    }
    .circle {
        width: 50%;
        height: 250px;
        text-align: center;
    }
    .hov {
        display: block;
        box-shadow: none;
        min-height: 85px;
    }
    .inner-banner {
        height: 150px;
    }
    .bg_orng h4 {
        font-size: 1.5rem;
    }
    .home-info {
        padding: 40px 15px;
    }
}

.language {
    /* font-family: 'Oswald', sans-serif; */
    background: #002b49;
    color: #fff !important;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px !important;
    line-height: 20px;
    font-family: 'd-dinregular', Oswald, sans-serif;
}

.whatsapp1 {
    box-shadow: rgb(0 0 0 / 15%) 0 3px 12px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: #fff;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 50px;
    padding: 10px 24px 10px 16px;
    /* position: fixed; */
    /* bottom: 0; */
    z-index: 9999999;
    /* right: 0; */
    /* left: auto; */
}

.whatsapp_mob:hover,
.whatsapp1:hover {
    background: #4fce5d;
}

.whatapp_icon {
    width: 32px;
    height: 32px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 24px;
    color: #4fce5d;
}

.whatsapp_mob .whatapp_icon svg path,
.workshop .whatapp_icon svg path {
    fill: #4fce5d;
}

.whatsapp_mob:hover .whatapp_icon svg path,
.whatsapp1:hover .whatapp_icon svg path {
    fill: #fff;
}

.whatapptxt {
    line-height: 20px;
    font-size: 18px;
    /* font-weight: 700; */
    margin-left: 2px;
    color: #333;
    text-shadow: none;
    /* letter-spacing: .5px; */
    /* text-transform: uppercase; */
}

.whatsapp_mob:hover .whatapptxt,
.whatsapp1:hover .whatapptxt {
    color: #fff;
}

.whatsapp_mob {
    display: none;
    visibility: hidden;
}

.darkmode-r .demo-header h4 {
    text-transform: uppercase;
    font-size: 48px;
    color: #ffa168;
    margin-bottom: 2rem;
}

.darkmode-r .language {
    font-family: 'Oswald', sans-serif;
    background: #003a70;
}

.white .contact__page .contact-body {
    padding: 6rem 2rem;
    background: #002b49;
}

.darkmode-r .contact__page .contact-body {
    padding: 6rem 2rem;
    background: #ffa168;
}

@media screen and (max-width: 767px) {
    .whatsapp_mob {
        box-shadow: rgb(0 0 0 / 15%) 0 3px 12px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        cursor: pointer;
        user-select: none;
        position: relative;
        outline: transparent;
        background-color: #fff;
        margin-bottom: 20px;
        width: auto;
        height: auto;
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 50px;
        padding: 10px 24px 10px 16px;
        /* position: fixed; */
        /* bottom: 0; */
        z-index: 9999999;
        visibility: visible;
        /* right: 0; */
        /* left: auto; */
    }
    .whatsapp1 {
        display: none;
        visibility: hidden;
    }
}

.darkmode-r .hov {
    color: #fff;
}

.orangemode .language {
    font-family: 'Oswald', sans-serif;
    background: #244b5a;
}

.workshop .language {
    /* font-family: 'Oswald', sans-serif; */
    background: #222222;
}

.arabic_btn {
    display: none;
    visibility: hidden;
}

.white .chooseus-section.chooseus-section2 {
    padding-top: 150px;
    background: #002b49;
    height: 100vh;
}

.white .chooseus-section.chooseus-section2 .demo-header h4 span {
    color: #fff;
}

.home-info.services h3 {
    font-size: 50px;
    margin-bottom: 1rem;
    margin-top: 15px;
}

.bg_orange {
    background: #ee907b;
}

.orangemode .services.bg_green .demo-header h4 {
    text-transform: uppercase;
    font-size: 60px;
    color: #fea068;
    margin-bottom: 4rem;
    background: none;
    margin-top: 0;
}

.orangemode .services.bg_green .demo-header h4 span {
    color: #fff;
    font-family: inherit;
}

.slide-card img {
    width: 100%;
}

.wrapper {
    direction: rtl;
}

@media screen and (max-width: 991.98px) {
    .logo-text-mobile img {
        width: 200px;
    }
    ul {
        padding-left: 10px;
    }
    .darkmode-r .demo-header h4 {
        text-transform: uppercase;
        font-size: 36px;
        color: #ffa168;
        margin-bottom: 2rem;
    }
    .white .arabic_btn {
        background: #ea6852;
    }
    .media-left {
        margin-right: 0;
        width: 100%;
    }
    .media-left img {
        width: 100%;
        margin-bottom: 15px;
    }
    .white .aboutconstraction.about {
        height: 100%;
    }
    .arabic_btn {
        visibility: visible;
        text-align: center;
        background: #fea068;
        padding: 5px 10px;
        height: 36px !important;
        display: inline-block !important;
        line-height: 22px !important;
        border-radius: 6px;
        margin-top: -9px;
    }
    .orangemode .arabic_btn {
        background: #ee907b;
    }
    .mob_mrg_rit_0 {
        margin-right: 0;
    }
    .media-body {
        float: right;
    }
    .services {
        padding-top: 50px;
    }
    .home-info.services h3 {
        font-size: 30px;
        margin-bottom: 1rem;
        margin-top: 15px;
    }
    .white .chooseus-section.chooseus-section2 {
        padding-top: 50px;
        background: #193b69;
        height: 100%;
    }
    .chooseus-block {
        margin-top: 0;
    }
    .chooseus-section h2 {
        font-size: 36px;
    }
    .home__page.designhousebg {
        display: block !important;
        margin-bottom: 20px;
    }
}

.workshop .copy-right p {
    color: #000;
    line-height: 20px;
    font-size: 16px;
}

.white .copy-right p,
.orangemode .copy-right p,
.darkmode-r .copy-right p {
    color: #003a70;
    line-height: 20px;
    font-size: 16px;
}

.copy-right p {
    font-family: 'd-dinregular', Oswald, sans-serif;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}