@import "../font/opensans.css";
:root{
    --color-while: #ffffff;
    --color-black: #000000;
    --color-black-05: rgba(0,0,0,0.5);
    --color-yelow: #FCEF00;
    --color-grey: #F3F5F9;
    /*********************/
    --red: #da2c4d;
    --yellow: #f8ab37;
    --green: #2ecc71;
    --white: #ffffff;
    --grey-light: #f2f7f9;
    --grey: #ecedf3;
    --black: #080808;
    --black-blue: #1f2029;
    --black-blue-light: #353746;
    --black-blue-light-2: #404255;
    --black-blue-light-3: #4b4d64;
    --black-light: #424455;
}
*{padding: 0;margin: 0;}
html{
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--color-yelow) var(--color-black);
    scrollbar-gutter: stable;
    stroke-width: thin;
}
body {
    scroll-behavior: smooth;
    font-family: "Open Sans", sans-serif!important;
    background-color: var(--color-while);
    font-size: 18px;
    overflow-x: hidden;
    position: relative;
}
html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background: var(--color-black);
}

html::-webkit-scrollbar-thumb {
    background-color: var(--color-yelow);
    border-radius: 20px;
}
@-moz-document url-prefix(http: //),url-prefix(https://) {

    scrollbar {
        -moz-appearance: none !important;
        background: rgb(0, 255, 0) !important;
    }

    thumb, scrollbarbutton {
        -moz-appearance: none !important;
        background-color: rgb(0, 0, 255) !important;
    }

    thumb:hover, scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: rgb(255, 0, 0) !important;
    }

    scrollbarbutton {
        display: none !important;
    }

    scrollbar[orient="vertical"] {
        min-width: 15px !important;
    }
}
a{text-decoration: none;transition: 0.4s;color: var(--black);}
a span{text-decoration: none;transition: 0.4s;}
h2{font-size: 45px!important;}
h3{font-size: 41px!important;}
img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      transition: .3s;
  }
