/*-----------------banner------------------------*/

.page-title-banner {
    background-image: url(../../img/what-we-do/banner/banner.jpg);
}

/*-----------------banner------------------------*/



/*-----------------about------------------------*/


.about-img {
    position: relative;
}

.about-img:before {
    content: '';
    position: absolute;
    bottom: -17px;
    left: -17px;
    background: #f0673d;
    width: 80%;
    height: 80%;
}

.about-img img {
    position: relative;
    border-radius: 60px 0px 60px 00px;
}

.about-img img,
.services-box img {
    width: 100%;
}

.about-content h2 {
    margin-bottom: 50px !important;
    display: block;
}

.about-content p {
    font-weight: 500;
    font-size: 17px;
    margin-top: 25px;
    line-height: 28px;
}

.about-sec-row {
    margin-top: -20px;
    padding: 0 0 15px !important;
}


.what-we-do section.about-sec .page-btn a {
    width: 480px;
    height: 65px;
}

/*-----------------about------------------------*/


/*-----------------services------------------------*/
.services-sec-row {
    padding: 0 !important;
}

section.services-sec .services-content h3 {
    font-size: 30px;
    color: #f0673d;
    font-weight: bold;
    margin-bottom: 30px;
}

section.services-sec .services-content h2 {
    font-size: 20px;
    height: 50px;
    margin-bottom: 15px;
    line-height: 25px;
    font-weight: bold;
}

section.services-sec .services-content p {
    font-weight: 500;
    font-size: 17px;
    margin-top: 25px;
    line-height: 25px;
    color: #5d5d5d;
}

.services-box {
    transition: all.7s;
    cursor: pointer;
    padding: 45px;
    border-radius: 50px 00px 50px 00px;
}

.services-box:hover {
    background: #fff;
    box-shadow: 0px 0px 11px #cccccc;
}

/*-----------------services------------------------*/

/*-----------------popup------------------------*/
.start-search-popup .popup-headding h2 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0 !important;
    padding: 0 100px;
    line-height: 30px;
}

.start-search-popup .popup-headding p {
    font-weight: 500;
    font-size: 17px;
    margin-top: 15px;
    line-height: 28px;
    text-align: center;
}

.start-search-popup form input {
    text-align: center;
}

.start-search-popup .popup-inner button {
    margin: 0 auto;
    margin-top: 15px !important;
}

.start-search-popup form input::placeholder {
    color: #404041;
    font-size: 15px;
}

.start-search-popup form {
    padding-top: 35px;
    width: 80%;
    margin: 0 auto;
}

.start-search-popup .popup-inner {
    background: #f2f2f2;
    padding: 70px 50px 40px 50px !important;
}

.start-search-popup .popup-inner {
    background: #f2f2f2;
}

.start-search-popup form {
    padding-top: 35px;
}

.start-search-popup .popup-close {
    width: 32px;
    height: 22px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 25px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 5px;
    background: #f0673d;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 14px;
    color: #f2f2f2;
}

/*-----------------popup------------------------*/
