body{
    font-family: "Poppins";
}
.mob-menu{
    display: none;
}
#jssor_2{
    display: none;
}
#jssor_1{
    display: block;
}
.main-logo{
    height: 80px; background-image: url("../../images/logo.png"); background-repeat: no-repeat; 
    background-size: auto 64%; background-position: left bottom;
    margin-bottom: 30px;
    cursor: pointer;
}
.desk-menu{
    margin-bottom: 30px;
}
.desk-menu-btn-cover{
    padding: 0 !important;
    /* width: 100%; */
    text-align: center;
}
.menu-holder{
    position: absolute; bottom: 0;  right: 0;
}
.desk-menu-btn-cover p{
    font-weight: 500;
    font-size: 16px;
    color : #5F5F60;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 5px 12px 0 12px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    cursor: pointer;
}

.header-social{
    position:absolute;
    width: 120px;
    height: 30px;
    right: 8.5%;
    top: 10px;
    z-index: 100;
}

@media (min-width: 1920px){
    .desk-menu-btn-cover p{
        font-size: 18px;
        padding: 5px 20px 0 20px;
        border-width: 0 0 3px 0;
    }
    .main-logo{
        height: 100px; background-size: auto 70%;
    }
    .header-social{
        top: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .header-social{
        top: 10px;
    }
    .desk-menu-btn-cover p{
        font-size: 11px;
        padding: 5px 11px 0 11px;
    }
    .main-logo{
        height: 70px;
        background-size: auto 58%;
    }
}

@media only screen and (max-width: 768px) {
   
    .desk-menu-btn-cover p{
        font-size: 18px;
        padding: 10px 0;
    }
   
}
.desk-menu-btn-cover p:hover{
    /* border-color: #7228A6; */
    color: #7228A6;
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.desk-menu-btn-selected p{
    /* border-color: #7228A6; */
    border-color:white;
    color: #7228A6;
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
    .header-social{
        display: none;
    }
    .desk-menu{
        display: none;
        height: 0px;
        margin-bottom: 0;
    }
    .mob-menu{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-logo{
        height: 55px;
        background-size: auto 80%;
        background-position: center bottom;
        margin-bottom: 10px;
    }
    .menu-holder{
        position: relative;
        display: block !important;
    }
    .desk-menu-btn-cover{
        width: 100%;
        text-align: center;
    }
    #jssor_2{
        display: block;
    }
    #jssor_1{
        display: none;
    }
}

/* mobile menu */
.menu-btn {
--box-shadow-color: rgba(255, 101, 47, 0.2);
width: 60px;
height: 50px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
cursor: pointer;
/* border: 5px solid #5F5F60; */
transition: all 0.5s ease-in-out;
}

.menu-btn__burger,
.menu-btn__burger::before,
.menu-btn__burger::after {
width: 40px;
height: 4px;
border-radius: 5px;
background-color: #5F5F60;
box-shadow: 0 2px 5px var(--box-shadow-color);

transition: all 0.5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
content: "";
position: absolute;
}
.menu-btn__burger::before {
transform: translateY(-12px);
}
.menu-btn__burger::after {
transform: translateY(12px);
}

/* ANIMATION */
.menu-btn.open .menu-btn__burger {
transform: translateX(-50px);
background-color: transparent;
box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after {
transform: rotate(-45deg) translate(35px, 35px);
}



/* main slider */

/*jssor slider desktop css*/
.jssora093 {display:block;position:absolute;cursor:pointer;}
.jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093:hover {opacity:.8;}
.jssora093.jssora093dn {opacity:.6;}
.jssora093.jssora093ds {opacity:.3;pointer-events:none;}


.serach-for-btn{
    margin: 55px auto; width:580px; height: 120px; background: white; color:white; font-size:50px; text-align:center; 
    padding-top: 20px; 
    border-radius:80px;
    cursor: pointer;
    font-weight: 500;
}
.serach-for-btn p{
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.serach-for-btn:hover{
    background: linear-gradient(90deg, rgba(120,39,168,1) 10%, rgba(207,33,190,1) 50%, rgba(120,39,168,1) 90%);
    color : white;
}
.serach-for-btn:hover p{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
    .serach-for-btn{
        margin: 20px auto; width:350px; height: 65px; background: white; color:white; font-size:28px; text-align:center; 
        padding-top: 10px; 
        border-radius:80px;
        cursor: pointer;
    }
}

.featured-projects-items{
    position: relative;
    float: left;
    height: 250px; width: 250px; border-radius: 15px; margin-top: 20px; margin-bottom: 20px; background-image: url('../../images/projects/fea1.jpg'); background-size: auto 100%; background-repeat: no-repeat; background-position: center; 
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    
}

@media only screen and (max-width: 1200px) {
    .featured-projects-items{
        height: 220px; width: 210px;
    }
}

@media only screen and (max-width: 768px) {
    .featured-projects-items{
        height: 255px; width: 245px;
    }
}

.featured-projects-items .hover{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    border-radius: 15px;
    display: none;
    cursor: pointer;
}

.featured-projects-items .hover p{
    font-weight: 500;
    color: rgba(120,39,168,1);
    font-size: 18px;
    text-align: left;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: rgba(120,39,168,1);
}

.featured-projects-items:hover .hover{
    display: block;
}

.hover .plus-btn{
    position:absolute;
    width: 70px;
    height: 70px;
    background-color:rgba(120,39,168,1);
    right: 0;
    bottom: 0;
    border-radius: 70px 0 15px 0;
    cursor: pointer;
}
.hover .plus-btn p{
    color: white;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-left: 10px;
    border: 0;
}

/* slider dots */

.slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	bottom: -35px;
	list-style-type: none;
	
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(120,39,168,1) !important;
    border-radius: 100%;
    /* background-color: blue !important; */
    
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: rgba(120,39,168,1) !important;
}

@media only screen and (max-width: 767px) {
.slick-list{padding:0 20% 0 0 !important;}
.mob-container{padding-left: 0; padding-right: 0;}
.max-fliud{max-width:100%}
}

/* end slick slider */

.view-btn{
    position: relative;
    width: 130px;
    height: 40px;
    border-radius: 30px;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: rgba(120,39,168,1) !important;
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    cursor: pointer;
    margin-top: 15px;
}
.view-btn p{
    color: white;
    text-align: center;
    margin-top: 7px;
    font-size: 15px;
}

.view-btn:hover {
    background: white;
}

.view-btn:hover p{
    color:rgba(120,39,168,1);
}

.about-us{
    margin-top: 30px;
    background: linear-gradient(180deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    
}
.about-us h3{
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
    width: 300px;
    display: flex;
    margin: 20px auto;
}

.about-us h3::before, .about-us h3::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
}
.about-us h3::before {
    margin-right: .25em;
}
.about-us h3::after {
    margin-left: .25em;
}

.about-us p{
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 75%;
    margin:20px auto;
}


@media only screen and (max-width: 767px) {
    .about-us p{
        width: 95%;
    }
}

.main-title{
    text-align:left; font-weight: 800; font-size: 28px; color: #707070; margin-bottom: 0px;
    padding-left: 13px;
}
.sub-title{
    text-align:left; font-weight: 300; font-size: 16px; color: #707070; 
    padding-left: 13px;
}

.endorsements-items{
    width: 280px;
    height: 720px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 60px 15px 15px 15px;
}

.endorsements-items .img{
    position: relative;
    width: 210px;
    height: 200px;
    border-radius: 15px;
    margin-top: 20px;
    float: left;
    margin-left: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.endorsements-items .description{
    width: 210px;
    height: 330px;
    margin-left: 35px;
    margin-top: 20px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 300;
    font-size: 14px;
}

.endorsements-items .title{
    width: 210px;
    height: 80px;
    margin-left: 35px;
    margin-top: 25px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 300;
    font-size: 14px;
}

/* endorsements slider */
.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% auto;
}
.prev-arrow{
    left: -40px;
    background-image: url('../../images/components/dark_arrow_left.png');
}
.next-arrow{
    right: -40px;
    background-image: url('../../images/components/dark_arrow_right.png');
}


/* endorsements slider end */

.blog-items{
    width: 280px;
    height: 600px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.blog-items .img{
    position: relative;
    width: 100%;
    height: 230px;
    border-radius: 15px ;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-style: solid;
    border-width: 0;
    border-color: rgba(120,39,168,1);
}

.blog-items .title{
    width: 210px;
    height: 90px;
    margin-left: 35px;
    margin-top: 10px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 600;
    font-size: 16px;
}

.blog-items .description{
    width: 210px;
    height: 170px;
    margin-left: 35px;
    margin-top: 10px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 300;
    font-size: 14px;
}

.blog-items .readmore{
    width: 210px;
    height: auto;
    margin-left: 35px;
    margin-top: 10px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.ministry-items .readmore{
    width: 210px;
    height: auto;
    margin-left: 15px;
    margin-top: 5px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.blog-items .date{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 200;
    font-size: 10px;
}

.blog-items .comments{
    width: auto;
    height: auto;
    position: relative;
    float: right;
    text-align: right;
    color: #707070;
    font-weight: 200;
    font-size: 10px;
}

.footer{
    width: 210px;
    height: auto;
    margin-left: 35px;
    margin-top: 10px;
    position: relative;
    float: left;
}

.contact-us-title{
    color: white;
    display: flex;
    width: 200px;
    margin: 20px auto;
}

.contact-us-title::before, .contact-us-title::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
}
.contact-us-title::before {
    margin-right: .25em;
}
.contact-us-title::after {
    margin-left: .25em;
}
.contact-us-sub-title{
    color:white;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
}
.contact-form{
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.contact-form input{
    width: 100%;
    padding: 8px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    background-color: #414040;
    color: white;
    border-color: rgba(255,255,255,0.2);
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
}
.contact-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 0.6;
}

.contact-form input:focus{
    outline: none;
    border-color: rgba(255,255,255,1);
}

.contact-form textarea{
    width: 100%;
    padding: 8px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    background-color: #414040;
    color: white;
    border-color: rgba(255,255,255,0.2);
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
}
.contact-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 0.6;
}
.contact-form textarea:focus{
    outline: none;
    border-color: rgba(255,255,255,1);
}

.header-icons{
    width: 30px; height:35px; border-radius:35px; text-align:center; padding-top: 9px; padding-left:1px; color: #5F5F60; font-size: 15px;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}

.footer-icons{
    background-color: #9B9898; width: 35px; height:35px; border-radius:35px; text-align:center; padding-top: 9px; padding-left:1px; color: #1F1F1F; font-size: 17px;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}

.share-icons
{
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%); width: 30px; height:30px; border-radius:30px; text-align:center; padding-top: 6px; padding-left:1px; color: white; font-size: 17px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    float:right;
}

.share-icons-no-back{
    width: 30px; height:30px;  text-align:center; padding-top: 5px; padding-left:1px; color: #1F1F1F; font-size: 22px;
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* cursor:auto; */
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    float:right;
}

/* ministry */

.ministry-logo{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 25px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(143, 110, 110, 0.1);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ministry-title {
    text-align: left; padding:15px; font-size: 20px; color: #707070;
}

.ministry-description{
    color: #707070; padding:15px; font-weight: 300; font-size: 16px; text-align:left; margin-top:5px;
}

.company-industry-cover{
    display: flex !important;
}

.company-industry{
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(143, 110, 110, 0.1);
    padding: 2px 10px;
    color: rgba(120,39,168,1);
    /* font-size: 20px; */
    font-weight: 500;
    float: left;
    border-radius: 10px;
    margin-top: -10px;
    margin-left: 0;
    margin-right: 15px;

}

.company-industry-span{
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(143, 110, 110, 0.1);
    padding: 2px 10px;
    color: rgba(120,39,168,1);
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    /* margin-top: -10px; */
    margin-left: 0;
    margin-right: 15px;
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#company-industry-span-br{
    display: none;
}


@media only screen and (max-width: 767px) {
    .company-industry{
        font-size: 15px;
        margin-right: 0;
    }
    .company-industry-cover{
        display: flex !important;
        justify-content: center;
    }
    .ministry-title {
        text-align: center;
        margin-top: 10px;
        font-size: 19px;
    }
    .ministry-description{
        /* text-align: center; */
        margin-top: 0;
    }
    .ministry-logo{
        width: 180px;
        height: 180px;
    }
    .company-industry-span{
        margin-right: 0px;
        font-size: 15px;
    }
    #company-industry-span-br{
        display:block;
    }
}

.project-logo{
    background-size: auto 100%;
}

.ministry-profile{
    width: 370px;
    height: 200px;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(143, 110, 110, 0.1);
    margin-bottom: 20px;
    margin-top: 20px;
}

.left-profile{
    position: relative;
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
    height: 100%;
}

.right-profile{
    position: relative;
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
    height: 100%;
}

.ministry-profile .img{
    margin-top: 25px;
    height: 150px;
    position: relative;
    float: left;
    width: 150px;
    margin-left: 20px;
    border-radius: 10px;
    background-repeat: no-repeat; 
    background-size: 100% auto; 
    background-position: center;
}

.div-center{
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ministry-profile .name{
    margin-top: 0;
    width: calc(100% - 30px) ;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #606060;
    position: relative;
    float: left;
}

.ministry-profile .title{
    margin-top: 0px;
    width: calc(100% - 20px);
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #606060;
    position: relative;
    float: left;
}

@media only screen and (max-width: 768px) {
    .left-profile{
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 180px;
    }
    
    .right-profile{
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .div-center{
        position: relative;
        top: 0;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .ministry-profile .name{
        margin-top: 10px;
        width: 100%;
        text-align: center;
        padding-left: 10px;
    }
    .ministry-profile .img{
        margin-top: 10px;
        width: 50%;
        margin-left: 25%;
        background-size: auto 100% ;
        height: 180px;
    }
    .ministry-profile{
        height: 300px;
        width: 270px;
    }
    .ministry-profile .title{
        text-align: center;
        width: 100%;
        padding-left: 10px;
    }
}

.ministry-items{
    width: 280px;
    height: 480px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.ministry-items .img{
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 15px ;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-style: solid;
    border-width: 0;
    border-color: rgba(120,39,168,1);
}

.ministry-items .title{
    width: 250px;
    height: 80px;
    margin-left: 15px;
    margin-top: 10px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 600;
    font-size: 16px;
}

.ministry-items .description{
    width: 210px;
    height: 130px;
    margin-left: 15px;
    margin-top: 10px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 300;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .ministry-items{
        width: 270px;
    }
    .ministry-items .img{
        height: 190px;
    }
}

.ministry-contact{
   color: #606060;
   font-weight: 300;
   font-size: 16px;
   text-align: left;
   margin-left: 26px;
}
.ministry-icons{
    width: 30px; border-radius:35px; text-align:center; color: #982A99; font-size: 16px;
    cursor: pointer;
    margin-right: 2px;
    margin-left: -20px;
}

/* company */

.comp-banner-img{
    width: auto; height: 80px; margin-top:20px; margin-bottom:20px;
    float:right;
}


.comp-banner-title{
    font-size: 40px;
    height: 55px;
    font-weight: 600;
    text-align: left;
    color: white;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 22px;
}

.comp-banner-desc{
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: white;
}

@media only screen and (max-width: 768px) {
    .banner-holder{
        display:flex;
        justify-content: center;
        display:none;
    }
    .comp-banner-title{
        margin-top: 5px;
        text-align: center;
        font-size: 55px;
        margin-bottom: 10px;
    }
    .comp-banner-desc{
        text-align: center;
    }
}

.star-rating{
    margin-top: 17px;
    margin-bottom: -12px;
    cursor: pointer;
}
.star-rating:hover{
    transform: scale(1.1);
}
.star-checked {
    color: rgba(120,39,168,1);
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }
    
/* all projects */

.all-projects-title{
    color: #707070;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
    width: 400px;
    display: flex;
    margin: 20px auto;
    margin-left: -15px;
    margin-right: -15px;
}

.all-projects-title::before, .all-projects-title::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid rgba(120,39,168,1);
    margin-bottom: 20px;
}
.all-projects-title::before {
    margin-right: .45em;
}
.all-projects-title::after {
    margin-left: .45em;
}

.all-projects-cover{
    position: relative;
    float: left;
    height: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    min-height: 460px;
}

.all-projects-cover .img{
    width: 100%;
    height: 180px;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.all-projects-cover .title{
    font-size: 20px;
    font-weight: 600;
    color: #5F5F5F;
    text-align: left;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.all-projects-cover .features{
    font-size: 16px;
    font-weight: 200;
    color: #5F5F5F;
    padding-left: 10px;
    padding-right: 10px;
}

.all-projects-cover .description{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 300;
    font-size: 14px;
}

.all-projects-cover .icons{
    width: 30px; border-radius:35px; text-align:center; color: #982A99; font-size: 16px;
    cursor: pointer;
    margin-right: 2px;
    margin-left: -5px;
}

.all-projects-cover .view-btn{
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.all-projects-cover .status{
    position: absolute;
    width: 130px;
    height: 40px;
    border-radius: 30px;
    background-color: white;
    margin-top: 15px;
    right: 20px;
    top: 120px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    color: rgba(120,39,168,1);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 8px;
}

.pagination-btn{
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-color:  white;
    color: rgba(120,39,168,1);
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.pagination-btn-selected{
    background-color:  rgba(120,39,168,1);
    background: linear-gradient(180deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    color: white;
}

@media only screen and (max-width: 768px) {
    .pagination-btn{

    }
}

.search-form{
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.search-form input{
    position: relative;
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    background-color: white;
    color: #707070;
    border-width: 0;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 25px;
}
.search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
    opacity: 0.6;
}

.search-form input:focus{
    outline: none;
    border-color: rgba(255,255,255,1);
}


.search-form select{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

    position: relative;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    background-color: white;
    color: #707070;
    border-width: 0;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 400;
    margin-left: 0px;
    margin-bottom: 25px;
}

.search-form select:focus{
    outline: none;
    border-color: rgba(255,255,255,1);
}

.search-form .title{
    position: relative;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 10px;
}

.search-form .center-div{
    display: flex;
    justify-content: center;
}

.search-form .industry{
    position: relative;
    width: 30%;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.search-form .industry:after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    color: rgba(120,39,168,1);
    right: 18px;
    top: -4px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

@media only screen and (max-width: 768px) {
    .search-form input{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .search-form select{
        width: 100%;
        margin-left: 0;
    }
    .search-form .industry{
        width: 100%;
        margin-left: 0;
    }
    .search-form .center-div{
        display: block;
        justify-content: center;
    }
    .search-form .title{
        font-size: 15px;
    }
}

/* filter pages */
.search-result-contact{
    text-align: left;
    margin-bottom: -5px;
    margin-top: 10px;
    margin-left: 0;
    font-size: 14px;
}

.comp-search{
    margin-top: -10px;
    margin-bottom: -9px;
}

.search-result-contact .ministry-icons{
    margin-left: 0;
    padding-left: 15px;
}

.search-result-btn{
    margin-top: 0;
    margin-bottom: 10px;
}

.search-description{
    margin-bottom: 0;
    font-size: 14px;
}

.search-form .ministry{
    position: relative;
    float: left;
    width: 30%;
    height: 46px;
    background-color: white;
    border-radius: 20px;
    margin-top: 8px;
}

.ministry .closed{
    position: relative;
    float: left;
    width: 45%;
    height: 100%;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    background-color: transparent;
    
}
.ministry .closed:focus{
    outline: none;
    border: none;
}

.ministry .open{
    position: relative;
    float: left;
    width: 55%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    border: none;
}
.ministry .open:focus{
    outline: none;
    border: none;
}

.ministry .closed p {
    font-size: 15px;
    font-weight: 200;
    color: #707070;
    text-align: center;
    margin-top: 12px;
}

.ministry .open p{
    font-size: 15px;
    font-weight: 200;
    color: white;
    text-align: center;
    margin-top: 12px;
}

.ministry-search{
    margin-top: -10px;
    margin-left: 0;
    margin-bottom: -10px;
}

@media only screen and (max-width: 768px) {
    .search-form .ministry{
        width: 100%;
        margin-bottom: 20px;
    }
    .search-result-btn{
        display: flex;
        justify-content: center;
    }
    .search-result-contact{
        text-align: center;
    }
    .search-result-contact .ministry-icons{
        padding-left: 0px;
        margin-left: -5px;
    }
}

.filter-cover{
    position: relative;
    float: left;
    width: 100%;
    height: 430px;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 768px) {
    .filter-cover{
        display: none;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.search-all-project-cover{
    margin-bottom: 0;
}

.search-all-project-cover .view-btn{
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
    width: 90px;
    height: 33px;
}

.search-all-project-cover .view-btn p{
    font-size: 10px;
}

.search-all-project-cover .status{
    position:static;
    margin-left: 10px;
    width: 80px;
    font-size: 10px;
    height: auto;
    padding: 5px 5px !important;
    margin: 8px 10px 9px 10px;
}

.search-all-project-cover .title{
    margin-bottom: 0;
    margin-top: 0;
}

.search-all-project-cover .features{
    font-size: 13px;
    margin-bottom: 10px;
}

.search-all-project-cover .status-cover{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .search-all-project-cover .title{
        text-align: center;
    }

    .search-all-project-cover .status-cover{
        justify-content: center;
        display:flex;
    }
    .search-all-project-cover .view-btn{
        left: 0;
        top: 0;
        margin-left: 0px;
        margin-top: 0px;
    }
    .search-all-project-cover .features{
        /* text-align: center; */
        margin-left: 8px;
    }
}

.filter-cover .title{
    font-size: 18px;
    font-weight: 300;
    color: #5F5F5F;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-top: 20px;
}
.filter-cover .icons{
    width: 30px; border-radius:35px; text-align:center; color:#5F5F5F; font-size: 16px;
    cursor: pointer;
    margin-right: 2px;
    margin-left: -5px;
}

/* The container */
.filter-cover .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 4px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 200;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .filter-cover .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 5px;
    left: 12px;
    height: 11px;
    width: 11px;
    border-color: #5F5F5F;
    border-width: 1px;
    border-style: solid;
    /* background-color: #eee; */
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .filter-cover .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .filter-cover .container input:checked ~ .checkmark {
    background-color: rgba(120,39,168,1);
  }
  
  .filter-cover .sub-title{
    font-size: 16px;
    font-weight: 500;
    color: #5F5F5F;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
}

.filter-cover .slidecontainer {
    width: 100%;
    justify-content: center;
    display:flex;
    margin-top: 35px;
  }
  
  .filter-cover .slider {
    -webkit-appearance: none;
    width: 90%;
    height: 8px;
    padding: 0;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-right: 0;
  }
  
  .filter-cover .slider:hover {
    opacity: 1;
  }
  
  .filter-cover .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(120,39,168,1);
    cursor: pointer;
  }
  
  .filter-cover .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(120,39,168,1);
    cursor: pointer;
  }

  .bubble {
    /* background: red; */
    color: #707070;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
  }
  .bubble-range-min{
    position:absolute;
    float: left;
    font-size: 14px;
    font-weight: 200;
    color: #707070;
    margin-top: -8px;
    margin-left: 5%;
  }
  .bubble-range-max{
    position:absolute;
    float: right;
    font-size: 14px;
    font-weight: 200;
    color: #707070;
    margin-top: -8px;
    margin-right: 5%;
    right: 0;
  }

  .filter-cover .view-btn{
    position: relative;
    margin-top: 30px;
    width: 90px;
    height: 33px;
}

.filter-cover .view-btn p{
    font-size: 10px;
}

.filter-cover .status-cover{
    justify-content: center;
    display:flex;
}

.project-titles{
    background:  linear-gradient(180deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    padding-left: 13px;
}

@media only screen and (max-width: 768px) {
    .project-titles{
        text-align: center;
    padding-left: 0px;
    }
}

.project-description{
    padding-bottom: 0;
    margin-bottom: 0;
}

.project-gallery{
    height: auto;
    width: 80%;
}

.project-gallery .img{
    height: 400px;
}
@media only screen and (max-width: 992px) {
    .project-gallery .img{
        height: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .project-gallery .img{
        height: 180px;
    }
}

/* comment form */

.comment-form{
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.comment-form input{
    width: 100%;
    padding: 8px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    /* background-color: #414040; */
    color: #707070;
    border-color: rgba(112,112,112,0.8);
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
}
.comment-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
    opacity: 0.6;
}

.comment-form input:focus{
    outline: none;
    border-color: rgba(112,112,112,1);
}

.comment-form textarea{
    width: 100%;
    padding: 8px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    /* background-color: #414040; */
    color: #707070;
    border-color: rgba(112,112,112,0.8);
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
}
.comment-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
    opacity: 0.6;
}
.comment-form textarea:focus{
    outline: none;
    border-color: rgba(112,112,112,1);
}
.comment-form label{
    font-size: 16px;
    font-weight: 200;
    color: #707070;
    margin-bottom: 0;
}

.project-cover-img{
    height: 350px;
    background-repeat: no-repeat; 
    background-size: 100% auto; background-position: center;
}

@media only screen and (max-width: 1300px) {
    .project-cover-img{
        background-size:  auto 100%;
    }
}

.project-cover-img2{
    height: 350px;
    background-repeat: no-repeat; 
    background-size: 100% auto; 
    background-position: center;
    background-image: url('../../images/blog/blog_banner_back.jpg');
}
.project-cover-img2 .inner-image{
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; 
    background-size: auto 100% ; 
    background-position: center;
    background-image: url('../../images/blog/blog_title.png');
}
.project-cover-img2  .blog_man{
    position:absolute;
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat; 
    background-size: 100% auto; 
    background-position: center;
    background-image: url('../../images/blog/banner_man.png');
}
    
@media only screen and (max-width: 768px) {
    .project-cover-img2  .inner-image{
        background-size: 85% auto; 
        background-position: center left;
    }
    .project-cover-img2  .blog_man{
        background-image: url('../../images/blog/banner_man_mobile.png');
        background-size:  auto 100%;
    }

    .project-cover-img2{
        background-image: url('../../images/blog/blog_default_mobile.jpg');
        background-size:  auto 100%;
    }
}

.project-title-holder{
    background-color: rgba(0,0,0,0.3);
}

.project-main-title{
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.vertical-center{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.complaints-title{
    font-size: 35px !important;
    margin-bottom: 0 !important;
}
.complaints-sub-title{
    font-size: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
}

@media only screen and (max-width: 768px) {
    .complaints-sub-title{
        font-size: 12px !important;
    }
}

/* complaints form */

.complaints-form{
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.complaints-form input{
    width: 100%;
    padding: 8px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    /* background-color: #414040; */
    color: #707070;
    border-color: rgba(112,112,112,0.8);
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 45px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.complaints-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
    opacity: 0.6;
}

.complaints-form input:focus{
    outline: none;
    border-color: rgba(112,112,112,1);
}

.complaints-form textarea{
    width: 100%;
    padding: 8px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    /* background-color: #414040; */
    color: #707070;
    border-color: rgba(112,112,112,0.8);
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.complaints-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
    opacity: 0.6;
}
.complaints-form textarea:focus{
    outline: none;
    border-color: rgba(112,112,112,1);
}
.complaints-form label{
    position:absolute;
    left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #751FA9;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.exted-search{
    display: none;
    position: absolute;
    width: 180px;
    height: auto;
    z-index: 10;
    background-color: white;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 25px 20px 5px rgba(112,112,112,0.25); 
box-shadow: 0px 25px 20px 5px rgba(112,112,112,0.25);
}
.exted-search .desk-menu-btn-cover p{
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}
.menu-search-arrow{
    display: none;
    font-size: 30px;
}
@media only screen and (max-width: 768px) {
   
    .exted-search{
        width: 100%;
        text-align: center;
        position: relative;
        -webkit-box-shadow:none; 
        box-shadow: none;
        /* background-color: rgba(112,112,112,0.1); */
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .exted-search .desk-menu-btn-cover p{
        text-align: center;
    }

    .desk-menu-btn-cover-ex p{
        border: none;
        font-size: 15px !important;
    }

    .project-main-title{
        font-size: 19px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .menu-search-arrow{
        display: inline;
        line-height: 15px;
    }
   
}

.search-hover{
display: inline-block;
}

.search-hover:hover .exted-search {
    display: block;
}

.null-btn{
    border: none; background-color: transparent;
}
.null-btn:focus{
    border: none; background-color: transparent; outline: none;
}

.mobile-search{
    display: none;
}

@media only screen and (max-width: 768px) {
    .comment-submit-btn{
        display:flex;
        justify-content: center;
    }

    .search-hover:hover .exted-search {
        display: none;
        position: relative;
        width: 100%;
    }
}

/* similar projects */

.similar-projects{
    border-radius: 50px;
    border-color: #707070;
    border-style: solid;
    border-width: 1px;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .similar-projects{
        margin-top: 45px;
    }
}

.similar-projects .img{
    border-radius: 20px;
    width:80px;
    height: 80px;
    position: relative;
    float:right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.similar-projects .click{
    cursor: pointer;
}

.similar-projects .ministry-description{
    position: absolute;
    padding-top: 0;
    top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  text-align: left;
}

.similar-projects .row{
    margin-top: 10px;
    margin-bottom: 10px;
}


.single-comment {
    margin-bottom: 20px;
    padding-left: 20px;
}

.single-comment .img{
    border-radius: 80px;
    width:80px;
    height: 80px;
    background-color: red;
    float:right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-comment .ministry-description{
    position: relative;
    padding-top: 0;
    font-weight: 200;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 3px;
    padding-left: 20px;
    margin-left: 100px;
}

.single-comment span{
    color: #751FA9;
    font-weight: 400;
}

.single-comment-full-width-a{
    position: relative; float:left; width: auto;
    height: auto;
}
.single-comment-full-width-b{
    position: relative; float:left; width: 100%;
    min-height: 85px;
}

@media only screen and (max-width: 768px) {
    .single-comment-full-width-a{
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: center;
    }
    .single-comment-full-width-b{
        position: relative; float:left; width: 100%;
    }

    .single-comment .ministry-description{
        padding-left: 15px;
        margin-left: 0px;
        text-align: center;
    }

    .single-comment {
        padding-left: 0px;
    }
}

.article-main-title{
    color: white;
    text-align: left;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .article-main-title{
        font-size: 25px;
        width: 90%;
    }
}

.features-article{
    font-size: 16px;
    font-weight: 200;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-blog{
    width: 100%;
    height: auto;
    margin-left: 35px;
    margin-top: 0px;
    position: relative;
    float: left;
    margin-left: 0;
}

.all-projects-cover .date{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 200;
    font-size: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.all-projects-cover .comments{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    text-align: right;
    color: #707070;
    font-weight: 200;
    font-size: 10px;
    margin-left: 10px;
}

.all-projects-cover .readmore{
    width:100%;
    height: auto;
    margin-left: 10px;
    margin-top: 0px;
    position: relative;
    float: left;
    text-align: left;
    color: #707070;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.desk-menu-btn-cover-ex p{
    background :linear-gradient(90deg, #707070 25%,#707070 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desk-menu-btn-cover-ex p:hover{
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}

/* image upload */

.imagecover{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    border-color: rgba(112,112,112,0.8);
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    margin-top: 10px;
    border: none;
}
.imagePreview {
    width: 180px;
    height: 200px;
    background-position: center;
    /* background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg); */
    background-color:#fff;
    background-size: auto 100%;
    background-repeat:no-repeat;
    display: inline-block;
    border-radius: 20px;
    box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.btn-primary
{
  display:block;
  border-radius:0px;
  /* box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2); */
  border-style: solid !important;
    border-width: 2px !important;
    border-color: rgba(120,39,168,1) !important;
    border-radius: 20px;
  margin-top:5px;
  height: 30px;
  padding-top: 2px;
  margin-left: 0 !important;
  /* left: 16px !important; */
  width: 100px !important;
  left: 40px !important;
}
.btn-primary:hover
{
    background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
}
.imgUp
{
    position: relative;
    float: left;
  /* margin-bottom:55px;
  margin-top: 30px;
  margin-left: 20px; */
  width: 180px;
  height: 280px;
  margin-left: 20px;
}
.del
{
  position:absolute;
  top:140px;
  left:30px;
  width:50px;
  height:25px;
  text-align:center;
  line-height:25px;
  border-radius: 15px;
  cursor:pointer;
  background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
color: white;
padding-top: 0px;

}
.imgAdd
{
    width:50px;
    height:25px;
    border-radius: 15px;
  background: linear-gradient(90deg, rgba(120,39,168,1) 25%, rgba(207,33,190,1) 75%);
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:13px;
  top:140px;
  right:28px;
  cursor:pointer;
  font-size:13px;
  padding-top: 6px;
  z-index: 10;
  position:absolute;
}

.file-func{
    border: none !important;
}

/* sweet alert */

.swal2-styled.swal2-confirm{
    background-color: rgba(120,39,168,1) !important;
    padding: 5px 20px !important;
}

.search-form .filter-hide{
    background-color: transparent;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    margin-top: -5px;
    display: none;
}

@media only screen and (max-width: 768px) {
    .search-form .filter-hide{
        display: block;
    }
}

.search-form .filter-hide p{
    color: white;
    text-align: center;
    margin-top: 8px;
}

/* google sign in button */

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
  }
  .loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
  }
  .loginBtn:focus {
    outline: none;
  }
  .loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
  }
  
/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
  }
  .loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
  }
  .loginBtn--google:hover,
  .loginBtn--google:focus {
    background: #E74B37;
  }