/** feature-section **/
.feature-section {
    position: relative;
    padding-bottom: 100px;
}

.feature-section .sec-title {
    margin-bottom: 41px;
}

.feature-section .inner-content {
    position: relative;
}

.feature-section .feature-block {
    position: relative;
}

.feature-section .feature-block:last-child::before {
    display: none;
}

.feature-block-one {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    padding: 30px 30px;
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 28px;
    transition: all 500ms ease;
}

.feature-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.feature-block-one .inner-box h3 a {
    display: inline-block;
    color: #222;
}

.feature-block-one .inner-box .text {
    position: relative;
    margin-bottom: 22px;
}

.feature-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
}/** composition-section **/
.composition-section {
    position: relative;
    padding: 100px 0px;
}

.composition-section .upper-content {
    position: relative;
    margin: 0px -90px;
}

.composition-section .upper-content .inner-box .single-item {
    position: relative;
    margin-bottom: 145px;
    max-width: 350px;
}

.composition-section .upper-content .left-column .inner-box .single-item:last-child,
.composition-section .upper-content .right-column .inner-box .single-item:last-child {
    margin-bottom: 0px !important;
}

.composition-section .upper-content .inner-box .single-item .icon-box {
    position: absolute;
    top: 6px;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box:before {
    right: -95px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box:before {
    left: -95px;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box {
    right: 0px;
}

.composition-section .upper-content .left-column .inner-box .single-item {
    padding-right: 105px;
    text-align: right;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box {
    left: 0px;
}

.composition-section .upper-content .right-column .inner-box .single-item {
    padding-left: 105px;
    text-align: left;
    max-width: 100%;
    margin-left: 70px;
}

.composition-section .upper-content .inner-box .single-item .icon-box span {
    position: absolute;
    top: -6px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box span {
    left: -28px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box span {
    right: -28px;
}

.composition-section .upper-content .inner-box .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 1px;
}

.composition-section .upper-content .inner-box .single-item h3 a {
    display: inline-block;
    color: #222;
}

.composition-section .upper-content .inner-box .single-item h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
}

.composition-section .upper-content .inner-box {
    position: relative;
    margin-top: 25px;
}

.composition-section .upper-content .image-box {
    position: relative;
    display: block;
    text-align: center;
}

.composition-section .upper-content .image-box .pattern-bg {
    position: absolute;
    left: -20px;
    top: -15px;
    width: 460px;
    height: 460px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.composition-section .sec-title {
    margin-bottom: 68px;
}

.composition-section .upper-content {
    position: relative;
    margin-bottom: 85px;
}

.composition-section .lower-content {
    position: relative;
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
}

.composition-section .lower-content .single-item {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
}

.composition-section .lower-content .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 1px;
}

.composition-section .lower-content .single-item h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
}

.composition-section .lower-content .single-item:last-child::before {
    display: none;
}

.composition-section .border-shap .border-2 {
    z-index: 2;
}
/** clients-section **/
.clients-section {
    position: relative;
    padding-bottom: 100px;
}

.clients-section .top-title {
    margin-bottom: 87px;
}

.clients-section .image-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .image-box:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}/** service-section **/
.service-section {
    position: relative;
    padding: 100px 0px 70px 0px;
}

.service-section .top-title {
    margin-bottom: 60px;
}

.service-block-one {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.service-section .service-block-one {
    margin-bottom: 30px;
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.service-block-one .inner-box .image-box a {
    position: relative;
    display: block;
}

.service-block-one .inner-box .image-box a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: -100%;
    transition: all 500ms ease-in-out;
    z-index: 1;
}

.service-block-one:hover .inner-box .image-box a:before {
    top: 0%;
    height: 100%;
}

.service-block-one .inner-box .image-box img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
}

.service-block-one:hover .inner-box .image-box img {
    transform: scale(1.05);
}

.service-block-one .inner-box .lower-content {
    position: relative;
    padding: 38px 30px 45px 30px;
}

.service-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222;
}

.service-block-one .inner-box .lower-content .text {
    position: relative;
    margin-bottom: 27px;
}

.service-block-one .inner-box .lower-content .price {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 22px;
}

.service-block-one .inner-box .lower-content .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    border-radius: 30px;
    text-align: center;
    padding: 10px 35px;
}

.service-block-one .inner-box .lower-content .btn-box a:hover {
    color: #fff;
}
/***

====================================================================
                        Contact-Page
====================================================================

***/
.contact-section {
    position: relative;
}

.contact-section .title-text {
    position: relative;
    display: block;
    font-size: 30px;
    color: #222;
    line-height: 40px;
    padding-bottom: 25px;
    margin-bottom: 40px
}

.contact-section .info-box .info-list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #222;
    margin-bottom: 28px;
    padding-left: 60px;
}

.contact-section .info-box .info-list li a {
    color: #222;
}

.contact-section .info-box .info-list li:last-child {
    margin-bottom: 0px;
}

.contact-section .info-box .info-list li i {
    position: absolute;
    left: 0px;
    top: -4px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
}

.contact-section .info-box .info-list li:hover i {
    color: #fff;
}

.contact-section .inner-box .form-inner .form-group {
    position: relative;
    margin-bottom: 17px;
}

.contact-section .inner-box .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .inner-box .form-inner .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    margin-bottom: 8px;
}

.contact-section .inner-box .form-inner .form-group input[type='text'],
.contact-section .inner-box .form-inner .form-group input[type='email'],
.contact-section .inner-box .form-inner .form-group textarea {
    position: relative;
    width: 100%;
    height: 55px;
    background: #f8f8f8;
    font-size: 16px;
    color: #666;
    border-radius: 30px;
    padding: 10px 25px;
    border: 3px solid #f8f8f8;
    transition: all 500ms ease;
}

.contact-section .inner-box .form-inner .form-group textarea {
    height: 100px;
    resize: none;
}

.contact-section .inner-box .form-inner .form-group .theme_btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 13px 42px;
    text-align: left;
    cursor: pointer;
    transition: all 500ms ease;
    background: transparent;
}

.contact-section .inner-box .form-inner .form-group .theme_btn:hover {
    color: #fff;
}