body{
    position: relative;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn{
    background: #40817a !important;
    border: 0;
    transition: ease .3s;
    color: #fff !important;
}
.btn:hover{
    background: #40817b8e !important;
}
.section-title h1{
    font-weight: 700;
    text-transform: uppercase;
}

.slick-arrow ,.slick-dots{
    display: none !important;
}
.slick-slide img{
    margin: auto;
}

/*start of navbar section*/
.nav-link {
    color: #060605;
}
.nav-link:hover{
    color: var( --main-color-1);
}
.nav-item.m-sm-auto{
    margin: 0 auto !important;
}
.navbar-brand {
    width: 35%;
}
.navbar-brand img {
    width: 25%;
}
.language-img-active{
    width: 10%;
}
.language-img{
    width: 12%;
}
#headerHome{
    /* clip-path:polygon(0 0, 100% calc(25% + 1rem), 100% 101%, 0% 101%); */
    clip-path:polygon(0 0, 100% 0, 100% calc(80% + 1rem), calc(-40% + 1rem) 100%);
    background-color: #f5f5f5b5;

}
/*end of navbar section*/
/* .video-content{position: relative;}
.video-overlay{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #00000027;
} */
#headerHome .video-content{
    height: 100vh;
}

#headerHome .video-content video{
    object-fit: cover;
}
.preloader{
    position: absolute;
    inset: 0;
    top: -5%;
    z-index: 9999;
    transition: ease 2s;
    overflow: hidden;
}
.preloader.hide{
    display: none !important;
}
.preloader .right, .preloader .left{
    background-color: #b0baa3;
    width: 50%;
    height: 100%;
    position: relative;
    transition: ease 1s;
}
.preloader.loaded .right{
    right: -100%;
}
.preloader.loaded .left{
    left: -100%;
}
/* .preloader.loaded{
    transition: ease 1.5s;
    display: none !important;
} */
/*intro section*/
#headerHome > div{
    position: relative;
}
.video-slug{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5,1.5) !important;
}
.video-slug h1{
    font-size: calc(.5rem + 2vw);
}

#whyUs{
    position: relative;
    overflow: hidden;
    padding: 5% 0;
}
.whyus-overlay{
    position: absolute;
    top: 9%;
    right: 0%;
    width: 33%;
    background-color: var(--bg-color-1);
    height: 85%;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    z-index: -4;

}
.whyus-text p:first-child{
    font-size: 14px;
    color: #0095c8;
    font-weight: 600;
}
.whyus-text h2{
    font-size: 2.5rem;
    font-weight: 300;
}
.whyus-numbers{
    border-top: solid 1px  #847d8c;
    border-bottom: solid 1px  #847d8c;
}
.whyus-numbers > div{
    width: 50%;
}
.whyus-numbers > div:first-child{
    border-right: solid 1px  #847d8c;
}
.whyus-numbers h3{
    font-weight: 600;
    font-size: 3rem;
}
.whyus-numbers p{
    font-weight: 600;
    color: #847d8c;
}
/*clients*/
.projects-content{
    height: 100%;
}
.projects-content div.card{
    min-height: 100%;
}
#clients .responsive div, .projects-content .card-title{
    position: relative;
}
#clients .client_flag{
    position: absolute;
    bottom: 31px;
    right: 44%;
    margin: auto;
    width: 15%;
}
.client-title{
    font-size: 14px;
}

.projects-content .project-flag{
    position: absolute;
    top: 0;
    right: 20px;
    width: 10%;
    min-height: auto;
}
/*start of place order section*/
#placeOrder{
    background-color: #f3f3f380;
}
.place-order-question{
    background-color: var(--bg-color-1);
    border-radius: 15px;
    height: 100%;
    margin: auto;
}
.place-order-question a{
    color: #fff;
    border-color: #fff;
    width: 80%;
    margin: auto;
    margin: 5% auto 0  auto;
}
.place-order-number{
    margin-right: 5px;
    border: solid 1px var(--bg-color-1);
    border-radius: 50%;
    margin-top: 5px;
    line-height: 1;
    color: var(--main-color-1);
}
.place-order-number span{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.place-order-text{
    padding: 5px;
}
.place-order-text p{
    position: relative;
}
.place-order-text p span{
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #00000048;
    display: inline-block;
}
/*end of place order section*/
/*start of about us section*/
#aboutUs{
    background-color: #f5f5f5b5;
}
.about-us-content{
    font-size: 22px;
}
.vision-img img, .promise-img img{
    background: #f5f5f5;
    border-radius: 35%;
    padding: 2%;
    max-width: 300px;
    width: 50%;
}
.about-us-img{
    clip-path:polygon(0 calc(10% + 1rem), 100% 0, 100% calc(90% + 1rem), 0 100%);
    transition: ease-in 0.3s;
}
.about-us-img:hover{
    clip-path:polygon(0 0, 100% 0, 100% calc(100% + 1rem), 0 100%);

}
/*end of about us*/
/*products-data*/
.projects-content img{
    width: 100%;
    min-height: 230px;
}
#productsPage .products-data img{
    width: 70%;
}
#productsPage .products-data p{
    font-size: 16px;
}
#contactUs{
    position: relative;
    overflow: hidden;
    background-color: #141519;
    clip-path: polygon(0 0, 100% calc(25% + 1rem), 100% 101%, 0% 101%);
}
/* #contactUs .contact-bg  {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color-1);
} */
#contactUs .container-fluid{
    padding: 0;
}

