/*---- banner start -----*/
.banner-area{
padding: 40px 0px;
background: #613395;
font-size: 18px;
font-weight: 500;
}
.banner-heading{
text-align: center;
color: #fff;
text-shadow: 2px 2px 3px black;
box-shadow: 1px 1px 3px black;
font-size: 36px;
text-transform: uppercase;
border: 2px solid;
padding: 20px 12px;
margin-top: 20px;
font-weight: 700;
}
.banner-pbold{
margin-bottom: 0px;
font-size: 17px;
font-weight: 500;
text-shadow: 1px 1px 3px #00000075;
color: #fff;
}
.banner-img{
text-align: center;
/*margin-top: 20px;*/
}
.banner-img img{
width: 400px;
height: 300px;
}
.btn-left{
text-align: left!important;
}
.btn-expert{
margin-top: 1rem;
text-align: center;
}
.btn-zatca{
padding: 5px 25px 5px 25px !important;
font-size: 20px !important;
text-decoration: none;
border-radius: 5px;
font-weight: 600;
border: 1px solid transparent;
margin-top: 10px;
transition: .5s;
}

.btn-expert .expert-click-btn {
    background: #f26100;
    color: #fff;
    padding: 5px 25px 5px 25px !important;
    font-size: 20px !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid transparent;
    margin-top: 10px;
    transition: .5s;
}
.free-trial{
    color: white;
    background: #005292;
}
.free-trial:hover{
    color: #fff;
    background: #087dd705;
    border: 2px solid #fff;
    text-decoration: none;
}

.meet-experts{
    background: #f26100;
    color: #fff;
}
.meet-experts:hover{
    color: #fff;
    background: #087dd705;
    border: 2px solid #fff;
    text-decoration: none;
}

/*btn-expert .expert-click-btn {
background: #f26100;
color: #fff;
padding: 5px 25px 5px 25px;
font-size: 20px;
text-decoration: none;
border-radius: 10px;
font-weight: 600;
border: 1px solid transparent;
margin-top: 20px;
transition: .5s;
}
.btn-expert .expert-click-btn:hover {
background: #f26100;
color: red;
border: 1px solid red;
text-decoration: none;
}*/

