html {
    scroll-behavior: smooth;
}

body {
    padding-top: 0px;
}

/* Start Splash Screen */
.splash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99999999;
    background: #e42e88;
    margin: auto;
    position: fixed
}

.sk-folding-cube {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.p404Txt {
    text-align: center;
    margin: 90px 0px;
    font-size: 40px;
    font-family: hacentunisia;
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.imgCatLink {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

span.imgCatCover {
    width: 100%;
    display: block;
    height: 100%;
    background-color: #1111113d;
    position: absolute;
    right: 1px;
    z-index: 2;
    top: 1px;
}

.imgSubCat {
    position: absolute;
    right: 1px;
    border-radius: 5px;
}



@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* End Splash Screen */
/* Start header */
.outside {
    height: 220px;
}

.imgcover {
    position: absolute;
    top: 0;
    background: rgba(2, 2, 2, .55);
    z-index: 2;
}

.logtext {
    position: absolute;
    top: 32px;
    z-index: 3;
    left: 55px;
        width: 155px;
    height: 150px;

}

.logtext>img {
    width: 155px;
    height: 150px
}

.socail {
    position: absolute;
    top: 35px;
    right: 511px;
    color: #fff;
    z-index: 2;
    font-size: 17px;
}

.socail>a,
.socail>a:hover {
    color: #fff;
}

.socailicon {
    margin-left: 10px;
    cursor: pointer;
    width: 17px;
}

.callText {
    display: inline;
    margin-left: 12px;
    font-family: hacentunisia
}

.shareicon {
    position: absolute;
    top: 37px;
    right: 34px;
    z-index: 2;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.header>.topheader>.menu>.ulmenu {
    list-style: none;
    position: absolute;
    top: 80px;
    right: 371px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #FFF;
    padding: 10px 29px 10px 5px;
    z-index: 2;

}

.header>.topheader>.menu>.ulmenu>li {
    display: inline;
    font-family: hacentunisia;
    font-size: 20px;
    color: #fff;
    margin-left: 30px;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out .4s;
    -moz-transition: all 250ms ease-out .4s;
    -o-transition: all 250ms ease-out .4s;
    transition: all 250ms ease-out .4s;
}

.header>.topheader>.menu>.ulmenu>li:hover,
.header>.topheader>.menu>.ulmenu>.active {
    border-top: 2px solid #bc2670;
    padding: 8px 16px;

}

.header>.topheader>.menu>.ulmenu>li>a,
.header>.topheader>.menu>.ulmenu>li>a:hover {
    color: #fff;
    text-decoration: none
}

.header>.headerbody {
    position: absolute;
    top: 200px;
    right: 455px;
    z-index: 2;
}

.header>.headerbody>.maintext {
    font-size: 50px;
    font-family: hacentunisia;
    color: #fff;
    text-align: center;
}

.header>.headerbody>.maintext>.text1 {
    color: #bc2670;
}

.header>.headerbody>.secondText {
    font-size: 25px;
    font-family: hacentunisia;
    color: #fff;
    text-align: center;
    line-height: .7;
}

.header>.headerbody>.third {
    font-size: 25px;
    font-family: hacentunisia;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    max-width: 400px;
    margin-right: 22px;
}

.nazmbtn {
    position: absolute;
    top: 500px;
    right: 579px;
    font-size: 16px;
    font-family: hacentunisia;
    color: #fff;
    border: 2px solid #fff;
    z-index: 2;
    padding: 7px 62px;
    cursor: pointer;
}

.header .morebtn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #fff;
    border-radius: 2px;
    border-color: #fff;
    width: 183px;
}

.header .nazmbtn:hover,
.header .nazmbtn:focus,
.header .nazmbtn:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #FFFFFF;
}

.morebtn>a {
    color: #fff
}

.morebtn>a:hover {
    text-decoration: none
}

@media(max-width: 1024px) {
    .header>.topheader>.menu>.ulmenu {
        right: 177px;
    }

    .socail {
        right: 337px;
    }

    .header>.headerbody {
        right: 277px;
    }

    .nazmbtn {
        right: 405px;
    }
}

@media(max-width: 800px) {
    .logtext>img {
        width: 80px;
        height: 80px;
        position: absolute;
        top: -13px;
        right: -50px;
    }

    .fa-share-alt {
        display: none
    }

    .header>.topheader>.menu>.ulmenu>li {
        font-size: 11px;
        margin-left: 20px
    }

    .header>.topheader>.menu>.ulmenu>li:hover,
    .header>.topheader>.menu>.ulmenu>.active {
        padding: 13px 16px
    }

    .header>.headerbody>.maintext {
        color: #fff;
        text-align: center;
        margin-right: 48px;
        font-size: 32px
    }

    .header>.headerbody>.secondText {
        font-size: 20px;
        margin-right: 38px
    }

    .header>.headerbody>.third {
        font-size: 20px;
        max-width: 295px;
    }
}

@media(max-width: 768px) {
    .logtext>img {
        width: 80px;
        height: 80px;
        position: absolute;
        top: -23px;
        right: -50px;
    }

    .header>.topheader>.menu>.ulmenu {
        right: 162px;
    }

    .header>.headerbody {
        right: 180px;
        top: 170px;
    }

    .header>.headerbody>.third {
        max-width: 300px;
    }

    .header>.headerbody>.maintext {
        margin-right: 52px;
    }

    .socail {
        right: 194px;
    }

    .nazmbtn {
        top: 350px;
        right: 258px;
    }
}

@media(max-width: 667px) {
    .socail {
        font-size: 13px;
        right: 192px;
        top: 24px;
    }

    .header>.topheader>.menu>.ulmenu {
        right: 160px;
          padding: 10px 15px 10px 12px;
    }

    .header>.topheader>.menu>.ulmenu>li {
        margin-left: 5px
    }

    .logtext>img {
        width: 80px;
        height: 80px;
        position: absolute;
        top: -26px;
        right: -49px;
    }

    .header>.headerbody {
        top: 159px;
        right: 153px;
    }

    .header>.headerbody>.third,
    .header>.headerbody>.secondText {
        font-size: 16px;
        max-width: 280px;
    }

    .header>.headerbody>.maintext {
        margin-right: 51px;
        font-size: 30px
    }

    .nazmbtn {
        top: 300px;
        right: 218px;
    }
}

/* @media(max-width: 568px) {

    .header>.headerbody>.secondText,
    .header>.headerbody>.third {
        display: none
    }

    .socail {
        right: 156px;
        top: 20px;
    }

    .logtext1 {
        font-size: 20px
    }

    .header>.topheader>.menu>.ulmenu {
        right: 122px
    }

    .header>.topheader>.menu>.ulmenu>li:hover {
        padding: 13px 5px;
    }

    .logtext>img {
        width: 75px;
        height: 75px;
        position: absolute;
        top: -15px;
        right: -34px;
    }

    .header>.headerbody {
        top: 130px;
        right: 136px;
    }

    .header>.headerbody>.third,
    .header>.headerbody>.secondText {
        font-size: 17px;
    }

    .header>.headerbody>.maintext {
        margin-right: 21px;
        margin-top: 20px;
        font-size: 28px
    }

    .nazmbtn {
        top: 245px;
        right: 173px;
        font-size: 12px
    }
} */

@media(max-width: 480px) {


    .logtext>img {
        width: 70px;
        height: 70px;
        position: absolute;
           top: 0px;
    right: 0px;
    }
.socailicon {
    margin-left: 8px;
    cursor: pointer;
    width: 15px;
}
.logtext {
    position: absolute;
    top: 32px;
    z-index: 3;
    left: 0px;
    width: 70px;
    height: 70px;
}
    .socail {
        font-size: 12px;
        width: 81%;
        right: 47px
    }

    .header>.topheader>.menu>.ulmenu {
        right: 5px;
        top: 50px;
    }

    .header>.headerbody {
        right: 54px;
        top: 330px;
    }

    .nazmbtn {
        top: 600px;
        right: 134px;
    }
}

@media(max-width: 424px) {

    .header>.headerbody>.secondText,
    .header>.headerbody>.third {
        display: inherit
    }

    .header>.headerbody>.third {
        max-width: 280px;
    }
}

@media(max-width: 424px) {
    .header>.topheader>.menu>.ulmenu {
padding: 10px 4px 10px 0px;
    right: 11px;
    width: 310px;
    }

    .header>.headerbody {
        top: 300px;
        right: 35px;
    }

    .header>.topheader>.menu>.ulmenu>li:hover,
    .header>.topheader>.menu>.ulmenu>.active {
        padding: 13px 8px;
    }

    .header>.headerbody>.maintext {
        margin-right: 48px;
    }

    .socail {

        right: 17px;
    }

    .nazmbtn {
        top: 600px;
        right: 114px;
    }
}

@media(max-width: 375px) {
    .socail {
        right: 45px;
        font-size: 10px;
    }

    .header>.topheader>.menu>.ulmenu {
        right: 15px;
        margin-left: 3px;
    }

    .header>.headerbody {
        right: 20px;
        top: 233px;
    }

    .header>.headerbody>.maintext {
        font-size: 26.3px;
        margin-right: 51px
    }

    .header>.headerbody>.third {
        max-width: 252px;
        font-size: 17px
    }

    .header>.headerbody>.secondText {
        font-size: 17px
    }

    .nazmbtn {
        top: 520px;
        right: 93px;
    }

}

@media(max-width: 360px) {

    .header>.headerbody>.secondText,
    .header>.headerbody>.third {
        font-size: 17px;
        max-width: 260px
    }

    .header>.headerbody {
        top: 180px;
    }

    .header>.headerbody>.maintext {
        margin-Right: 33px;
        font-size: 30px;
    }

    .header>.topheader>.menu>.ulmenu {
        padding-right: 10px;
    }

    .socail {
        right: 23px;
        font-size: 11px;
        width: 70%;
    }

    .nazmbtn {
        top: 400px;
        right: 88px;
    }
}

@media(max-width: 320px) {
    .logtext>img {
        width: 55px;
        height: 55px;
        position: absolute;
        top: -20px;
        right: -11px;
    }

    .header>.headerbody>.secondText,
    .header>.headerbody>.third {
        display: none
    }

    .header>.headerbody>.maintext {
        margin-right: 36px;
        font-size: 17px;
        font-weight: 600;
    }

    .header>.topheader>.menu>.ulmenu {
        padding-right: 10px;
        right: 2px
    }

    .socail {
        font-size: 7px;
        right: 61px;
        top: 54px;
    }

    .header>.headerbody {
        right: 43px;
    }

    .nazmbtn {
        top: 390px;
        right: 62px;
    }

}

/* End header */
/* Start Catogrise */
.catogrise {
    margin-top: 50px;
}

.catogrise a,
.catogrise a:hover {
    color: #000;
    text-decoration: none
}

.at2omfrance,
.lighting,
.chair,
.bnshat {
    width: 44%;
    height: 200px;
    display: inline-block;
    margin: 5px;
    position: relative
}

.catDetailImg {
    width: 20%;

}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.frame,
.frameqwuash,
.frame1,
.frame2,
.frame3 {
    position: absolute;
    top: 3.5%;
    right: 5.12%;
    padding: 3px 3px 3px 3px;
    border: 5px solid rgba(255, 255, 255, 0.76);
    width: 180px;
    height: 184px;
}

.frameqwuash {
    top: 3%;
    right: 4%;
    width: 92%;
    height: 95%;
}

.btnFrame,
.btnFrameQuwash {
    position: absolute;
    top: 40%;
    right: 15%;
    border: 4px solid rgba(255, 255, 255, 0.76);
    padding: 3px;
    background: rgba(255, 255, 255, 0.76);
    width: 115px;
    text-align: center
}

.btnFrameQuwash {
    top: 42%;
    right: 22%;
    width: 359px;
}

.btnText,
.btnText1,
.btnText2,
.btnText3,
.btnTextQuwash {
    font-family: hacentunisia;
    margin-bottom: 0;
    cursor: pointer;
}

.btnTextQuwash {
    font-size: 30px;
    padding: 11px 130px;
}

.quwashImg {
    height: 421px;
    width: 100%;
    margin-top: 5px;
    border-radius: 4px;
}

.catogriseMore {
    margin-top: 40px;
    background: #cbb9a6;
    padding: 7px 40px;
    font-family: hacentunisia;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.catogriseMore .catogriseLink {
    color: #fff;
}

.catogriseMore .catogriseLink:hover {
    text-decoration: none
}

.catogrise .catogriseMore {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #fff;
    border-radius: 2px;
    border-color: #fff;
    width: 223px;
    background-color: #cbb9a6;
}

.catogrise .catogriseMore:hover,
.catogrise .catogriseMore:focus,
.catogrise .catogriseMore:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #cbb9a6;
    color: #FFFFFF;
}

@media(max-width: 1024px) {
    .quwashShow {
        display: inherit
    }

    .at2omfrance,
    .lighting {
        display: none;
    }

    .btnFrameQuwash {
        right: 14%;
    }
}

@media(max-width: 768px) {
    .quwashShow {
        display: none
    }

    .btnFrame,
    .btnFrameQuwash {
        right: 35%;
    }

    .catogrise .categoriesShow {
        float: left
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        display: inline-block;
    }

    .frame,
    .frame1,
    .frame2,
    .frame3 {
        right: 5.12%;
        top: 5.5%;
        width: 90%;
    }

    .bnshat>img {
        width: 100%;
    }

    .chair,
    .bnshat {
        margin: 17px -8px 11px 37px;
    }

    .catogrise .categoriesShow {
        text-align: center;
    }

    .chair,
    .bnshat {
        display: inline-block;
        margin: 0px;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .at2omfrance,
    .lighting {
        display: none;
    }

}



/* End Catogrise */

/* Start nazm Far7k */
.nazm {
    margin-top: 70px;
}

.content {
    background-image: url(../images/nazmZfzfk/nazm.png);
    background-size: 100% 500px;
}

.mainText {
    font-size: 38px;
    font-family: hacentunisia;
    margin-top: 40px
}

.nazm .secondtext,
.nazm .thirdtext,
.nazm .fourthtext {
    font-size: 17px;
    font-family: hacentunisia;
    width: 450px
}

.nazm .thirdtext {
    margin-top: 22px
}

.nazm .fourthtext {
    margin-top: 50px
}

.nazm .morebtn {
    margin: 30px;
    background: #cbb9a6;
    padding: 7px 53px;
    font-family: hacentunisia;
    color: #fff;
    cursor: pointer;
    margin-bottom: 130px;

}

.nazm .morebtn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #fff;
    border-radius: 2px;
    border-color: #fff;
    width: 183px;
    background-color: #cbb9a6;
}

.nazm .morebtn:hover,
.nazm .morebtn:focus,
.nazm .morebtn:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #cbb9a6;
    color: #FFFFFF;
}

.leftImg {
    height: 400px;
    margin-top: 34px;
    border-radius: 2%;
}

.nazm .imgFrame {
    border: 5px solid rgba(255, 255, 255, 0.76);
    width: 77%;
    height: 85%;
    position: absolute;
    top: 11%;
    right: 5.4%;
}

@media(max-width: 1024px) {
    .nazm .imgFrame {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .nazmShow {
        display: none
    }
}

@media(max-width: 768px) {
    .mainText {
        font-size: 20px;
    }

    .nazm .secondtext,
    .nazm .thirdtext,
    .nazm .fourthtext {
        font-size: 14px;
        width: 258px;
    }

}

@media(max-width: 992px) {
    .nazmShow {
        display: none
    }
}

/* End nazm Far7k */
/* start information */
.information {
    margin-top: 160px
}

.information .content {
    position: relative;
    height: 155px;

}

.information .firstContent,
.information .secondContent,
.information .thirdContent {
    display: inline-block;
    margin-left: 45px;
    margin-right: 50px;
    position: relative;
    font-family: hacentunisia;
    font-weight: 600;

}

.imgInCircle {
    margin-top: 20px;
    margin-left: 2px;
}

.line {
    margin-bottom: 79px;
    height: 76px;
    margin-top: 40px;
}

.firstCircle,
.secondCircle,
.thirdCircle {
    border-radius: 50%;
    background: #cbb9a6;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 78px;
    left: 62px;
    -webkit-transition: all 700ms ease-in-out .2s;
    -moz-transition: all 700ms ease-in-out .2s;
    -o-transition: all 700ms ease-in-out .2s;
    transition: all 700ms ease-in-out .2s;
}

.secondCircle {
    left: 40px;
}

.thirdCircle {
    left: 31px;
}

.firsttextmain {
    margin-top: 52px;
}



@media (max-width: 768px) {

    .information .firstContent,
    .information .secondContent,
    .information .thirdContent {
        margin-left: 0px;
        margin-right: 4px;
        font-size: 12px;
    }

    at2omfrance,
    .lighting,
    .chair,
    .bnshat {
        width: 100%;
        height: 210px;
        display: inline-block;
        margin: 5px;
        position: relative
    }

    .ImgContent {

        width: 169px;

    }

    .ImgContent>img {
        width: 137px;
    }

    .ImgContent .Morebtn {
        font-size: 15px;
        padding: 5px 24px;
        margin-right: 18px;
    }

    .outside {
        height: 145px;
    }
}

@media(max-width: 736px) {

    .information .firstContent,
    .information .secondContent,
    .information .thirdContent {
        margin-left: 12px;
        margin-right: 11px;
        font-size: 12px;
        margin-bottom: 15px;
    }
}

.secondCircle {
    left: 35px
}

.firstCircle {
    left: 49px;
}

#thirdLine {
    display: none
}


@media (max-width: 595px) {

    .information .thirdContent,
    .thirdCircle {
        display: none
    }

    #thirdLine {
        display: none
    }
}

