﻿/*----------------------------------------------------
@File: Default Styles
@Author: Anit Malik
@URL:https://acyutah.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below.

	1. Mission_objective
	2. 


----------------------------------------------------*/
/*--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i");
/*Color Variables*/
::selection {
    background-color: #910404;
    color: #FFFFFF;
}

/*Project Name : RedBizAuthor Company : SpecThemesProject Date: 24 Feb, 2018Template Developer: vsafaryan50@gmail.com*/ /*==============================================TABLE OF CONTENT==============================================0. Imports1. Sections2. Headings3. Navbar4. Search5. Top Bar6. CountUps7. Helper Classesa) Text-contentb) Image-propertiesc) Buttonsd) Listse) Color Controlf) Video Boxg) Paginationh) Bordersi) Animationsf) Overlays8. Preloader9. Scroll to Top10. Number Boxes11. Service Boxes12. Clients13. Feature Boxes14. Progress Bars15. Price Tables16. Newsletter Form17. Footer18. Blog (Grid, Lists, Post)19. Testmonials20. Projects21. Partners (also Team)22.Feedback Form23. Team, Team Single24. Video Section25. Projects26. Project Single (Page)27. Accordions28. Service Single (Page)29. Callback30. Projects Masonry31. Under Construction32. Shop Single Slider33. Shop Single (Page)34. Shop Products35. 404 (Page)36. Contact (Page)37. Tabs38. Owl Carousel39. Pie Charts40. Chart JS==============================================[END] TABLE OF CONTENT==============================================*/ /*-----------------------------------------0. Imports-------------------------------------------*/
@import url("navigation.css"); /*-----------------------------------------1. Sections-------------------------------------------*/

/*-----------------------------------------6. CountUps-------------------------------------------*/

/*-----------------------------------------10. Number Boxes-------------------------------------------*/

.service-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
    margin: 15px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

 .service-inner-box {
    padding: 0px 20px 20px 20px;
    height:180px;
}

.service-icon-box {
    width: 25%;
    float: left;
    padding-top: 5px;
}

.service-content-box {
    width: 100%;
    float: left;
    height:260px;
}

.service-box img {
    width: 100%;
    margin-bottom: 25px;
}

.service-box h3 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    text-align:left;
}

.service-box p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    text-align:left;
}

