﻿

/*Service Home page 2*/

.title {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.title-2 {
    font-size: 42px;
    position: relative;
    margin-bottom: 60px;
}

.under-title-2 {
    display: block;
    height: 12px;
    width: 12px;
    background: #d82121;
    position: relative;
    bottom: -19px;
    left: 50%;
    margin-left: -9px;
}

    .under-title-2:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100px;
        top: 5px;
        left: -111px;
        background: rgba(0, 0, 0, 0.34);
    }

    .under-title-2:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100px;
        top: 5px;
        left: 23px;
        background: rgba(0, 0, 0, 0.34);
    }
.title-2-smll {
    font-size:28px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.under-title-2-small {
bottom:-10px;

}
    .under-title-2-small:before,.under-title-2-small:after {
    width:50px;

    }
.under-title-2-small:before {
    left:-62px;
}

.title-small {
    font-size: 30px;
}

.title-2--special {
    position: relative;
    text-align: left;
    display: inline-block;
}

    .title-2--special:before {
        content: '';
        position: absolute;
        height: 12px;
        width: 12px;
        top: 12px;
        right: -23px;
        background: #d82121;
    }

    .title-2--special:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100px;
        background: rgba(0, 0, 0, 0.34);
        top: 17px;
        right: -136px;
    }

.title > span {
    color: #d82121;
    font-size: 36px;
    font-weight: 700;
}

.title-detail {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 0 20px;
}

.title-detail--px-45 {
    padding: 0 45px;
}

.title-f8 {
    color: #f8f8f8;
}

    .title-f8 > .under-title-2:before,
    .title-f8 > .under-title-2:after {
        background: rgba(48, 48, 48, 0.341);
    }


.service-2 {
    background: #f8f8f8;
    /*padding: 130px 0 93px 0;*/
    position: relative;
    font-size: 16px;
}

.service-2-wrap {
    position: relative;
}

.service-2__left {
    float: left;
    width: 44%;
    margin-left: 15px;
}

.service-2__right {
    position: absolute;
    z-index: 10;
    float: left;
    width: 62%;
    top: 80px;
    right: 0;
}

.service-2__img {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

    .service-2__img > img {
        width: 100%;
        -webkit-box-shadow: 0px 6px 14.56px 1.44px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0px 6px 14.56px 1.44px rgba(0, 0, 0, 0.22);
        box-shadow: 0px 6px 14.56px 1.44px rgba(0, 0, 0, 0.22);
    }

#our1 {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari */
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50px;
    left: -57px;
}

    #our1:after {
        top: 17px;
        left: -137px;
    }

    #our1:before {
        top: 12px;
        left: -22px;
    }

#our2 {
    left: -72px;
    top: -5px;
}

.service-2__inner-head {
    /* background: #222222; */
    padding: 30px 0;
}

    .service-2__inner-head h3 {
        font-weight: 600;
        color: #d82121;
        margin: 0 auto;
        width: 80%;
        margin-bottom: 12px;
    }

    .service-2__inner-head p {
        color: #222222;
        margin: 0 auto;
        /* width: 80%; */
    }

.service-2__inner-body {
    /* background: #222222; */
    /* padding: 50px 65px; */
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

    .service-2__inner-body .body__item:last-child {
        margin-bottom: 0;
    }

    .service-2__inner-body .box-item .box-body {
        padding-right: 0;
    }

.body__item {
    margin-bottom: 30px;
}

    .body__item > .box-head--border {
        border: 2px solid #d82121;
    }

    .body__item > .box-body {
        /* margin-left: 68px; */
    }

        .body__item > .box-body > h5 {
            margin-bottom: 12px;
        }

            .body__item > .box-body > h5 > a {
                color: #ffffff;
                font-size: 32px;
				cursor:unset;
                /*                font-weight: 600;*/
            }

                .body__item > .box-body > h5 > a:hover {
                    color: #fff;
                }

        .body__item > .box-body > p {
            color: #222222;
        }


/*Icon Box*/

.box-head {
    float: left;
}

.box-head--border {
    width: 68px;
    line-height: 64px;
    text-align: center;
    padding: 10px;
   
}

.box-body {
    /* margin-left: 60px; */
    /* padding: 0 32px; */
}





.values .service-2__inner-body {
    padding: 15px;
    margin-top: 0;
    margin-bottom:15px;
    /* min-height: 280px; */
    border-radius:0px;
    border-bottom-left-radius:15px;
    border-top-right-radius:15px;
    padding: 15px 0;
}
.values .box-head--border
{
    /* margin: auto; */
    float: none;
}
.values .box-body {margin: 10px auto 0;/* text-align: center; */padding: 0;}
.values  .box-head--border {
    width: 60px;
    line-height: 50px;
    text-align: center;
    padding: 0px;
    border-width:0px;
}
.values .body__item > .box-body > h5 > a {font-size: 16px;color: black;font-weight: 700;}



.com-adv img {
margin:auto;
display:block;
}

.com-adv span {
    color: #a90404;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
}


.com-adv {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 15px 0;
    min-height: 150px;
}
.com-adv p{
    color: #222;
    font-weight: 600;
}

.our-story-sec{
background:#b3b3b3;
}

/*Responsive*/

@media (max-width: 1200px) {
    nav.menu-desktop {
        margin-right: 0px;
    }

    .header6 nav.menu-desktop {
        margin-right: 0;
    }

    .our-process__item {
        padding: 30px 13px;
        min-height: 210px;
    }

    .service-2__right {
        top: 47px;
    }

    .service-2__inner-body {
        padding: 30px 25px;
        width: 84%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .header-wrap {
        padding: 0 20px;
    }

    .service-3__inner {
        padding: 90px 20px 60px 20px;
    }

    h2.title--small {
        white-space: normal;
    }
}

@media (max-width: 991px) {

    .service-2__left {
        width: 100%;
    }

    .service-2__right {
        width: 100%;
        position: static;
        margin-top: 30px;
    }
	.com-adv{
width:33.33%;
}
}

@media (max-width: 525px) {
.com-adv{
width:100%;
}
.service-2__inner-head{
padding:0;
}
.body__item > .box-body > h5 > a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}
}