@media(max-width: 424px) {
    .information .content {
        height: 330px;

    }

    .secondtextmain {
        margin-top: 140px;
    }

    .firsttextmain,
    .secondtextmain {
        margin-left: 23px;
    }

    #secondLine {
        display: none
    }
}

@media(max-width: 992px) {
    .information .thirdContent {
        display: none
    }
}

/* End information */
/* Start contact*/
#ContactUs {
    margin-top: 80px
}

.contact {
    margin-top: 10px;
    background-image: url("../images/contact/maxresdefault.jpg");
    background-size: 100% 700px;
}

.rightbranch {
    margin-bottom: 90px
}

.contectText {
    color: #c2c2c2;
    font-size: 30px;
    font-family: hacentunisia;
    margin-top: 30px;
}

.secondContactText {
    width: 364px;
    font-family: hacentunisia;
    color: #c2c2c2;
    font-size: 16px;
    margin-bottom: 20px;
}

.tagContact {
    margin-bottom: 40px;
}

.location,
.phone,
.mail {
    margin-bottom: 40px
}

.locationImg,
.phoneImg,
.mailImg {
    margin-bottom: 5px;
}

.mailImg {
    margin-bottom: 5px
}

.locationText,
.phoneText,
.mailText {
    font-family: hacentunisia;
    display: inline-block;
    margin-right: 18px;
    width: 218px;
    color: #c2c2c2;
}

