.about-area.about-inner-area .container {
    padding-top: 90px;
    padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
    .about-area.about-inner-area .container {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

.about-position-style .about-thumb {
    display: flex;
    height: 100%;
    width: 100%;
}
.about-position-style .about-thumb .image-1 {
    width: 65%;
}
.about-position-style .about-thumb .image-1, .about-position-style .about-thumb .image-2 {
    min-height: 569px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width: 991px) {
    .about-position-style .about-thumb .image-1, .about-position-style .about-thumb .image-2 {
        min-height: 400px;
    }
}
.about-position-style .about-thumb .image-2 {
    width: 40%;
    position: relative;
}
.about-position-style .about-content {
    padding: 90px 143px 90px 80px;
}
@media only screen and (max-width: 1399.98px) {
    .about-position-style .about-content {
        padding: 80px 60px 80px 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-position-style .about-content {
        padding: 60px 60px 65px 30px;
    }
}
@media only screen and (max-width: 991px) {
    .about-position-style .about-content {
        padding: 50px 20px 55px 20px;
    }
}
.about-position-style .about-content .section-title .title {
    margin-bottom: 28px;
}
.about-position-style .about-content .section-title .desc p {
    line-height: 28px;
}
.about-position-style .about-content .section-title .desc p:first-child {
    margin-bottom: 16px;
}
.about-position-style .about-content .section-title .desc p:last-child {
    margin-bottom: 36px;
}
.about-inner-wrap .about-thumb {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 50px;
    margin-left: -15px;
}
@media only screen and (max-width: 1199px) {
    .about-inner-wrap .about-thumb {
        margin-right: 0;
        margin-left: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .about-inner-wrap .about-thumb img {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .about-inner-wrap .about-content {
        margin-bottom: 40px;
    }
}
.about-inner-wrap .about-content .section-title .sub-title {
    margin-top: 35px;
}
@media only screen and (max-width: 1399.98px) {
    .about-inner-wrap .about-content .section-title .sub-title {
        margin-top: 0;
    }
}
.about-inner-wrap .about-content .section-title .title {
    margin-bottom: 28px;
    letter-spacing: 0;
}
.about-inner-wrap .about-content .section-title .desc p {
    line-height: 28px;
}
.about-inner-wrap .about-content .section-title .desc p:first-child {
    margin-bottom: 16px;
}
.about-inner-wrap .about-content .section-title .desc p:last-child {
    margin-bottom: 36px;
}
.about-inner-wrap .about-content .btn-theme {
    background-color: #222;
    border: 1px solid #222;
}
.about-inner-wrap .about-content .btn-theme:hover {
    background-color: #ff383f;
    border: 1px solid #ff383f;
}

.bg-theme-color3 {
    background-color: #FEF6EC !important;
}

.btn-theme {
    background-color: #222;
    border: 1px solid #222;
}

.btn-theme:hover {
    background-color: #ff383f;
    border: 1px solid #ff383f;
}

.feature-area {
    background-color: #F8F9F7;
}
.feature-area .feature-container {
    max-width: 1520px;
    margin: auto;
    padding: 26px 0 25px;
    position: relative;
    z-index: 9;
    width: 100%;
}
.feature-area .feature-col:nth-child(2) .icon-box {
    background-position: -52px 0;
}
.feature-area .feature-col:nth-child(3) .icon-box {
    background-position: -104px 0;
}
.feature-area .feature-col:nth-child(4) .feature-icon-box .inner-content:before {
    display: none;
}
.feature-area .feature-col:nth-child(4) .icon-box {
    background-position: -156px 0;
}
.feature-area .feature-col:hover:nth-child(1) .icon-box {
    background-position: 0 -43px;
}
.feature-area .feature-col:hover:nth-child(2) .icon-box {
    background-position: -52px -43px;
}
.feature-area .feature-col:hover:nth-child(3) .icon-box {
    background-position: -104px -43px;
}
.feature-area .feature-col:hover:nth-child(4) .icon-box {
    background-position: -156px -43px;
}

.feature-icon-box .inner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 40px;
    position: relative;
}
@media only screen and (max-width: 1399.98px) {
    .feature-icon-box .inner-content {
        padding: 15px 14px;
    }
}
@media only screen and (max-width: 767px) {
    .feature-icon-box .inner-content {
        width: 300px;
        margin: 0 auto;
    }
}
.feature-icon-box .inner-content:before {
    background-color: #ebebeb;
    bottom: 18px;
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    width: 1px;
}
@media only screen and (max-width: 1199px) {
    .feature-icon-box .inner-content:before {
        display: none;
    }
}
.feature-icon-box .inner-content .icon-box {
    background-repeat: no-repeat;
    height: 43px;
    width: 52px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.feature-icon-box .inner-content .content {
    padding-left: 25px;
    width: calc(100% - 52px);
}
@media only screen and (max-width: 1399.98px) {
    .feature-icon-box .inner-content .content {
        padding-left: 20px;
    }
}
.feature-icon-box .inner-content .content .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}
@media only screen and (max-width: 1399.98px) {
    .feature-icon-box .inner-content .content .title {
        font-size: 18px;
    }
}
.feature-icon-box .inner-content .content p {
    font-size: 15px;
    line-height: 28px;
}
@media only screen and (max-width: 1399.98px) {
    .feature-icon-box .inner-content .content p {
        font-size: 14px;
        line-height: 24px;
    }
}
.feature-icon-box .inner-content:hover .icon-box {
    color: #ff383f;
}
.clients {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .clients .section-heading {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .clients .section-heading .line-dec {
        margin-left: auto;
        margin-right: auto;
    }
}
.clients #owl-clients {
    text-align: center;
}
.clients #owl-clients .item {
    margin-top: 30px;
    text-align: center;
    background-color: #ffffff;
    width: 170px;
    height: 125px;
    display: inline-block;
}
.clients #owl-clients .item img:hover {
    opacity: 0.9;
    cursor: pointer;
}
@media (max-width: 991px) {
    .clients .owl-theme .owl-controls .owl-buttons {
        display: none;
    }
}
@media (max-width: 991px) {
    .clients-2 .owl-theme .owl-controls .owl-buttons {
        display: none;
    }
}
.clients-2 {
    background-color: #ffffff;
    width: 100%;
    position: relative;
}
.clients-2 #owl-clients2 {
    text-align: center;
}
.clients-2 #owl-clients2 .item {
    margin-top: 30px;
    text-align: center;
    background-color: #ffffff;
    width: 170px;
    height: 125px;
    display: inline-block;
}
.clients-2 #owl-clients2 .item img:hover {
    opacity: 0.9;
    cursor: pointer;
}
.section-heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}
.section-heading .line-dec {
    width: 45px;
    height: 2px;
    background-color: #e8aa00;
}
.section-heading-2 h2 {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #ffffff;
}
.inner-content .service-img {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #f2f2f2;
    border-radius: 100%;
    margin-right: 12px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-img {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

.inner-content .service-img img {
    max-width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.btn-general {
    background-color: transparent;
    text-align: center;
    border-width: 1px;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-green {
    border-color: #2196f3;
    color: #2196f3;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #2196f3;
    color: #fff;
    cursor: pointer;
}

#story {
    padding-bottom: 50px;
}

.story-desc {
    padding: 0 40px 40px 10px;
}

.story-desc>h6 {
    color: #2196f3;
    font-weight: 700;
}

.story-desc>p {
    font-size: 15px;
}

.story-descb {
    padding: 10px 10px 30px 10px;
    margin: 60px 0;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.story-descb:hover {
    box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
    border-bottom: 5px solid #2196f3;
    margin-top: 55px;
    cursor: pointer;
}

.story-descb>i {
    font-size: 45px;
    height: 60px;
    line-height: 60px;
    color: #999;
}

.story-descb h6 {
    font-size: 18px;
    color: #666;
    padding: 25px 0 5px;
}

.story-descb p {
    color: #867f7f;
    font-size: 14px;
}

@media (max-width: 767px) {
    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 0;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (max-width: 585px) {
    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 10%;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (max-width: 420px) {
    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 0%;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (min-width: 1600px) {
    .story-desc>p {
        font-size: 16px;
    }

    .story-descb p {
        color: #867f7f;
        font-size: 16px;
    }
}

