        /* ===== GENERAL ===== */

        *,
        *:after,
        *:before {
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
        }

        body {
            width: 100%;
            height: 100%;
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            line-height: 1.8;
            font-weight: 400;
            color: #666;
        }

        ul li {
            list-style: none;
        }

        a {
            text-decoration: none;
        }

        .m-btn {
            background-color: #EF5F21;
            border-radius: 0px;
            padding: 10px 15px;
            color: #fff;
            margin: 10px 0;
            border: 1px solid #EF5F21;
            font-weight: 500;
            letter-spacing: 0.5px;
            position: relative;
            /*bottom: 0;*/

        }

        .m-btn:hover,
        .m-btn:focus {
            background-color: transparent;
            color: #EF5F21;
            border: 1px solid #EF5F21;
            text-decoration: none;
        }

        .gray-bg {
            background-color: #f9f9f9 !important;
        }

        .section-padding {
            padding: 50px 0;
        }

        .section-title h2 {
            color: #363636;
            font-weight: 600;
            font-family: 'Poppins';
            letter-spacing: 0.5px;
            font-size: 34px;
            text-transform: capitalize;
            text-align: center;
            position: relative;
            padding: 0 0 30px;
        }

        .section-title p {
            letter-spacing: 0.5px;
            font-size: 16px;
            text-transform: capitalize;
            text-align: center;
            padding: 0 0 30px;
        }


        .section-title h2:after {
            content: '';
            position: relative;
            display: block;
            height: 2px;
            width: 35px;
            margin: 15px auto;
            background: #17c258;
            will-change: transform, opacity;
            transition: .2s ease-in-out width;
        }

        section:hover .section-title h2:after {
            width: 100px;
        }

        @media (max-width: 768px) {
            .section-padding {
                padding: 30px 0;
            }

            .section-title h2 {
                font-size: 24px;
                padding: 30px 0;
            }

            .section-title h2:after {
                width: 50px;
            }
        }

        /*------------------------- slider --------------------------*/
        .animation-delay-6 {
            animation-delay: .6s !important;
            animation-duration: 2s !important;
        }

        .animation-delay-4 {
            animation-delay: .8s !important;
        }



        #carousel-example .carousel-inner {
            width: 100%;
            /*height: 100%;*/
        }


        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            /*display: block;*/
            max-width: 100%;
            height: auto;


        }


        .carousel-control.left,
        .carousel-control.right {
            background-image: none;
        }



        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            margin: 0;
            background-color: #EF5F21;
            border: 1px solid #EF5F21;
        }


        @media (min-width: 769px) and (max-width: 991px) {
            .carousel-inner {
                min-height: 100%;
            }

            .carousel-inner>.item>img {
                display: block;
                min-width: 100%;
                /*height: 500px;*/
            }
        }

        @media (max-width: 768px) {

            #carousel-example .carousel-inner .item {
                min-height: 400px;

            }

            .carousel-caption h1 {
                font-size: 24px;
                line-height: 24px;
            }

            .carousel-caption p {
                font-size: 14px;
                line-height: 16px;
                padding: 0;
            }

            .carousel-inner {
                min-height: 100%;
            }


            .carousel-inner>.item>img {
                display: block;
                min-width: 100%;
                /*height: 400px;*/
            }
        }

        .carousel-fade .carousel-inner .next,
        .carousel-fade .carousel-inner .prev,
        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

        /*-------------------------- service ------------------------*/
        .flex-row {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .flex-row>[class*='col-'] {
            display: flex;
            flex-direction: column;
        }

        .service-sec {
            text-align: center;
        }

        .service-wrap {
            flex-direction: column;
            flex: 1 0 auto;
            padding: 10px;
            font-family: 'Poppins';
            color: #7f7f7f;
        }

        .service-wrap h4 {
            color: #1f2732;
            font-size: 24px;
            font-weight: 500;
            margin: 30px 0 20px;
        }

        .service-wrap img {
            transition: all .3s ease;
        }

        .service-wrap:hover img {
            transform: scale(1.05);
            transition: 1.5s;
        }

        /*--------------- client slider --------------*/
        .client-slider img {
            margin: 0 auto;
        }

        .customer-logos .slide {
            display: none;
        }

        /*----------------- about page ----------------*/
        .head-sec {
            padding-top: 50px;
            text-align: left;
            color: #fff;
        }

        .breadcrumb {
            padding-left: 0;
            background-color: transparent;
        }

        .breadcrumb li a {
            text-decoration: none;
            color: #EF5F21;
        }

        .about-sec .section-title h2 {
            text-align: left;
            padding-bottom: 0px;
            margin-top: 0;
        }

        .about-sec .section-title h2:after {
            margin: 15px 0;
        }

        .about-banner h5 {
            font-weight: 300;
            line-height: 36px;
            color: #1f2732;
            font-size: 30px;
            text-align: center;
            margin-bottom: 50px;
        }

        .explain-about {
            flex-direction: column;
            flex: 1 0 auto;
            background-color: #f9f9f9;
            text-align: center;
            margin: 30px 0;
            padding: 10px;
        }

        .explain-about img {
            margin: 0 auto;
        }

        .explain-about .teaser-icon {
            background-color: #fff;
            border-radius: 50%;
            color: #1f2732;
            font-weight: 500;
            height: 100%;
            width: 100%;
        }

        .explain-about .border-icon {
            border: 4px solid #fff;
            border-radius: 50%;
            display: inline-block;
            font-size: 65px;
            height: 2.5em;
            padding: 4px;
            width: 2.5em;
        }

        .who-icon .border-icon {
            border: 4px solid #17c258;
        }

        .who-icon .teaser-icon {
            background-color: #17c258;
        }

        .what-icon .border-icon {
            border: 4px solid #00bea3;
        }

        .what-icon .teaser-icon {
            background-color: #00bea3;
        }

        .why-icon .border-icon {
            border: 4px solid #EF5F21;
        }

        .why-icon .teaser-icon {
            background-color: #EF5F21;
        }

        .explain-about:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, .5);
            /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5); */
            -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
            -webkit-transform: translateY(-5px);
            transition: 400ms;
        }

        .explain-about.active {
            box-shadow: 0 0 10px rgba(0, 0, 0, .5);
            /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5); */
            -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
            -webkit-transform: translateY(-5px);
            transition: 400ms;
        }

        /*----------------------- contact ------------------*/
        .contact-sec {
            padding: 0;
        }

        .contact-sec .contact-wrap {
            padding: 30px;
        }

        .contact-wrap h3 {
            font-size: 32px;
            color: #151515;
            line-height: 1.27;
            margin: 0;
            font-weight: 400;
        }

        .contact-sec .row[class=*col-] {
            padding: 0;
        }

        .contact-sec .addr-sec {
            text-align: center;
            padding: 30px;
            flex-direction: column;
            flex: 1 0 auto;
            border-left: 1px solid #e8e8e8;
            margin:20px 0;
        }

        .contact-sec .addr-sec .fa {
            color: #17c258;
            margin-bottom: 20px;
        }

        .contact-sec .addr-sec a {
            display: block;
            text-decoration: none;
            color: #74757f;
        }

        .contact-sec .addr-sec a:hover,
        .contact-sec .addr-sec a:focus {
            color: #EF5F21;
        }
        .contact-sec .addr-sec p{
            font-size: 14px;
        }




        .contact-wrap .form-group {
            padding-left: 0;
        }

        .contact-form {
            margin-top: 30px;
        }

        .contact-wrap .form-control {
            min-height: 45px;
            padding: 12px 19px;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            color: #9b9b9b;
            background-color: #fff;
            border-radius: 10px;
            border: 1px solid #c5c6cd;
            box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .07);
        }

        .contact-wrap .m-btn {
            border-radius: 10px;
        }