.phoneText {
    width: 165px
}

.middleLine {
    height: 287px;
}

.form-control {
    width: 200px;
    margin-right: 70px;
    margin-bottom: 16px;
    background: #c7c7c8;
    font-family: hacentunisia;
}

::-webkit-input-placeholder {
    font-family: hacentunisia;
    color: #c2c2c2;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: hacentunisia;
    color: #c2c2c2;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: hacentunisia;
    color: #c2c2c2;
}

:-ms-input-placeholder {
    font-family: hacentunisia;
    color: #c2c2c2;
}

.form-textarea {
    height: 105px;
    font-family: hacentunisia;
}

.sendbtn {
    margin-right: 130px;
    margin-top: 16px;
    font-family: hacentunisia;
    font-size: 15px;
    background: #cbb9a6;
    padding: 4px 27px;
    color: #fff;
}

.contact form {
    margin-top: 9px;
}

.message {
    font-family: hacentunisia;
    color: #b7c2c2;
    font-size: 20px;
}

@media(max-width: 992px) {
    .middleLine {
        display: none
    }
}

@media(max-width: 768px) {
    .sendbtn {
        margin-right: 55px;
    }

    .form-control {
        margin-right: 0px;
    }

    .middleLine {
        margin-right: -59px;
    }

    .rightbranch {
        margin-left: -3px;
    }
}