.service-box i {
    color: #d21e2b;
    font-size: 53px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

@media (max-width: 991px) {
    .service-box i {
        font-size: 33px;
    }
}

@media (max-width: 767px) {
    .service-box i {
        font-size: 45px;
    }
}

.service-box:hover i {
    color: #111;
}

.service-block {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .service-block img {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 10px;
    }

.service-block-number {
    width: 15%;
    float: left;
}

.service-block-title {
    width: 75%;
    float: left;
}

.service-block-number h5 {
    color: #d21e2b;
    font-size: 35px;
    font-weight: 500;
}

.service-block-title h4 {
    color: #d21e2b;
    font-size: 17px;
    font-weight: 500;
    padding-top: 12.5px;
    padding-left: 10px;
}

    .service-block-title h4 a:hover {
        color: #d21e2b;
    }

.service-block p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}


.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    /*height:275px;*/
}

    .serv-section-2:before {
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 0;
        content: " ";
        width: 100px;
        height: 100px;
        background: #fff;
        border-bottom-left-radius: 136px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .serv-section-2:hover:before {
        background: #910404;
    }

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center
}

    .serv-section-2-icon i {
        color: #910404;
        font-size: 48px;
        line-height:30px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-top-text {
    width: 180px;
    height: auto;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    /*padding-right: 50px;*/
    /*height:130px;*/
}

.serv-section-2-act:before {
    background: #910404;
}

.serv-section-2-act:hover:before {
    background: #f5f5f5;
}

.serv-section-2-icon-act i {
    color: #fff;
}

.serv-section-2-act:hover .serv-section-2-icon-act i {
    color: #910404 !important;
}

@media (max-width: 991px) {
    .serv-section-2 {
        margin-top: 20px;
    }

        .serv-section-2:before {
            margin-top: 0px;
        }

    .serv-section-2-icon i {
        position: absolute;
        right: -3px;
        top: 0px;
    }
}

@media (max-width: 425px) {
    .serv-section-2 {
        padding: 30px 10px;
    }
}
/*-----------------------------------------12. Clients-------------------------------------------*/

.clients img {
    opacity: .5;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .clients img:hover {
        opacity: 1;
    }
/*-----------------------------------------13. Feature Boxes-------------------------------------------*/ /*--------------Styles 1----------------*/

.simple-feature-box {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .simple-feature-box:hover {
        -webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
        -moz-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
        box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
    }

.simple-feature-box-icon {
    text-align: center;
    margin: auto;
}

    .simple-feature-box-icon i {
        font-size: 18px;
        width: 32px;
        height: 32px;
        color: #fff;
        background: #d21e2b;
        border-radius: 50%;
        padding: 6.5px;
        padding-left: 9px;
    }

.simple-feature-box-content h4 {
    font-size: 18px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .simple-feature-box-content {
        padding-left: 25px;
    }
}
/*--------------Styles 2----------------*/

.feature-block {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 15px;
    margin: 15px 0px;
}

.feature-block-icon i {
    color: #d21e2b;
    font-size: 55px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-block h4 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0px 10px 0px;
}

.feature-block p {
    font-size: 15px;
    color: #999;
    line-height: 1.7;
    margin-bottom: 0px;
}

.feature-block:hover .feature-block-icon {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/*--------------Styles 3----------------*/

.feature-box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 20px 0px 20px 0px;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .feature-box:hover {
        -webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
        -moz-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
        box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
    }

    .feature-box i {
        color: #d21e2b;
        font-size: 60px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .feature-box:hover i {
        color: #111;
    }

    .feature-box h4 {
        color: #111;
        font-size: 18px;
        font-weight: 500;
        line-height: 170%;
        margin: 15px 0px;
    }

    .feature-box p {
        color: #999;
        font-size: 14px;
        font-weight: 500;
        line-height: 170%;
    }

.feature-box-3 {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin: 15px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .feature-box-3 i {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d21e2b;
        font-size: 55px;
        background-image: linear-gradient(to bottom, rgba(210, 30, 43, .1), transparent);
        width: 125px;
        height: 125px;
        border-radius: 50%;
        margin: 0 auto 15px auto;
    }

    .feature-box-3 h4 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .feature-box-3 p {
        font-size: 16px;
    }
/*--------------Styles 4----------------*/

.feature-flex {
    position: relative;
    margin: 30px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-flex-icon {
    float: left;
    width: 25%;
    margin-top: 20px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .feature-flex-icon i {
        color: #fff;
        border-radius: 50%;
        background-image: linear-gradient(120deg, rgba(210, 30, 43, .6) 0%, #d21e2b 100%);
        padding: 21.5px 22px;
        font-size: 40px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

@media (max-width: 991px) {
    .feature-flex-icon {
        text-align: center;
        margin: auto;
    }

        .feature-flex-icon i {
            color: #fff;
            border-radius: 50%;
            background-image: linear-gradient(120deg, rgba(210, 30, 43, .6) 0%, #d21e2b 100%);
            padding: 17px;
            font-size: 32px;
        }
}

@media (max-width: 767px) {
    .feature-flex-icon {
        text-align: center;
        margin: auto;
    }

        .feature-flex-icon i {
            color: #fff;
            border-radius: 50%;
            background-image: linear-gradient(120deg, rgba(210, 30, 43, .6) 0%, #d21e2b 100%);
            padding: 16px;
            font-size: 33px;
        }
}

.feature-flex-content {
    float: left;
    width: 75%;
    padding-left: 10px;
}

    .feature-flex-content h4 {
        color: #111;
        font-size: 21px;
        font-weight: 400;
    }

        .feature-flex-content h4 a {
            color: #111;
            font-size: 21px;
            font-weight: 400;
        }

    .feature-flex-content p {
        color: #999;
        font-size: 15px;
        font-weight: 400;
        margin-top: 10px;
    }

.feature-flex:hover .feature-flex-icon {
    margin-top: 10px;
}
/*--------------Styles 5----------------*/

.feature-flex-square {
    position: relative;
    border-radius: 5px;
    margin: 30px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-flex-square-icon {
    float: left;
    width: 25%;
    margin-top: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .feature-flex-square-icon i {
        color: #d21e2b;
        border-radius: 10px;
        padding: 10px;
        font-size: 55px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

@media (max-width: 991px) {
    .feature-flex-square-icon {
        text-align: center;
        margin: 23px auto;
    }

        .feature-flex-square-icon i {
            padding: 14px;
            font-size: 30px;
        }
}

.feature-flex-square-content {
    float: left;
    width: 75%;
    padding-left: 10px;
}

    .feature-flex-square-content h4 {
        color: #111;
        font-size: 19px;
        font-weight: 500;
    }

        .feature-flex-square-content h4 a {
            color: #111;
            font-size: 19px;
            font-weight: 500;
        }

    .feature-flex-square-content p {
        color: #999;
        font-size: 15px;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 15px;
    }

.feature-flex-square-content-button {
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

    .feature-flex-square-content-button:after {
        content: '\f0da';
        font-size: 14px;
        font-family: "FontAwesome";
        color: #111;
        margin-left: 7px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

    .feature-flex-square-content-button:hover {
        color: #d21e2b;
    }

        .feature-flex-square-content-button:hover:after {
            color: #d21e2b;
        }
/*--------------Styles 6----------------*/

.feature-box-long {
    position: relative;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    margin: 15px 0px;
    padding: 30px 40px 35px 40px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .feature-box-long:hover {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
        -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
        box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
    }

    .feature-box-long h3 {
        font-size: 19px;
        font-weight: 500;
        color: #111;
        margin: 25px 0px 15px 0px;
    }

    .feature-box-long i {
        color: #d21e2b;
        font-size: 65px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

    .feature-box-long p {
        font-size: 15px;
        font-weight: 400;
        color: #aaa;
    }
/*--------------Styles 7----------------*/

.feature-box-2 {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin: 20px 0px 20px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media (max-width: 767px) {
    .feature-box-2 {
        text-align: center;
        padding: 0px 30px;
    }
}

.feature-box-2 i {
    color: #d21e2b;
    font-size: 50px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.feature-box-2 h4 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
    margin: 15px 0px 5px 0px;
}

.feature-box-2 p {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}
/*--------------Styles 8----------------*/

.feature-box-4 {
    position: relative;
    background: #fff;
    display: flex;
    border-top: 3px solid #d21e2b;
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    margin: 15px 0;
}

.feature-box-4-icon {
    flex: 0 0 80px;
}

    .feature-box-4-icon i {
        color: #d21e2b;
        font-size: 50px;
    }

.feature-box-4 h4 {
    font-size: 19px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-box-4 h4, .feature-box-4 p, .feature-box-4 .feature-box-4-link {
    position: relative;
    z-index: 99;
}

.feature-box-4-link {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}

    .feature-box-4-link i {
        font-size: 11px;
        margin-left: 3px;
    }

    .feature-box-4-link:hover {
        color: #d21e2b;
    }

.feature-box-4-icon-bg {
    position: absolute;
    color: #eee;
    font-size: 125px;
    bottom: -30px;
    right: -20px;
    z-index: 9;
}
/*--------------Styles 9----------------*/


/*-----------------------------------------40. Chart JS-------------------------------------------*/

.chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 4px;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.mt-60 {
    margin-top: 60px;
}

.center-holder {
    text-align: center !important;
}
/*==================new==========technologies page==========*/
.testmonial-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #ececec;
    margin: 15px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
    .testmonial-box img {
        border: 2px solid #ececec;
        border-radius: 50%;
        padding: 2px;
    }
.pr-0 {
    padding-right: 0px;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}
/*----Product  Page-----*/
<style type="text/css" > .feature-box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 20px 0px 20px 0px;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.feature-box:hover {
    -webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
    box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
}

.feature-box i {
    color: #d21e2b;
    font-size: 60px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #d21e2b;
    line-height: 200%;
    margin-bottom: 10px;
}

.section-heading h2 {
    position: relative;
    font-size: 42px;
    font-weight: 500;
    color: #111;
    line-height: 130%;
    margin-bottom: 10px;
}

.section-heading h4 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.text-content p {
    font-size: 14px;
    font-weight: 400;
    color: #f7f7f7;
    line-height: 190%;
    margin-bottom: 15px;
}

.white-list {
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 0px 20px 0px;
}

    .white-list li {
        list-style-type: none;
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
        text-align: left;
    }

        .white-list li a {
            list-style-type: none;
            font-size: 14px;
            font-weight: 500;
            margin-top: 15px;
            text-align: left;
            color: #000;
        }

            .white-list li a span {
                padding-left: 5%;
                color: #4276e1;
                float: right;
            }

            .white-list li a:hover {
                list-style-type: none;
                color: #910404;
                font-size: 14px;
                font-weight: 500;
                margin-top: 15px;
                text-align: left;
            }

        .white-list li i {
            color: #d21e2b;
            padding-right: 15px;
        }

.white-color span {
    color: #fff !important;
}

.mt-30 {
    margin-top: 30px;
}

.section-md {
    padding: 40px 0px;
}

.feature-box h4 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
    margin: 15px 0px;
}

.feature-box p {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
}

.primary-button {
    background: #910404;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: bottom;
}

    .primary-button:hover {
        color: #fff;
        background-color: #000;
    }
/*------------*/
.testmonial-box {
    position: relative;
    transition-duration: 0.3s;
    box-shadow: rgba(50, 50, 50, 0.16) 0px 10px 30px 0px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(236, 236, 236);
    border-image: initial;
    margin: 15px 0px;
    height: 275px;
}

.feature-icon {
    float: left;
    /*width: 25%;*/
    margin-top: 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding-left: 0px;
}

    .feature-icon i {
        color: #910404;
        font-size: 20px;
        transition-duration: .3s;
        border: 2px solid #910404;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0px auto;
        text-align: center;
        vertical-align: middle;
        padding-top: 8px;
    }

        .feature-icon i:hover {
            color: #fff;
            font-size: 20px;
            transition-duration: .3s;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin: 0px auto;
            text-align: center;
            vertical-align: middle;
            padding-top: 8px;
            background-image: linear-gradient(120deg, rgba(210, 30, 43, .6) 0%, #d21e2b 100%);
            border: 2px solid #d21e2b;
        }


.prdcnt p {
    padding-top: 0px;
    line-height: 24px;
    padding-bottom: 0px;
    height: 80px;
}

.testmonial-box h5 {
    padding-top: 5px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
}

.border-top {
    border-top: 1px solid #ececec !important;
}

.section-block-grey {
    padding: 10px 0px 20px 0px;
    background-color: #fff;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.sectheading p {
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
    line-height: 160%;
    padding-top: 15px;
    margin-bottom: 0px;
}

.btn-primary {
    border-color: #910404;
}



.findoc {
    background-image: url(../images/product/findoc_icn.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 90px;
    height:90px;
   display: inline-block;
}
.findoc:hover {
    background-image: url(../images/product/findoc_hov.png);
    background-position: right;
    background-repeat: no-repeat;
     width: 90px;
    height:90px;
   display: inline-block;
}
.finflow {
    background-image: url(../images/product/finflw_icn.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 90px;
    height:90px;
   display: inline-block;
}
.finflow:hover {
    background-image: url(../images/product/finflw_hov.png);
    background-position: right;
    background-repeat: no-repeat;
     width: 90px;
    height:90px;
   display: inline-block;
}
.portal {
    background-image: url(../images/product/port_icn.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 90px;
    height:90px;
   display: inline-block;
}
.portal:hover {
    background-image: url(../images/product/port_hov.png);
    background-position: right;
    background-repeat: no-repeat;
     width: 90px;
    height:90px;
   display: inline-block;
}
.mobile {
    background-image: url(../images/product/mob_icn.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 90px;
    height:90px;
   display: inline-block;
}
.mobile:hover {
    background-image: url(../images/product/mob_hov.png);
    background-position: right;
    background-repeat: no-repeat;
     width: 90px;
    height:90px;
   display: inline-block;
}
.int {
    background-image: url(../images/product/int_icn.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 90px;
    height:90px;
   display: inline-block;
}
.int:hover {
    background-image: url(../images/product/int_hov.png);
    background-position: right;
    background-repeat: no-repeat;
     width: 90px;
    height:90px;
   display: inline-block;
}
.cap {
    background-image: url(../images/product/cap_icn.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 90px;
    height:90px;
   display: inline-block;
}
.cap:hover {
    background-image: url(../images/product/cap_hov.png);
    background-position: right;
    background-repeat: no-repeat;
     width: 90px;
    height:90px;
   display: inline-block;
}

.button_all {
    font: 300 12px/30px "Roboto", sans-serif;
    width: 100px;
    text-align: center;
    background: #910404;
    display: block;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 0;
    border-radius: 4px;
    float: right;
}
.button_all:after {
    font: 300 12px/30px "Roboto", sans-serif;
    width: 100px;
    text-align: center;
    background: #910404;
    display: block;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 0;
    border-radius: 4px;
    float: right;
}
.arwfit
{font-size: 16px;
    color: #fff;
    line-height: 16px;
    padding: 1px 1px 1px 8px;}

/*------Product page end------*/