ul,li{
    list-style: none;
}
header{
    z-index: 9999;
    display: block;
    position: relative;
}
.main-holder{
    overflow: hidden;
    max-width: 1396px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
#right-arrow{fill: var(--color-yelow);}
/*header start*/
.box-flex-single{
    margin: 0 0 5% 0;
}
.box-flex-single ul li{
    list-style: inside;
    left: 2%;
    position: relative;
}
.wrap-header .wrap-menu-soc-lang .nav{
    display: none;
}
.wrapper-header{
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.wrap-header{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-logo{
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
}
.is-active {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* z-index: 100500; */
    background-color: #ffffff!important;
    width: 100%;
    height: 70px;
    opacity: 0;
    animation: ani 1s forwards;
    border-bottom: 1px solid #c2c2c2;
}
@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.wrap-menu-soc-lang{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.box-dia{
    border: 1px solid var(--black);
    text-decoration: none;
    padding: 5px;
    border-radius: 20px;
    color: var(--black);
    display: flex;
    justify-content: start;
    text-align: center;
    gap: 5px;
    font-size: 16px;
    width: 263px;
    align-items: center;
}
.box-dia img{
    width: 35px;
    height: 35px;
}
.box-dia:hover{
    /* border: 1px solid var(--color-yelow); */
    color: var(--color-yelow);
    text-decoration: none;
    /* background-color: var(--black); */
}
.wrap-menu{
    width: 60%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.nav-menu{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.nav-menu li{
    display: block;
    position: relative;
    padding: 1%;
    cursor: pointer;
}
.nav-menu li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}
.nav-menu li:hover{
    background-color: var(--color-black);
    padding: 1%;
}
.nav-menu li:hover a{
    color: var(--color-yelow);
    text-decoration: none;
}
.wrap-soc{
    width: 20%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 2%;
}
.wrap-soc a{
    text-decoration: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--color-while);
    background-color: var(--color-black);
    border-radius: 50%;
}
.wrap-soc a:hover{
    color: var(--color-black);
    background-color: var(--color-yelow);
    fill: var(--color-black);
}
.wrap-lang{
    width: 10%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-lang a{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-black);
    text-decoration: none;
    font-size: 18px;
}
.wrap-lang a:hover{
    background-color: var(--color-black);
    color: var(--color-while);
    text-decoration: none;
}
.wrap-lang .current-lang a{
    background-color: var(--color-black);
    color: var(--color-while);
}
.wrap-lang .current-lang:hover a{
    color: var(--color-yelow);
}

/*header end*/
.wrapper-content{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow-x: hidden;
    margin-top: -4%;
}
/*main slider start*/
.wrap-slider{
    width: 100%;
    height: auto;
    /* margin-top: -60px; */
}
.wrap-tehnolodgy{
    /* width: 100%; */
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.wrap-tehnolodgy img {
    transform: rotate(38deg);
    width: 67%;
    position: relative;
    left: -270px;
    top: 18px;
    background-size: cover;
    background-position: center;
}
.wrap-yelow-bg{
    width: 40%;
    height: 100vh;
    background: yellow;
    display: block;
    position: absolute;
    left: 60%;
}
.yellovcircule1{
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background-color: yellow;
    border-radius: 50%;
    left: 74px;
    top: 112px;
}
.yellovcircule2{
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background-color: yellow;
    border-radius: 50%;
    left: 240px;
    top: 781px;
}
.yellovcircule3{
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background-color: yellow;
    border-radius: 50%;
    left: 84px;
    top: 736px;
}
.wrap-items-sliders{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 20%;
}
.wrap-item-slide{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: 6dvh;
    margin-left: 24px;
}
.wrap-item-slide-text{
    width: 553px;
    height: auto;
    /* margin-right: 89px; */
}
.wrap-item-slide-text h2{
    width: 100%;
    font-size: 54px;
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
}
.wrap-item-slide-text p{
    width: 100%;
    font-size: 18px;
    display: block;
    position: relative;
    text-align: left;
}
.wrap-item-slide-img{
    width: 700px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid var(--color-yelow);
}
.box-dia {
    width: 285px;
}
.wrap-slider .owl-carousel .owl-dots{
    display: flex;
    position: absolute;
    top: 21dvh;
    left: -2%;
    font-size: 50px;
    color: #0000;
    z-index: 9;
    width: 100%;
    height: 60px;
    justify-content: flex-end;
    align-items: center;
}
.wrap-slider .owl-carousel .owl-dot{
    background-color: var(--color-black)!important;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    position: relative;
}
.wrap-slider .owl-carousel .owl-dots .active{
    background-color: var(--color-while)!important;
}
.wrap-slider .owl-nav{
    display: none;
}
/* Feel free to change duration  */ 
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }  
  /* .owl-animated-out - only for current item */ 
  /* This is very important class. Use z-index if you want move Out item above In item */ 
  .owl-animated-out {
    z-index : 1 
     }
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ 
  .owl-animated-in {
    z-index : 0 
     }
  /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
  .fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  @keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
/*main slider end*/
/*main screen 2 start*/
.wrap-screen-2{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.wrap-screen-2-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    gap: 30px;
}
.wrap-screen-2-img{
    width: 50%;
    height: auto;
    display: block;
    position: relative;
}
.wrap-img-top{
    width: 350px;
    height: 450px;
    display: block;
    position: relative;
    top: 162px;
    left: 209px;
    border-radius: 10px;
    border: 2px solid var(--color-yelow);
    overflow: hidden;
    z-index: 1;
}
.wrap-img-bottom{
    width: 350px;
    height: 450px;
    display: block;
    position: relative;
    bottom: 82px;
    left: 27px;
    border-radius: 10px;
    border: 2px solid var(--color-yelow);
    overflow: hidden;
    z-index: 2;
}
.wrap-screen-text{
    width: 50%;
    height: auto;
}
.wrap-screen-text h2{
    width: 100%;
    height: auto;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.wrap-screen-text p{
    font-size: 18px;
}
.wrap-screen-text div{
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: justify;
}

/*main screen 2 end*/
/*main order-a-consultation start*/
.wrap-order-a-consultation{
    width: 100%;
    height: 250px;
    display: block;
    position: relative;
    background-color: var(--color-yelow);
    /* overflow: hidden; */
}
.wrap-order-a-consultation-img-bg{
    width: 731px;
    height: auto;
    display: block;
    position: absolute;
    left: -280px;
    top: -99%;
    z-index: 1;
    transform: rotate(42deg);
}
.wrap-order-a-consultation-img-bg img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center
}
.wrap-order-a-consultation-img-bg-bottom{
    width: 731px;
    height: auto;
    display: block;
    position: absolute;
    left: 70%;
    top: -84%;
    z-index: 1;
    transform: rotate(233deg);
}
.wrap-order-a-consultation-img-bg-bottom img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center
}
/*.wrap-order-a-consultation::before{
    content: url(../image/s.png);
    width: 731px;
    height: auto;
    display: block;
    position: absolute;
    left: -280px;
    top: -192%;
    bottom: 0;
    transform: rotate(42deg);
    z-index: 1;
}
.wrap-order-a-consultation::after{
    content: url(../image/s.png);
    width: 713px;
    height: auto;
    display: block;
    position: absolute;
    left: 43%;
    top: 347%;
    bottom: 0;
    transform: rotate(233deg);
    z-index: 1;
}*/
.wrap-order-a-consultation-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 55px 0;
    z-index: 2;
}
.wrap-order-a-consultation-text{
    width: 70%;
    height: auto;
    display: block;
    position: relative;
}
.wrap-order-a-consultation-text h3{
    font-size: 41px;
    font-weight: 100;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.wrap-order-a-consultation-text p{
    font-size: 18px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    line-height: 1.2;
    text-align: left;
}
.wrap-order-a-consultation-botton{
    width: 30%;
    height: auto;
    display: block;
    position: relative;
    margin-right: -80px;
}
.wrap-order-a-consultation-botton a{
    width: 250px;
    height: 80px;
    background-color: var(--color-black);
    border-radius: 30px;
    padding: 10px 30px;
    color: var(--color-while);
    text-decoration: none;
    font-size: 22px;
}
.wrap-order-a-consultation-botton a:hover{
    text-decoration: none;
    background-color: var(--color-while);
    color: var(--color-black);
}
/*main order-a-consultation end*/
/*main wrap-services start*/
.wrap-services{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 20px 0;
}
.wrap-services h2{
    width: 100%;
    height: auto;
    font-size: 45px;
    display: block;
    position: relative;
    text-align: center;
}
.wrap-services h2::after{
    content: '';
    width: 400px;
    height: 4px;
    background-color: var(--color-yelow);
    display: block;
    position: relative;
    margin: 5px auto;
}
.wrap-services-items{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 50px;
    padding: 0 38px;
}
.wrap-services-item{
    /* width: 250px; */
    /* height: 350px; */
    width: 100%;
    display: block;
    position: relative;
    background-color: var(--color-grey);
    padding: 20px;
    border-radius: 20px;
    text-decoration: none;
    color: var(--color-black);
    text-align: justify;
    pointer-events: none;
}
.wrap-services-item:hover{
    color: var(--color-black);
    background-color: var(--color-yelow);
    text-decoration: none;
}
.wrap-services-item-icon{
    width: 100%;
    height: 160px;
    display: block;
    position: relative;
}
.wrap-services-item-icon img{
    width: 100%;
    height: 133px;
    display: block;
    position: relative;
}
.wrap-service-item-text{
    display: block;
    width: 100%;
    /* height: 100px; */
    height: 15dvh;
    position: relative;
    font-size: 18px;
    text-align: center;
    /* margin: 0 auto; */
    margin-top: 6%;
}
.wrap-services .owl-nav{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;   
    z-index: 2;
    position: relative;
}
.wrap-services .owl-nav .owl-prev{
    width: 150px;
    height: 50px;
    display: block;
    position: relative;
    content: url('../image/services/arrow.svg');
    transform: rotateY(180deg);
    left: -36px;
    cursor: pointer;
}
.wrap-services .owl-nav .owl-next{
    width: 150px;
    height: 50px;
    display: block;
    position: relative;
    content: url('../image/services/arrow.svg');
    cursor: pointer;
}
/*main wrap-services end*/
/*main wrap-sadvantages start*/
.wrap-advantages{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 40px 0;
}
.wrap-advantages-h2{
    width: 100%;
    height: auto;
    font-size: 45px;
    display: block;
    position: relative;
    text-align: center;
    /* margin-bottom: 25px; */
}
.wrap-advantages-h2::after{
    content: '';
    width: 400px;
    height: 4px;
    background-color: var(--color-yelow);
    display: block;
    position: relative;
    margin: 5px auto;
}
.wrap-advantages-items{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}
.wrap-advantages-item{
    width: 49%;
    height: auto;
    display: block;
    position: relative;
    padding: 10px;
}
.wrap-advantages-item-top{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wrap-advantages-item-top-icon{
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}
.wrap-advantages-item-top-icon img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.wrap-advantages-item-top-h4{
    margin-left: 15px;
}
.wrap-advantages-item-top-h4 h4{
    font-size: 20px;
}
.wrap-advantages-item-bottom p{
    font-size: 18px;
    text-align: left;
}
/*main wrap-advantages end*/
/*main wrap-projects end*/
.wrap-projects{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.wrap-projects-img-bg{
    width: 713px;
    height: auto;
    position: absolute;
    left: -12%;
    top: 0;
    transform: rotate(394deg);
    z-index: -200;
}
.wrap-projects-img-bg img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
}
/*.wrap-projects::before{
    content: url(../image/s.png);
    width: 687px;
    height: auto;
    position: absolute;
    left: -23%;
    top: -33%;
    transform: rotate(394deg);
    z-index: -200;
}
.wrap-projects::after{}*/
.wrap-projects-h2{
    width: 100%;
    height: auto;
    font-size: 45px;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.wrap-projects-h2::after{
    content: '';
    width: 400px;
    height: 4px;
    background-color: var(--color-yelow);
    display: block;
    position: relative;
    margin: 5px auto;
}
.wrap-projects-items{
    margin-top: 50px;
}
.wrap-projects-items-item{
    display: block;
    position: relative;
    border-radius: 20px;
    border: 2px solid var(--color-yelow);
    /* overflow: hidden; */
    width: 100%;
    height: 55dvh;
    overflow: hidden;
}
.wrap-projects-items-item div{
    opacity: 0;
    overflow: hidden;
    display: flex;
    position: absolute;
    /* background-color: var(--color-black-05); */
    /* width: 290px; */
    /* height: 400px; */
    width: 100%;
    height: 55dvh;
    top: 0;
    padding: 10px;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.wrap-projects-items-item div img{
    width: 280px;
    height: auto;
    display: block;
    position: relative;
    max-width: 200px;
}
.wrap-projects-items-item:hover div{
    opacity: 1;
    overflow: visible;
}
.wrap-projects-items-item:hover::after{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 55dvh;
    z-index: 2;
    background-color: var(--color-black-05);
    position: absolute;
}
.wrap-projects-items-item img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    object-position: center;
    object-fit: cover;
}
.wrap-projects .owl-nav{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;   
    z-index: 2;
    position: relative;
}
.wrap-projects .owl-nav .owl-prev{
    width: 150px;
    height: 50px;
    display: block;
    position: relative;
    content: url('../image/services/arrow.svg');
    transform: rotateY(180deg);
    left: -36px;
    cursor: pointer;
}
.wrap-projects .owl-nav .owl-next{
    width: 150px;
    height: 50px;
    display: block;
    position: relative;
    content: url('../image/services/arrow.svg');
    cursor: pointer;
}
.wrap-project-items-bottom{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 0 50px;
}
.wrap-project-items-bottom a{
    width: 250px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--color-yelow);
    color: var(--color-black);
    border-radius: 50px;
    font-size: 20px;
}
.wrap-project-items-bottom a:hover{
    background-color: var(--color-while);
    color: var(--color-black);
    border: 2px solid var(--color-yelow);
    text-decoration: none;
}
/*main wrap-projects end*/
/*main wrap-contact start*/
.wrap-contact{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 50px 0;
}
.wrap-contact .img{
    width: 713px;
    height: auto;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    /* overflow: hidden; */
}
.wrap-contact .img img{
    right: -191px;
    transform: rotate(220deg);
    z-index: -200;
    position: relative;
    background-size: cover;
    background-position: center;
}
.wrap-contact-h2{
    width: 100%;
    height: auto;
    font-size: 45px;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.wrap-contact-h2::after{
    content: '';
    width: 400px;
    height: 4px;
    background-color: var(--color-yelow);
    display: block;
    position: relative;
    margin: 5px auto;
}
.wrap-contact-content{
    width: 65%;
    height: auto;
    display: block;
    position: relative;
    background-color: rgba(0,0,0,0.8);
    margin-top: 50px;
}
.wrap-contact-content-info{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.wrap-contact-content-info-text{
    width: 50%;
    height: auto;
    display: block;
    position: relative;
    padding: 0 0 0 92px;
}
.wrap-contact-content-info-text-item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.wrap-contact-content-info-text-item .none-link,
.wrap-contact-content-info-text-item a{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wrap-contact-content-info-text-item a:hover{
    color: var(--color-yelow);
    text-decoration: none;
}
.wrap-contact-content-info-text-item-icon{
    width: 70px;
    height: 70px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-while)
}
.wrap-contact-content-info-text-item-text{
    font-size: 20px;
    color: var(--color-while)
}
.wrap-contact-content-info-text-item a:hover .wrap-contact-content-info-text-item-text,
.wrap-contact-content-info-text-item a:hover .wrap-contact-content-info-text-item-icon{
    color: var(--color-yelow);
}
.wrap-contact-content-info-hr{
    width: 3px;
    height: 286px;
    background-color: var(--color-while);
    display: block;
    position: relative;
}
.wrap-contact-content-info-logo{
    width: 35%;
    height: auto;
    padding: 30px 0;
    margin-right: 2%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    line-height: 20px;
}
/*main wrap-contact end*/
/*main wrap-footer-top start*/
.wrap-footer-top{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-top: 1%;
}
.wrap-ffoter-top-text{
    font-size: 18px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    max-width: 75%;
    left: 10%;
}
.wrap-footer-top-icon{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.wrap-footer-top-icon a{
    width: 15%;
    height: auto;
    display: block;
    position: relative;
    padding: 40px;
    cursor: pointer;
}
.wrap-footer-top-icon a img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.wrap-footer-top-icon a:hover img{
    fill: var(--color-yelow);
}
.wrap-footer-top-icon .hr{
    width: 3px;
    height: 150px;
    display: block;
    position: relative;
    background-color: var(--color-yelow);
}
/*wrapper-service-page*/
.wrapper-project-page{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    position: relative;
    margin: 50px auto;
}
.wrapper-project-page .wrap-box-text{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 35px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
.wrapper-service-page{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 50px 0
}
.wrapper-service-page .wrap-service-all{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(226px, 100%), 1fr));
    grid-gap: 1rem;
}
.wrapper-service-page .wrap-service-all .box-service-all-item{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    text-decoration: none;
    margin-bottom: 40px;
}
.wrapper-service-page .wrap-service-all .box-service-all-item a{
    color: var(--black);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    pointer-events: none;
}
.wrapper-service-page .wrap-service-all .box-service-all-item .box-service-all-item-img{
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-while);
    box-shadow: 0 18px 40px 0 rgba(0, 0, 0, .25);
    border-radius: 15px;
}
.wrapper-service-page .wrap-service-all .box-service-all-item a:hover .box-service-all-item-img{
    background-color: var(--color-yelow);
}
.wrapper-service-page .wrap-service-all .box-service-all-item .box-service-all-item-img img{
    width: 62px;
    height: 62px;
    display: block;
    position: relative;
    object-position: center;
    object-fit: cover;
}
.wrapper-service-page .wrap-service-all .box-service-all-item .box-item-h{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-black0);
    margin-top: 30px;
    max-width: 150px;
}

/*main wrap-footer-top end*/
.wrap-bg-contact{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    left: 20%;
    top: 0px;
    background-color: var(--color-yelow);
    z-index: -201;
    padding: 18px 159px;
}
.wrap-bg-contact h2{
    font-size: 45px;
    color: var(--color-black);
    display: block;
    position: relative;
    font-weight: 200;
}
/*footer start*/
.wrapper-footer{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--color-black);
}
.wrapper-footer .box-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    width: 100%;
    height: auto;
    position: relative;
    margin: 1% auto;
}
.wrapper-footer .box-footer .nav-menu-footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper-footer .box-footer .nav-menu-footer ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wrapper-footer .box-footer .nav-menu-footer ul li a{
    color: var(--color-while);
    font-size: 18px;
}
.wrapper-footer .box-footer .nav-menu-footer ul li a:hover{
    color: var(--color-yelow);
}
.wrapper-footer .box-footer .social{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper-footer .box-footer .social .box-social-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
.wrapper-footer .box-footer .social .box-social-footer a ion-icon{
    font-size: 42px;
    color: var(--color-while)
}
.wrapper-footer .box-footer .social .box-social-footer a:hover ion-icon{
    color: var(--color-yelow);
}
/*.wrapper-footer p{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--color-while);
}*/
.wrapper-footer span{
    margin-right: 5px;
}
.wrapper-footer a{
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--color-yelow);
}
.wrapper-footer a:hover{
    color: var(--color-while);
    text-decoration: none;
}
/*footer end*/
/*burger menu start*/
/*burger menu end*/
/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(0,0,0,0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: url('../image/chevron-up-large.svg');
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--grey);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .progress-wrap:hover::after {
    opacity: 0;
  }
  .progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content:  url('../image/chevron-up-large-hover.svg');
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .progress-wrap:hover::before {
    opacity: 1;
  }
  .progress-wrap svg path { 
    fill: none; 
  }
  .progress-wrap svg.progress-circle path {
    stroke: var(--color-yelow);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
#menu{
    opacity: 0;
    display: none;
}
.box-not-found{
    width: 100%;
    height: 89.6vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
/*.box-not-found::before{
    content: url('https://test.qualityhome.com.ua/wp-content/uploads/2024/01/coming-soon-img-2.png');
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    margin-bottom: -101px;
    left: 0;
    margin-left: -7px;
}*/
.box-not-found .imgpng{
    width: 71%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0px;
}
.box-not-found .imgpng img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-404{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.box-404 h1{
    font-size: 300px;
    font-weight: bold;
}
.box-404 p{
    margin-top: -50%;
    font-size: 20px;
}
.box-404 .img{
    width: 713px;
    height: auto;
    display: flex;
    position: absolute;
    left: 19%;
    top: 10%;
    /* overflow: hidden; */
    justify-content: center;
    align-items: center;
}
.box-404 .img img{
    left: 0;
    transform: rotate(282deg);
    z-index: -200;
    position: relative;
    background-size: cover;
    background-position: center;
}
 /***modal order start****/
 .modal-overlay-explorer {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100500;
}
 
.modal-overlay-explorer .modal-wrapper {
  /* width: 55%; */
  width: auto;
  /* height: 50%; */
  height: auto;
  background: ghostwhite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 15px;
}
.modal-overlay-explorer .modal-wrapper .modal-header{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  position: relative;
}
 
.modal-overlay-explorer .open-modal-btn-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 
.modal-overlay-explorer .close-modal-btn,
.modal-overlay-explorer .open-modal-btn {
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    border: none;
    background: none;
}
 
.modal-overlay-explorer .close-btn-wrapper {
    display: flex;
}
 
.modal-overlay-explorer .modal-content {
  margin: 5px auto;
  /*max-width: 210px;*/
  width: 100%;
}

.hidens {
  display: none;
}
.modal-overlay-explorer .modal-content form{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.modal-overlay-explorer .modal-content .orders{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 0;
  position: relative;
  left: 0;
  padding: 50px;
}
.modal-overlay-explorer .modal-content .orders .order-info{
  width: 45%;
  height: auto;
  display: block;
  position: relative;
}
.modal-overlay-explorer .modal-content .orders .order-info h1{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 60px;
}
.modal-overlay-explorer .modal-content .orders .order-info .order-info-to,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-word,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-price,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-total,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-from{
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 78%;
  /* border-bottom: 1px solid #e2e2e2; */
}
.line-order-price{
  width: 284px;
  height: 1px;
  display: block;
  position: relative;
  background-color: #454545;
  margin: 20px 0;
}
.modal-overlay-explorer .modal-content .orders .order-info .order-info-to img,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-word img,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-price img,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-total img,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-from img{
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  margin-right: 20px;
}
.modal-overlay-explorer .modal-content .orders .order-info .order-info-from span, 
.modal-overlay-explorer .modal-content .orders .order-info .order-info-to span,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-word span,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-price span,
.modal-overlay-explorer .modal-content .orders .order-info .order-info-total span{
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  display: block;
  position: absolute;
  right: 0;
  color: #454545;
}

.modal-overlay-explorer .modal-content .orders .order-form{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    /* border-radius: 15px; */
    /* background: #FFF; */
    /* box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.25);   */
    /* padding: 30px; */
}
.modal-overlay-explorer .modal-content .orders .order-form input{
    width: 49%;
    /* width: 32.333%; */
    height: 50px;
    display: block;
    position: relative;
    font-size: 16px;
    border-radius: 16px;
    border: 1px solid #CBCBCB;
    padding: 0 10px;
}
.modal-overlay-explorer .modal-content .orders .order-form textarea{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 16px;
    border-radius: 16px;
    border: 1px solid #CBCBCB;
    padding: 10px;
}
.modal-overlay-explorer .modal-content .orders .order-form button{
    display: flex;
    width: 270px;
    height: auto;
    padding: 24px 40px 22px 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    gap: 4px;
    border-radius: 15px;
    background: var(--black);
    color: var(--color-while);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}
.modal-overlay-explorer .modal-content .orders .order-form .ordername{
  display: flex;
  width: 527px;
  height: 50px;
  padding: 8px 14px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--middle-grey, #CBCBCB);
  background: #FFF;
  margin-bottom: 20px;
}
.modal-overlay-explorer .modal-content .orders .order-form .ordercountry{
  display: flex;
  width: 527px;
  height: 50px;
  padding: 8px 14px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--middle-grey, #CBCBCB);
  background: #FFF;
  margin-bottom: 20px;
}
.modal-overlay-explorer .modal-content .orders .order-form .orderemail{
  display: flex;
  width: 527px;
  height: 50px;
  padding: 8px 14px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--middle-grey, #CBCBCB);
  background: #FFF;
  margin-bottom: 20px;
}
.modal-overlay-explorer .modal-content .orders .order-form .ordertel{
  display: flex;
  width: 527px;
  height: 50px;
  padding: 8px 14px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--middle-grey, #CBCBCB);
  background: #FFF;
  margin-bottom: 20px;
}
.modal-overlay-explorer .modal-content .orders .order-form .ordercomments{
  display: flex;
  width: 527px;
  height: 100px;
  padding: 8px 14px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--middle-grey, #CBCBCB);
  background: #FFF;
  margin-bottom: 20px;
}
/*.modal-overlay-explorer .modal-content .orders .order-form .orderfile{
  display: flex;
  width: 527px;
  height: 50px;
  padding: 8px 14px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--middle-grey, #CBCBCB);
  background: #FFF;
  margin-bottom: 20px;
}*/
.modal-overlay-explorer .modal-content form .ordersubmit{
  width: 270px;
  height: 76px;
  flex-shrink: 0;
  background-color: var(--color-red);
  color: var(--color-while);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  display: flex;
  font-weight: 700;
  line-height: 20px;
  border: none;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.file-uploads{
  display: flex;
  width: 527px;
  height: 50px;
  padding: 8px 14px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--middle-grey, #CBCBCB);
  background: #FFF;
  margin-bottom: 20px;
}
.file-uploads .orderfile{
  width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.file-uploads label{
  width: 100%;
  height: auto;
}
.file-uploads label span{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.file-uploads .orderfile + lable{
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  background-color: #454545;
  display: inline-block;
  outline: 1px dotted #454545;
	outline: -webkit-focus-ring-color auto 5px;
}
.file-uploads .orderfile:focus + label,
.file-uploads .orderfile + label:hover {
    font-weight: bold;
    cursor: pointer;
}
.no-js .orderfile + label {
  display: none;
}

.orderfile:focus + label,
.orderfile.has-focus + label {
  outline: 1px dotted #e2e2e2;
  outline: -webkit-focus-ring-color auto 5px;
}
.wrap-box-all-project{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-top: 100px;
}
.wrap-box-all-project .masonry {
    columns: 3;
    column-gap: 16px;
}
@media (max-width: 1200px) {
    .wrap-box-all-project .masonry {
        columns: 3;
    }
}
@media (max-width: 992px) {
    .wrap-box-all-project .masonry {
        columns: 2;
    }
}
.wrap-box-all-project .masonry .grid {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    transform: all .5s;
}
.wrap-box-all-project .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.wrap-box-all-project .masonry .grid img {
    width: 100%;
    border-radius: 5px;
}
.wrap-box-all-project .masonry .grid__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
.wrap-box-all-project .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
}
.wrap-box-all-project .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wrap-box-all-project .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.wrap-box-all-project .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
} 
.wrap-box-all-project .mt-auto {
    margin-top: auto;
}
.warap-project-page{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 60px 0;
    padding: 20px 0;
}
.wrap-project-page-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    gap: 20px;
}
.warap-project-page .img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.warap-project-page .img img{
    transform: rotate(38deg);
    width: 713px;
    position: relative;
    left: -270px;
    top: 18px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.wrap-project-page-box .wrap-box-text{
    width: 65%;
    height: auto;
    display: block;
    position: relative;
}
.wrap-project-page-box .wrap-box-text h1{
    font-size: 54px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.wrap-project-page-box .wrap-box-text .box-text{
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: justify;
    font-size: 18px;
}
.warap-project-page .wrap-box-text-h1{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.warap-project-page .wrap-box-text-h1 h1{
    font-size: 54px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}
.wrap-project-page-box .wrap-box-text .box-text div{
    text-align: justify;
    font-size: 18px;
}
.wrap-project-page-box .wrap-box-text .box-text p{
    text-align: left;
    font-size: 18px;
}
.wrap-project-page-box .wrap-box-text .box-text h3{
    font-weight: 600;
    margin: 10px 0;
    font-size: 18px;
}
.wrap-project-page-box .wrap-box-text .box-text ul{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 18px;
}
.wrap-project-page-box .wrap-box-text .box-text ul li{
    font-size: 16px;
    list-style: disc;
    margin-left: 50px;
    height: 25px;
    font-size: 18px;
}
.wrap-project-page-box .wrap-box-info{
    width: 30%;
    /* width: 35%; */
    height: auto;
    display: block;
    position: relative;
    margin-top: 60px;
}
.wrap-project-page-box .wrap-box-info .box-holder{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.6);
}
.wrap-project-page-box .wrap-box-info .box-holder ul li{
    width: 100%;
    height: 30px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 18px;
}
.wrap-project-page-box .wrap-box-info .box-holder ul .list-attribute{
    position: relative;
    align-self: flex-start;
    width: 50%;
    /* width: 70%; */
    font-size: 18px;
}
.wrap-project-page-box .wrap-box-info .box-holder ul .list-attribute sup{
    top: 0.3em;
}
.wrap-project-page-box .wrap-box-info .box-holder ul .list-attribute:before{
    position: absolute;
    left: 0;
    opacity: 0.3;
    bottom: 4px;
    width: 100%;
    border-bottom: 1px dotted #000000;
    /* border-bottom: 1px dotted #d2d2d2; */
    content: "";
}
.warap-project-page .owl-nav{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;   
    z-index: 2;
    position: relative;
}
.warap-project-page .owl-nav .owl-prev{
    width: 150px;
    height: 50px;
    display: block;
    position: relative;
    content: url('../image/services/arrow.svg');
    transform: rotateY(180deg);
    left: -36px;
    cursor: pointer;
}
.warap-project-page .owl-nav .owl-next{
    width: 150px;
    height: 50px;
    display: block;
    position: relative;
    content: url('../image/services/arrow.svg');
    cursor: pointer;
}
.__wrap-box-contact{
    width: 100%;
    height: auto;
    min-height: 82dvh;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
    overflow-x: hidden;
}
.wrapper-box-contact{
    display: block;
    position: relative;
    left: 0;
    width: 100dvw;
    height: auto;
}
.wrapper-box-contact .title-contact{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0;
    max-width: 32%;
    font-size: 18px;
    font-weight: 500;
}
.wrapper-box-contact .wrap-box-text{
    font-size: 47px;
    font-weight: bold;
    text-align: left;
    padding: 50px 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wrapper-box-contact .wrap-contact{
    display: flex;
    position: relative;
    width: 50%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 2%;
}
.wrapper-box-contact .wrap-contact .box-form{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    max-width: 60%;
}
.wrapper-box-contact .wrap-contact .box-form textarea,
.wrapper-box-contact .wrap-contact .box-form input{
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    padding: 4%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--f-button-active-bg);
    margin: 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--black-light);
}
.wrapper-box-contact .wrap-contact .box-form button{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: var(--color-black); */
    background-color: #333333;
    color: var(--color-while);
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin: 20px 0;
}
.wrapper-box-contact .wrap-contact .box-form button#reload-button{
    width: 50px;
    height: 50px;
    margin-left: 4%;
}
.wrapper-box-contact .wrap-contact .box-form .captcha{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    border: none;
}
.wrapper-box-contact .wrap-contact .box-form .captcha input{
    max-width: 50%;
}
.wrapper-box-contact .wrap-contact .box-form button:hover,
.wrapper-box-contact .wrap-contact .box-form button:active{
    background-color: var(--black-blue);
}
.wrapper-box-contact .wrap-contact .box-form textarea{
    height: 100px;
}
.wrapper-box-contact .wrap-contact .box-form textarea:focus,
.wrapper-box-contact .wrap-contact .box-form input:focus{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--black-light);
    outline: none;
}
#check{
    color: var(--red);
    width: 100%;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.__wrap-box-contact .box-info-con{
    width: 48%;
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    right: 0;
    position: absolute;
    /* background: var(--color-black); */
    background: #333333;
    top: 25%;
    padding: 4%;
    color: var(--color-while);
    flex-wrap: wrap;
}
.__wrap-box-contact .box-info-con::before{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -4%;
    left: -2%;
    background: var(--color-yelow);
}
.__wrap-box-contact .box-info-con h3{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-family: "Open Sans", sans-serif;
}
.__wrap-box-contact .box-info-con .contact-box-right{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 2%;
}
.__wrap-box-contact .box-info-con .contact-box-right .mail,
.__wrap-box-contact .box-info-con .contact-box-right .phone,
.__wrap-box-contact .box-info-con .contact-box-right .location,
.__wrap-box-contact .box-info-con .contact-box-right .schedule{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 1% 0;
}
.__wrap-box-contact .box-info-con .contact-box-right .mail a ion-icon,
.__wrap-box-contact .box-info-con .contact-box-right .phone a ion-icon,
.__wrap-box-contact .box-info-con .contact-box-right .location a ion-icon,
.__wrap-box-contact .box-info-con .contact-box-right .schedule .none-link ion-icon{
    font-size: 38px;
}
.__wrap-box-contact .box-info-con .contact-box-right .mail a:hover,
.__wrap-box-contact .box-info-con .contact-box-right .phone a:hover,
.__wrap-box-contact .box-info-con .contact-box-right .location a:hover{
    color: var(--color-yelow);
    text-decoration: none;
}
.__wrap-box-contact .box-info-con .contact-box-right .mail a,
.__wrap-box-contact .box-info-con .contact-box-right .phone a,
.__wrap-box-contact .box-info-con .contact-box-right .location a,
.__wrap-box-contact .box-info-con .contact-box-right .schedule .none-link{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: var(--color-while);
    gap: 2%;
    font-family: "Open Sans", sans-serif;
}
.__bg_contact {
    top: 0;
    height: 100vh;
    background: yellow;
    display: block;
    position: absolute;
    right: 0;
}
.project-boxing{ margin: 50px auto;}
/***modal-new****/
.popup-modal{
    position: fixed;
    top: -100dvh;
    left: 0px;
    width: 100%;
    height: 100%;
}
.popup-modal .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 100ms ease-in-out 200ms;
}
.popup-modal .popup-modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
    width: 95%;
    max-width: 500px;
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    opacity: 0;
    box-shadow: 0px 2px 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease-in-out;
}
.popup-modal .popup-modal-content h2{
    margin: 10px 0px;
    font-size: 25px;
    color: #111111;
    text-align: center;
}
.popup-modal .popup-modal-content p{
    margin: 15px 0px;
    font-size: 16px;
    color: #222222;
    text-align: center;
}
.popup-modal .popup-modal-content .close-popup{
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    justify-content: flex-end;
    right: 3%;
    font-size: 27px;
    top: 4%;
    cursor: pointer;
    color: #333333;
}
.popup-modal .popup-modal-content .controls{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0px;
}
.popup-modal .popup-modal-content .controls button{
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 20px;
    cursor: pointer;
}
.popup-modal .popup-modal-content .controls button.submit-btn{
    background: #333333;
    color: #ffffff;
}
.popup-modal .popup-modal-content .controls button.submit-btn:hover{
    background: #000000;
}
.popup-modal.active{
    top: 0px;
    transition: top 0ms ease-in-out 0ms;
}
.popup-modal.active .overlay{
    opacity: 1;
    transition: all 300ms ease-in-out;
}
.popup-modal.active .popup-modal-content{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.popup-modal .popup-modal-content .order-form{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 3%;
}
.popup-modal .popup-modal-content .order-form textarea,
.popup-modal .popup-modal-content .order-form input{
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 16px;
    color: #111111;
    border-bottom: 1px solid #e2e2e2;
}
.popup-modal .popup-modal-content .order-form textarea:focus,
.popup-modal .popup-modal-content .order-form input:focus{}
.swal2-title{
    font-size: 26px!important;
}
.box-flex-single p>span,
.box-flex-single table>tbody>tr>td>ul>li>span,
.box-flex-single table>tbody>tr>td>span{
    font-size: 18px!important;
}
#loftloader-wrapper.pl-imgloading #loader {
    max-width: 19vw!important;
}