@media screen and (max-width: 768px){
.banner-heading{
font-size: 28px;
}
.btn-expert{
margin-bottom: 1rem;
}
.banner-p{
font-size: 15px;
font-weight: 400;
}
.btn-left{
text-align: center!important;
}
}
@media only screen and (max-width: 600px) {
.btn-expert{
text-align: center;
}
.btn-expert .expert-click-btn{
font-size: 15px;
border-radius: 3px;
}
.banner-img img{
height: auto;
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.btn-expert .expert-click-btn {
padding: 8px 15px 8px 15px;
font-size: 15px;
border-radius: 5px;
}
.banner-img{
text-align: center;
}
.btn-left{
text-align: center!important;
}
}
/*---- banner end -----*/
.section-white{
background: white;
padding: 2rem 0 2rem 0;
}
@media only screen and (max-width: 600px){
.section-white{
background: white;
padding: 1rem 0 1rem 0;
}
}

@media screen and (max-width:768px) {
    .banner-heading {
        font-size: 28px;
    }
    .btn-expert {
        margin-bottom: 1rem;
    }

    .banner-p {
        font-size: 15px;
        font-weight: 400;
    }

}
@media (min-width:768px) and (max-width: 992px) {
.section-white{
padding: 1rem 0 1rem 0;
}
}

/*---- banner end -----*/


/*---- process-bx end ----*/
.section-parallax {
    background-image: url(../hire-developer.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center;
}

.parallax {
    background: rgb(135 75 95 / 82%);
    padding: 2rem 0rem 2rem 0rem;
}

.oddo-develop h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000000a3;
}

.oddo-develop .develop-p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.oddo-develop .develop-bx {
    background: white;
    color: black;
    padding: 24px;
    margin: 10px 0;
    box-shadow: 3px 3px 8px #00000059;
}

.oddo-develop .develop-bx h5 {
    font-size: 19px;
    font-weight: 700;
}

.oddo-develop .develop-bx p {
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
    color: #525151d9;
    font-weight: 500;
}

@media (min-width:768px) and (max-width:992px) {
    .oddo-develop .develop-bx h5 {
        font-size: 18px;
        text-shadow: none;
    }

    .oddo-develop .develop-bx p {
        font-size: 13px;
        height: 60px;
        overflow: hidden;
    }

}

/*----  ----*/
.oddo-l h2 {
    font-size: 32px;
    font-weight: 700;
    color: #874b5f;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000000a3;
}

.oddo-l p {
    font-weight: 500;
    color: #525151d9;
}

@media only screen and (max-width:600px) {
    .oddo-l h2 {
        font-size: 19px;
    }

    .oddo-l p {
        font-size: 15px;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .oddo-l-img {
        text-align: center;
    }

}

/*---- list start ----*/
.ul-box-list {
    padding-left: 15px;
}

.ul-box-list li {
    position: relative;
    font-size: 15px;
    list-style: none;
    padding-left: 26px;
    color: #525151d9;
    margin: 6px 0px;
    font-family: 'Roboto', sans-serif;
}

.ul-box-list li i {
    position: absolute;
    top: 3px;
    left: 0;
    line-height: 20px;
    font-size: 14px;
    color: #613395;
    padding-left: 2px;
}

.ul-box-list li h4 {
    color: #613395;
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (max-width:768px) {
    .ul-box-list {
        padding-left: 0px;
    }

    .ul-box-list li {
        font-size: 14px;
    }

}

@media (min-width:768px)and (max-width:1024px) {
    .ul-box-list {
        padding-left: 0px;
    }

    .ul-box-list li {
        font-size: 13px;
        margin-bottom: 0;
    }

}

/*---- list end ----*/

/*----*/
.service-us h2 {
    font-size: 32px;
    font-weight: 700;
    color: #613395;
}

.service-us h3 {
    font-size: 21px;
    font-weight: 600;
    color: #613395;
}

.service-us p {
    font-size: 15px;
    color: #525151d9;
    
}

.service-content:hover {
    background-color: #ffffff08;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 0%);
    border: 1px solid #faebd726;
}

.service-content {
    border-radius: 10px;
    margin: 15px 0px;
    padding: 20px 20px 1px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
}

.image-service {
    padding-bottom: 14px;
}

.service-content .serve-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #613395;
}

.service-content p {
    text-align: justify;
    font-size: 14px;
    padding-bottom: 0;
    height: 178px;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .service-content p {
        height: 218px;
    }

    .service-us p {
        text-align: justify;
    }

}

.image-service img {
    width: 100%;
    height: 206px;
}

@media only screen and (max-width:768px) {
    .service-us h2 {
        font-size: 22px;
    }

    .image-service img {
        width: 100%;
        height: 215px;
    }

    .service-content p {
        height: 190px;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .service-us h2 {
        font-size: 24px;
        text-align: center;
    }
    .service-content p {
        height: 415px;
    }
    .image-service img {
        width: 100%;
        height: 160px;
    }
}

/*-------*/
.oddo-wrapper .wrapper-bx {

    /*box-shadow: 1px 1px 5px #0000002e;*/
    box-shadow: 0px 0px 1px #0000001a;
    padding: 0px 30px;
}

.oddo-wrapper .wrapper-bx .wrapper-h {
    border-radius: 6px;
    font-size: 32px;
    font-weight: 700;
    color: #613395;
    text-align: center;/*text-shadow: 1px 1px 1px #000000b8;*/
}

.oddo-wrapper .wrapper-content .wrapper-h {
    border-radius: 6px;
    font-size: 32px;
    font-weight: 700;
    color: #613395;/*text-shadow: 1px 1px 1px #000000b8;*/
}

.oddo-wrapper .wrapper-content .wrapper-p {

    /*font-weight: 500;*/
    text-align: justify;
    font-size: 15px;
    color: #525151d9;
}

@media (max-width:768px) {
    .oddo-wrapper .wrapper-bx .wrapper-h {
        font-size: 25px;
    }

    .oddo-wrapper .wrapper-content .wrapper-p {
        text-align: justify;
        font-size: 14px;
    }

}

.oddo-wrapper .wrapper-content .funct-list {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #525151d9;
}

.oddo-wrapper .wrapper-content .funct-list i {
    color: #874b5f;
}

.wrapper-bx-mg {
    text-align: center;
}

@media only screen and (max-width:768px) {
    .oddo-wrapper .wrapper-content .wrapper-h {
        font-size: 20px;
    }

    .oddo-wrapper .wrapper-bx {
        box-shadow: 1px 1px 5px #0000002e;
        padding: 22px 15px;
    }

}

@media (min-width:768px) and (max-width:1024px) {
    .oddo-wrapper .wrapper-content .wrapper-h {
        font-size: 26px;
    }

    .wrapper-bx-mg {
        text-align: center;
    }

}

/*--------*/

/*-------*/
.Phases-area h2 {
    font-size: 32px;
    font-weight: 700;
    color: #613395;  
}

.Phases-area p {
    text-align: justify;
    font-size: 15px;
    color: #525151d9; 
}

.Phases-area h3 {
    font-size: 24px;
    font-weight: 700;
    color: #613395;
}
.Phases-solution{
    font-size: 34px!important;
    text-align: center;
    margin-bottom: 24px;
}
/*.Phases-solutions p{
    text-align: center;
}*/
@media (max-width:768px) {
    .Phases-solution{
    font-size: 24px!important;
}
    .Phases-area h2 {
        text-align: center;
        font-size: 26px
    }
    .Phases-solutions p{
        font-size: 14px;
        text-align: justify;
}
}
/*----- carousel start ------*/
.owl-nav .owl-prev {
    border: none !important;
    background: none !important;
    box-shadow: 1px 1px 1px transparent !important;
    font-size: 85px !important;
    position: absolute;
    top: 22%;
    left: -4.4%;
    background: #fff;
    height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 40px;
    color: #613395 !important;
    padding-top: 5px;
    transition: 0.25s;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 25%);
}

.owl-nav .owl-next {
    position: absolute;
    top: 22%;
    right: -4.4%;
    background: #fff;
    height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 40px;
    color: #613395 !important;
    padding-top: 5px;
    transition: 0.25s;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 25%);
    border: none !important;
    background: none !important;
    box-shadow: 1px 1px 1px transparent !important;
    font-size: 85px !important;
}

.owl-nav .owl-prev {
    font-size: 20px;
}

.owl-nav>div {
    margin-top: -10px;
    position: absolute;
    top: 150px;
    color: #000 !important;
}

.carousel-box button:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border-radius: 50px;
    color: black;
    padding: 0 !important;
    font: inherit;
}