@media(max-width: 480px) {
    .middleLine {
        display: none;
    }

    .form-control {
        width: 170px
    }

    .locationText,
    .phoneText,
    .mailText {
        width: 150px;
        font-size: 16px;
        margin-right: 6px;
    }

    .locationImg,
    .phoneImg,
    .mailImg {
        margin-bottom: 2px;
        width: 17px;
    }
}

@media(max-width: 424px) {

    .locationText,
    .phoneText,
    .mailText {
        width: 120px;
        font-size: 12px;
    }

    .locationImg,
    .phoneImg,
    .mailImg {
        width: 10px;
    }

    .form-control {
        width: 150px;
    }

    .sendbtn {
        margin-right: 10px;
    }

    .middleLine {
        display: none
    }

    .secondContactText {
        width: 291px;
        font-size: 13px;
    }
}

@media(max-width: 375px) {

    .locationText,
    .phoneText,
    .mailText {
        width: 120px;
        font-size: 12px;
    }

    .locationImg,
    .phoneImg,
    .mailImg {
        width: 10px;
    }

    .form-control {
        width: 100px;
    }

    .sendbtn {
        margin-right: 10px;
    }

    .middleLine {
        display: none
    }

    .secondContactText {
        width: 291px;
        font-size: 13px;
    }
}