.contact-img img{
    width: 100%;
}
.contact-shape{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: #D1D0B9;
    width: 100%;
    height: calc(25% + 1rem);
    overflow: hidden;
}
/*start of footer section*/
footer{
    background-color: #D1D0B9;
}
.footer-about,.footer-rights , .footer-content a {
    font-size: 12px;
    color: #847d8c;
    transition: ease .3s;
}
.footer-content a:hover{
    color: #fff;
}
.footer-social h6{
    font-weight: 700;
}
.footer-social li a{
    padding: 10px;
    border-radius: 50%;
    background-color: #0273be2c;
}
.footer-logo img{
    width: 35%;
}
/*end of footer section*/


@media screen and (max-width: 769px) {
    #contactUs{
        clip-path: polygon(0 0, 100% calc(8% + 1rem), 100% 101%, 0% 101%);
    }
    .contact-shape{
        clip-path: polygon(100% 50%, 0 100%, 100% 100%);
    }

}

@media screen and (max-width: 426px) {
    .navbar-brand{
        width: 45%;
    }
    .footer-logo img{
        width: 50%;
    }
    .footer-social{
        text-align: center;
    }
    .footer-social ul {
        justify-content: center;
    }
    footer .col-md-3{
        width: 50%;
    }
    .about-us-content{
        font-size: 16px;
        padding: 10px 5px !important;
    }
    .vision-img img, .promise-img img{
        width: 80%;
    }
}



/*projects*/
#projects .about-us-content img
{
    width: 100%;
}



/*conact us page*/

#conactHeader, .header-image{
    position: relative;
}
.header-image img{
    width: 100%;
    height: 60vh;
}
.header-image-overlay{
    position: absolute;
    inset: 0;
    background-color: #0000007a;
}
.header-title{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
}

.header-title h1{
    font-weight: 600;
}

.contact-form .contact-data-details{
    border: dashed 1px #00000042;
    min-height: 300px;
    border-radius: 20px;
    background: #00000003;
    overflow: hidden;
}
.contact-form .contact-data-details a{
    text-decoration: none;
}
.contact-us-icons{
    font-size: 12px;
    border-radius: 50%;
    background-color: var(--bg-color-5);
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

/*---------------------------------------------*/
a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    margin: 0px;
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input , textarea , select {
    outline: none;
    border: none;
}

textarea:focus, input:focus  , select{
    border-color: transparent !important;
}


input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

select::-webkit-input-placeholder { color: #999999;}
select:-moz-placeholder { color: #999999;}
select::-moz-placeholder { color: #999999;}
select:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}



/*---------------------------------------------*/
.container {
    max-width: 1200px;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}



.wrap-contact100 {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    /*padding: 50px 100px;*/
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------
[ Input ]*/

.form-control {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
}

.input100  , select{
    display: block;
    width: 100%;
    background: transparent;
    font-size: 16px;
    color: #4b2354;
    line-height: 1.2;
}
/*---------------------------------------------*/
input.input100  , select.input100{
    height: 62px;
    padding: 0 20px 0 23px;
}
textarea.input100 {
    min-height: 199px;
    padding: 19px 20px 0 23px;
}
/*------------------------------------------------------------------
[ Focus Input ]*/
.focus-input100 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 43px;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    background-color: var(--bg-color-5);
    border-radius: 21px;

    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
}

.contact100-form-btn:hover {
    background-color: #4b2354;
    box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
    -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
    -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
    -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
    -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
}

/*------------------------------------------------------------------
[ Responsive ]*/


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
    transition: all ease 0.2s;
}

.alert-validate .focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}
.alert-validate{
    border: solid 1px #fa4251;
    border-radius: 20px;
    padding: 1px;
}

.true-validate{
    border: solid 1px #57b846;
}
.alert-validate::before {
    content: attr(data-validate);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
     min-height: 62px;
    background-color: #fff;
    border-radius: 20px;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    padding: 0 40px 0 20px;
    pointer-events: none;
    font-size: 16px;
    color: #fa4251;
    line-height: 1.2;
}
.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}
.true-validate::after , .btn-hide-validate{
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 62px;
    top: 50%;
    transform: translate(0,-50%);
    right: 28px;

}
.true-validate::after {
    content: "\eed7";
    font-family: icofont, serif;
    color: #57b846;
    cursor: pointer;
}
.btn-hide-validate:after {
    content: "\eedd";
    font-family: icofont, serif;
    color: #fa4251;

}
 .textarea.validate-input  .btn-hide-validate, .textarea.validate-input::before,  .textarea.true-validate::after{
    top: 35px !important;
}
/*.textarea.alert-validate::before ,.textarea.alert-validate  .btn-hide-validate, .textarea.alert-validate   .true-validate::after{*/
/*    top: 15%;*/
/*}*/
/*---------------------------------------------*/

/*start of contact page*/
.contact-form{}
/*end of contact page*/
@media (max-width: 576px) {
    .alert-validate::before {
        padding: 0 30px 0 10px;
    }

    .true-validate::after,
    .btn-hide-validate {
        right: 10px;
    }
    .navbar-toggler{
        padding:6px !important;
    }
    .navbar-toggler-icon {
        width: 1em !important;
        height: 1em !important;
    }
    .navbar-brand{
        width: 55%;
    }
    .navbar-brand img{
        width: 50%;
    }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    text-align: center;
}

.contact100-more-highlight {
    color: #bd59d4;
}