/*----- carousel end ------*/


/*---- banner start -----*/
/*.oddo-banner{
padding: 40px 0px;
background: #613395;
font-size: 18px;
font-weight: 500;
}
.banner-heading{
text-align: center;
color: #fff;
text-shadow: 2px 2px 3px black;
box-shadow: 1px 1px 3px black;
font-size: 36px;
text-transform: uppercase;
border: 2px solid;
padding: 20px 12px;
margin-top: 20px;
font-weight: 700;
}
.banner-img{
text-align: center;
margin-top: 20px;
}
.banner-img img{
height: 493px;
width: 100%;
}
.banner-pbold{
margin-bottom: 0px;
font-size: 19px;
font-weight: 500;
text-shadow: 1px 1px 3px #00000075;
color: #fff;
}
.banner-p{
color: #fff;
text-align: justify;
font-size: 15px;
font-weight: 500;
}
.btn-left{
text-align: left!important;
}
.btn-expert{
margin-top: 1rem;
text-align: center;
}
.btn-expert .expert-click-btn {
background: #f26100;
color: #fff;
padding: 5px 25px 5px 25px;
font-size: 20px;
text-decoration: none;
border-radius: 10px;
font-weight: 600;
border: 1px solid transparent;
margin-top: 20px;
transition: .5s;
}
.btn-expert .expert-click-btn:hover {
background: #f26100;
color: red;
border: 1px solid red;
text-decoration: none;
}
.oddo-img{
text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 768px){
.banner-heading{
font-size: 28px;
}
.btn-expert{
margin-bottom: 1rem;
}
.banner-p{
font-size: 15px;
font-weight: 400;
}
.btn-left{
text-align: center!important;
}
}
@media only screen and (max-width: 600px) {
.btn-expert{
text-align: center;
}
.btn-expert .expert-click-btn{
font-size: 15px;
border-radius: 3px;
}
.banner-img img{
height: auto;
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.btn-expert .expert-click-btn {
padding: 8px 15px 8px 15px;
font-size: 15px;
border-radius: 5px;
}
.banner-img{
text-align: center;
}
.btn-left{
text-align: center!important;
}
}*/
/*---- banner end -----*/
/*.section-white{
background: white;
padding: 2rem 0 2rem 0;
}
@media only screen and (max-width: 600px){
.section-white{
background: white;
padding: 1rem 0 1rem 0;
}
}
*/
/*---- process-bx end ----*/
/*.section-parallax {
background-image: url(../hire-developer.jpg);
color: #fff;
background-attachment: fixed;
background-position: center;
}.parallax {
background: rgb(135 75 95 / 82%);
padding: 2rem 0rem 2rem 0rem;
}.oddo-develop h2 {
font-size: 32px;
font-weight: 700;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000000a3;
}.oddo-develop .develop-p {
text-align: center;
font-size: 15px;
font-weight: 500;
}
.oddo-develop .develop-bx{
background: white;
color: black;
padding: 24px;
margin: 10px 0;
box-shadow: 3px 3px 8px #00000059;
}
.oddo-develop .develop-bx h5{
font-size: 19px;
font-weight: 700;
}
.oddo-develop .develop-bx p{
height: 80px;
overflow: hidden;
font-size: 14px;
text-align: justify;
margin-bottom: 0;
color: #525151d9;
font-weight: 500;
}
@media (min-width: 768px) and (max-width: 992px){
.oddo-develop .develop-bx h5{
font-size: 18px;
text-shadow: none;
}
.oddo-develop .develop-bx p{
font-size: 13px;
height: 60px;
overflow: hidden;
}
}*/