/* End contact*/

/* Start Footer */
.FooterSection {
    position: relative
}

.footer {
    margin-top: 130px;
}

.nameFooter {
    font-family: DiwaniBent;
    color: #cbb9a6;
    font-size: 40px;
}

.nameFooter span {
    color: #000
}

.FooterSection .footer a,
.FooterSection .footer a:hover {
    color: #000;
    text-decoration: none
}

.footer label {
    font-family: hacentunisia;
    color: #cbb9a6;
    font-size: 15px;
    display: block;
    margin-bottom: 50px
}

.footerCopy {
    margin-bottom: 20px;
}

.whatsapp {
    position: fixed;
    bottom: 8px;
    right: 8px;
    z-index: 999;
}

.whatsappIcon {
    width: 65px;
}

.copyText,
.developerText {
    color: #cbb9a6;
    margin-bottom: 20px;
    display: inline;
}

.developerText {
    margin-left: 10px;
}

.footerhr {
    border: 1px solid #cbb9a6;
}

.FooterSection .arrowUp {
    display: inline-block;
    background: #a3ad6f;
    width: 41px;
    height: 40px;
    margin-right: 30px;
    border-radius: 2px;
    position: fixed;
    bottom: 26px;
    cursor: pointer;
    left: 20px;
    display: none;
}
@media(max-width: 768px) {
   
.whatsapp {
    position: fixed;
    bottom: 8px;
    right: -75px;
    z-index: 999;
}
    
}
@media(max-width: 424px) {
    .footerCopy {
        font-size: 10px;
    }

    .FooterSection .arrowUp {
        bottom: 21px;
    }
}

@media(max-width: 375px) {
    .FooterSection .arrowUp {
        bottom: 37px;
    }
}

/* End Footer */

/* Scroll Style */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(202, 82, 141, 0.49);
    border-radius: 10px;
    background-color: rgba(202, 82, 141, 0.49);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(202, 82, 141, 0.49);
    background-color: rgba(236, 11, 121, 0.78)
}

/* Scroll Style */