/*------*/
/*.hire-develper {
    background: #874b5f0d !important;
}

.hire-develper .hire-p {
    text-align: center;
    font-weight: 500;
    color: #525151d9;
    font-size: 16px;
}

.hired-box {
    background: white;
    padding: 10px;
    margin: 15px 0px;
}

.hired-box .hire-cont {
    background: white;
    margin-top: 10px;
}

.hire-develper h2 {
    font-size: 32px;
    font-weight: 700;
    color: #874b5f;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000000a3;
    margin-bottom: 22px;
}

.hired-box .hire-cont h3 {
    font-size: 20px;
    font-weight: 700;
    color: #423b3d;
}

.hired-box .hire-cont p {
    text-align: justify;
    font-size: 14px;
    color: #525151d9;
    font-weight: 500;
}
.wrapper-bx .wrapper-h {
    border-radius: 6px;
    font-size: 32px;
    font-weight: 700;
    color: #613395;
    text-align: center;
    text-shadow: 1px 1px 1px #000000b8;
}
.hired-box .image-bx img {
    height: 300px;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .hired-box .image-bx img {
        height: 100%;
        width: 100%;
    }

    .hire-develper h2 {
        font-size: 20px;
    }

    .hired-box .hire-cont h6 {
        text-align: left;
        font-size: 18px;
    }

}

@media (min-width:768px) and (max-width:1024px) {
    .hired-box .image-bx img {
        height: 182px;
        width: 100%;
    }

    .hired-box .hire-cont p {
        font-size: 13px;
    }

    .hire-develper h2 {
        font-size: 25px;
    }

}
*/
/*----  ----*/
/*----  ----*/
/*.oddo-l h2{
font-size: 32px;
font-weight: 700;
color: #874b5f;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000000a3;
}
.oddo-l p{
font-weight: 500;
color: #525151d9;
}
@media only screen and (max-width: 600px){
.oddo-l h2{
font-size: 19px;
}
.oddo-l p{
font-size: 15px;
}
}
@media (min-width:768px) and (max-width: 992px){
.oddo-l-img{
text-align: center;
}
}*/
/*---- list start ----*/
/*.ul-box-list{
padding-left: 15px;
}
.ul-box-list li{
position: relative;
font-size: 14px;
list-style: none;
padding-left: 26px;
font-weight: 500;
color: #525151d9;
margin: 6px 0px;
}
.ul-box-list li h6{
color: #613395;
font-weight: 700;
font-size: 18px;
}
.ul-box-list li i{
position: absolute;
top: 3px;
left: 0;
line-height: 20px;
font-size: 14px;
color: #874b5f;
padding-left: 2px;
}
@media only screen and (max-width: 768px){
.ul-box-list{
padding-left: 0px;
}
}
@media (min-width: 768px)and (max-width: 1024px){
.ul-box-list {
padding-left: 0px;
}
.ul-box-list li{
font-size: 13px;
margin-bottom: 0;
}
}*/
/*---- list end ----*/
/*----*/
/*.service-us h2 {
font-size: 32px;
font-weight: 700;
color: #613395;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000000a3;
}
.service-us h3{
    font-size: 21px;
    font-weight: 700;
    color: #613395;
}
.service-us p{
font-size: 14px;
color: #525151d9;
font-weight: 500;
text-align: justify;
}
.service-content:hover {
    background-color: #faebd72b;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 0%);
    border: 1px solid #faebd726;
}
.service-content {
    margin: 15px 0px;
    padding: 20px 20px 1px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
}
.image-service {
    padding-bottom: 14px;
}
.service-content .serve-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #613395;
}
.service-content p {
    text-align: justify;
    font-size: 14px;
    padding-bottom: 0;
    height: 178px;
    overflow: hidden;
}
.image-service img {
    width: 100%;
    height: 206px;
}
@media only screen and (max-width: 768px){
.service-us h2{
font-size: 22px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.service-us h2{
font-size: 24px;
text-align: center;
}
}*/
/*-------*/
/*.oddo-wrapper .wrapper-bx{
box-shadow: 1px 1px 5px #0000002e;
padding: 22px 30px;
}
.oddo-wrapper .wrapper-content .wrapper-h{
border-radius: 6px;
font-size: 32px;
font-weight: 700;
color: #613395;
}
.oddo-wrapper .wrapper-content .wrapper-p{
font-weight: 500;
text-align: justify;
font-size: 14px;
color: #525151d9;
}
.oddo-wrapper .wrapper-content .funct-list {
font-size: 14px;
margin-bottom: 0px;
font-weight: 500;
color: #525151d9;
}
.oddo-wrapper .wrapper-content .funct-list i{
color: #874b5f;
}
.wrapper-bx-mg{
text-align: center;
}
@media only screen and (max-width: 768px){
.oddo-wrapper .wrapper-content .wrapper-h{
font-size: 20px;
}
.oddo-wrapper .wrapper-bx{
box-shadow: 1px 1px 5px #0000002e;
padding: 22px 15px;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.oddo-wrapper .wrapper-content .wrapper-h{
font-size: 26px;
}.wrapper-bx-mg{
text-align: center;
}
}*/
/*--------*/
/*-----faq start -----*/
/*.faq-section {
background: #fdfdfd;
padding: 1rem 0 1rem 0;
}
.faq-title h2 {
position: relative;
margin-bottom: 0px;
display: inline-block;
line-height: 1;
font-size: 32px;
font-weight: 700;
color: #874b5f;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000000a3;
}
.faq-title h2::before {
content: "";
position: absolute;
left: 50%;
width: 60px;
height: 2px;
background: #E91E63;
bottom: -16px;
margin-left: -30px;
}
.faq-title p {
padding: 0 190px;
margin-bottom: 10px;
}
.faq {
background: #FFFFFF;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
margin-top: 40px;
margin-bottom: 20px;
}
.faq .card {
border: none;
background: none;
border-bottom: 1px dashed #CEE1F8;
}
.faq .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
background: rgba(233, 30, 99, 0.1);
padding-left: 10px;
}
.faq .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 700;
font-size: 18px;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}
.faq .card .card-header .faq-title .badge {
display: inline-block;
width: 20px;
height: 20px;
line-height: 14px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #E91E63;
color: #fff;
font-size: 12px;
margin-right: 20px;
}
.faq .card .card-body {
padding: 30px;
padding-left: 35px;
padding-bottom: 16px;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
border-top: 1px solid #F3F8FF;
}
.faq .card .card-body p {
margin-bottom: 14px;
font-weight: 500;
color: #525151d9;
}
.faq .card .card-body li {
color: #525151d9;
list-style: none;
font-weight: 500;
}
.faq ..card .card-body .faq-p{
margin-bottom: 0;
}
@media (max-width: 991px) {
.faq {
margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
line-height: 26px;
margin-top: 10px;
}
}*/
/*-------*/
/*---------*/
/*.special-overlay-inner {
box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
padding: 10px;
background-color: #02020217;
}
.special-overlay-item {
overflow: hidden;
position: relative;
}.special-overlay-item:before {
background-color: rgb(0 0 0 / 40%);
content: "";
height: 100%;
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.special-overlay-item .special-content {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
padding: 0px 0px 20px 0px;
}
.special-img img{
width: 100%;
height: 230px;
}
.special-overlay-item .special-content h3 {
background-color: #fd5b0099;
padding: 4px 0px 8px;
margin-bottom: 0;
text-align: center;
font-size: 22px;
}
.special-overlay-item:hover h3 {
background-color: #041d4ade;
padding: 4px 0px 8px;
margin-bottom: 0;
text-align: center;
font-size: 22px;
}
.special-overlay-item .special-content a {
color: #fefefe;
text-decoration: none;
}
.special-overlay-item .special-content a:hover {
text-decoration: none;
}
@media (min-width: 768px) and (max-width: 992px){
.special-img img{
width: 100%;
height: 140px;
}
.special-overlay-item .special-content h3{
font-size: 17px;
}
}*/
/*------ read more start ------*/
/*.read-more-state{
display: none;
}
.read-more-wrap{
margin-bottom:  20px;
font-size: 14px;
text-align: justify;
color: #525151d9;
font-weight: 500;
float: left;
}
.read-more-target{
opacity: 0;
max-height: 0;
font-size: 0;
transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target{
opacity: 1;
font-size: inherit;
max-height: 999em;
font-size: 14px;
text-align: justify;
}
.read-more-state ~ .read-more-trigger:before{
content: 'Read more';
}
.read-more-state:checked ~ .read-more-trigger:before{
content: 'Read less';
}
.read-more-trigger{
font-weight: bold;
cursor: pointer;
display: inline-block;
color: #f27935;
font-size: .9em;
background-color: #fff;
border-color: #f27935;
padding: 8px 30px 8px 30px;
border-radius: 3px;
border: 1px solid #f27935;
transition: .5s;
}
.read-more-trigger:hover{
border: 1px solid #f27935;
color: #fff;
background-color: #f27935;
}
@media (max-width: 768px){
.read-more-wrap {
margin-bottom: 20px;
font-size: 14px;
text-align: justify;
}
}
.click-btn-meet {
background: #f27935;
color: #fff;
padding: 10px 9px 10px 9px;
font-size: 16px;
text-decoration: none;
border-radius: 3px;
font-weight: 600;
border: 1px solid transparent;
transition: .5s;
}
.click-btn-meet:hover {
background: #fff;
color: #f27935;
border: 1px solid #f27935;
text-decoration: none;
}
.expert-meet{
position: relative;
top: 8px;
float: right;
line-height: 30px;
}
@media (max-width: 768px){
.expert-meet{
top: 7px;
}
.read-more-trigger{
padding: 10px 10px 10px 10px;
}
}*/
/*----- read more end ----*/