body {
    font-family: 'Poppins', sans-serif;
}

p {
    color: #777;
    line-height: 25px;
}

.container {
    width: 90%;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #036672;
    background-image: none;
}
/*Start Navabar*/
.navbar-default {
    background-color: rgba(24, 27, 31, 0.06);
    border: none;
    margin-bottom: 0;
    background-image: none;
    border-radius: 0;
    height: 105px !important;
    z-index: 999;
    border-bottom: 1px solid #4c4c4c;
}
/*End Navbar*/
.pad-section {
    padding: 150px 0;
}

    .pad-section img {
        width: 100%;
    }

/* vertical-centered text */

.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .text-vcenter h1 {
        font-size: 4.5em;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.goToTop {
    position: fixed;
    top: 0;
    height: 70px !important;
    z-index: 1;
    background: #34373a;
    z-index: 99;
}

nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

#portfolio .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    #portfolio .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.81);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    #portfolio .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    #portfolio .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        cursor: pointer;
    }

    #portfolio .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

#portfolio .port_content {
    padding: 5% 5% 4% 5%;
    text-align: center;
}

.card_details {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

    .card_details .wrapper_content {
        padding: 0 50px;
        float: left;
        position: relative;
        display: block;
    }

        .card_details .wrapper_content h3 {
            font-size: 24px;
            margin-bottom: 15px;
            margin-top: 5px;
        }

        .card_details .wrapper_content .con_btn {
            background: #fff;
            border: 2px solid black;
            padding: 7px 20px;
            font-size: 15px;
            margin-top: 15px;
            float: left;
            border-radius: 36px;
            color: #000;
            text-decoration: none;
        }

            .card_details .wrapper_content .con_btn:hover {
                background: #000;
                border: 2px solid black;
                padding: 7px 20px;
                font-size: 15px;
                margin-top: 15px;
                float: left;
                border-radius: 36px;
                color: #fff;
                text-decoration: none;
                transition: 0.5s all ease-in-out .1s;
            }

#count {
    width: 100%;
    float: left;
    padding: 5% 0;
    background: #555;
}

    #count .count .count_con p {
        border-bottom: 3px solid #FFC107;
        padding-bottom: 15px;
        display: inline-table;
        font-size: 15px;
        color: #fff;
    }

    #count .count .count_con h4 {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
    }

#corousel_slider {
    margin-top: -110px;
}


.navbar-brand {
    padding: 2px 15px;
}

    .navbar-brand img {
        width: 70%;
    }


.goToTop .navbar-brand img {
    width: 60%;
    padding: 2px 15px;
}

.navbar-nav > li > a {
    padding: 35px 15px;
}

.goToTop .navbar-nav > li > a {
    padding: 15px 15px;
}

nav li {
    /*background: #f8f8f8;*/
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 10px;
}

.navbar-default .navbar-nav > li {
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li > a:hover {
        color: #efe9e9;
    }

.container-fluid > .navbar-header {
    width: 22%;
}
/********************************/
/*       Fade Bs-carousel       */
/********************************/
#corousel_slider {
    margin-top: -105px;
}

.fade-carousel {
    position: relative;
    height: 100vh;
}

    .fade-carousel .carousel-inner .item {
        height: 100vh;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .hero h1 {
        font-size: 6em;
        font-weight: bold;
        margin: 0;
        padding: 0;
        color: #f39c12;
    }

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../Images/mslider1.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../Images/mslider2.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../Images/mslider3.jpg);
}

#idea_wrapper {
    width: 100%;
    float: left;
    padding: 9% 0;
}

    #idea_wrapper .idea_wrapper {
    }

        #idea_wrapper .idea_wrapper .wrapper_content {
            padding: 7% 0;
        }

        #idea_wrapper .idea_wrapper h3 {
            font-size: 30px;
            margin-bottom: 0;
            margin-top: 0;
        }

            #idea_wrapper .idea_wrapper h3 strong {
                margin-top: 0px;
            }


        #idea_wrapper .idea_wrapper p {
        }

        #idea_wrapper .idea_wrapper .con_btn {
            background: #fff;
            border: 2px solid black;
            padding: 7px 20px;
            font-size: 15px;
            margin-top: 15px;
            float: left;
            border-radius: 36px;
            color: #000;
            text-decoration: none;
        }

            #idea_wrapper .idea_wrapper .con_btn:hover {
                background: #000;
                border: 2px solid black;
                padding: 7px 20px;
                font-size: 15px;
                margin-top: 15px;
                float: left;
                border-radius: 36px;
                color: #fff;
                text-decoration: none;
                transition: 0.5s all ease-in-out .1s;
            }

.con_btn {
    background: #fff;
    border: 2px solid black;
    padding: 7px 20px;
    font-size: 15px;
    margin-top: 15px;
    float: left;
    border-radius: 36px;
    color: #000;
    text-decoration: none;
}

    .con_btn:hover {
        background: #000;
        border: 2px solid black;
        padding: 7px 20px;
        font-size: 15px;
        margin-top: 15px;
        float: left;
        border-radius: 36px;
        color: #fff;
        text-decoration: none;
        transition: 0.5s all ease-in-out .1s;
    }

#idea_wrapper .wrapper_img {
}

    #idea_wrapper .wrapper_img .wrapper_photo {
    }

        #idea_wrapper .wrapper_img .wrapper_photo img {
        }

#service {
    width: 100%;
    float: left;
    background: #f7f7f7;
}

    #service .service {
    }

        #service .service .service_img {
        }

            #service .service .service_img img {
            }

        #service .service .service_content {
            padding: 20px 10px;
            float: left;
            width: 100%;
        }

            #service .service .service_content h3 {
                font-size: 30px;
                font-weight: 600;
                text-transform: uppercase;
            }

            #service .service .service_content .service_matter {
            }

                #service .service .service_content .service_matter h3 {
                    font-size: 18px !important;
                    font-weight: 500 !important;
                    text-transform: capitalize !important;
                }

                    #service .service .service_content .service_matter h3 .fa {
                        color: #f39c12;
                        margin-right: 9px;
                    }

                #service .service .service_content .service_matter p {
                }

#portfolio {
    width: 100%;
    float: left;
}

    #portfolio .port_content {
        padding: 5%;
        text-align: center;
    }

        #portfolio .port_content h3 {
            font-size: 30px;
            font-weight: 600;
            text-transform: uppercase;
        }

        #portfolio .port_content p {
            font-size: 15px;
        }

    #portfolio .portfolio {
    }

        #portfolio .portfolio img {
        }

#count {
    width: 100%;
    float: left;
    padding: 5% 0;
}

    #count .count {
        width: 100%;
        float: left;
    }

        #count .count .count_con {
            text-align: center;
        }

            #count .count .count_con h4 {
                font-size: 25px;
                font-weight: 600;
            }

            #count .count .count_con p {
                border-bottom: 3px solid #FFC107;
                padding-bottom: 15px;
                display: inline-table;
                font-size: 15px;
            }

#creative {
    width: 100%;
    float: left;
    background: #eee;
    padding: 5% 0;
}

    #creative .creative {
        width: 100%;
        float: left;
    }

        #creative .creative .top {
            width: 100%;
            float: left;
            text-align: center;
        }

            #creative .creative .top h3 {
                font-size: 30px;
                text-transform: uppercase;
                font-weight: 600;
            }

        #creative .creative .bottom {
            width: 100%;
            margin: 30px 0 0 0;
            float: left;
        }

            #creative .creative .bottom .creative_img {
                width: 100%;
                padding: 10px;
            }

                #creative .creative .bottom .creative_img img {
                    width: 100%;
                }

                #creative .creative .bottom .creative_img h4 {
                    margin: 20px 0 5px 0;
                    text-align: center;
                    font-size: 16px;
                }

                #creative .creative .bottom .creative_img p {
                    text-align: center;
                    font-size: 15px;
                    padding-bottom: 10px;
                }

                    #creative .creative .bottom .creative_img p::after {
                        content: "";
                        border-bottom: 1px solid #848080;
                        width: 60%;
                        display: inline-block;
                        text-align: center;
                    }

#client {
    width: 100%;
    float: left;
    padding: 5% 0;
    background: #f5f0f0;
}

    #client .client {
        width: 100%;
        float: left;
    }

        #client .client .client_matt {
            width: 60%;
            margin: auto;
        }

        #client .client .client_img {
            border: 1px solid #d4cbcb;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
        }

            #client .client .client_img img {
            }

            #client .client .client_img p {
            }

        #client .client .client_Content {
            padding-left: 10%;
            padding-right: 10%;
        }

            #client .client .client_Content h3 {
                font-size: 30px;
                font-weight: 600;
                margin-bottom: 20px;
            }

            #client .client .client_Content span {
                font-size: 18px;
                color: #a5a2a2;
                width: 100%;
                float: left;
                margin-bottom: 15px;
            }

            #client .client .client_Content p {
                width: 100%;
                float: left;
                font-size: 15px;
                margin-bottom: 15px;
            }

            #client .client .client_Content .v_client {
                color: #fff;
                background: #231e1e;
                padding: 10px 20px;
                border-radius: 19px;
                text-decoration: none;
            }

#what_do {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #282828;
}

    #what_do .content {
    }

        #what_do .content h3 {
            font-size: 28px;
            margin: 5px;
            color: #fff;
        }

        #what_do .content p {
            color: #fff;
            font-size: 17px;
        }

    #what_do .r_btn {
        width: 100%;
        float: left;
        padding: 5% 0;
    }

    #what_do .project {
        border: 1px solid #f5ab35;
        padding: 8px;
        width: 100%;
        float: left;
        text-align: center;
        border-radius: 20px;
        font-size: 15px;
        text-decoration: none;
        background: #f5ab35;
        color: #282828;
        font-weight: 600;
    }

    #what_do .port {
        border: 1px solid #f5ab35;
        padding: 8px;
        width: 100%;
        float: left;
        text-align: center;
        border-radius: 20px;
        font-size: 15px;
        text-decoration: none;
        background: #282828;
        color: #f5ab35;
        font-weight: 600;
    }

#blog {
    width: 100%;
    float: left;
    padding: 5% 0;
    border-bottom: 1px solid #dadada;
}

    #blog .blog {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 4%;
    }

        #blog .blog h3 {
            font-size: 30px;
            font-weight: 600;
            text-transform: uppercase;
        }

        #blog .blog p {
            font-size: 15px;
        }

    #blog .blog_bx {
        width: 100%;
        float: left;
    }

        #blog .blog_bx .blog_con {
            width: 100%;
            float: left;
            padding: 20px;
        }

            #blog .blog_bx .blog_con .blog_img {
                width: 100%;
                float: left;
                margin-bottom: 10px;
            }

                #blog .blog_bx .blog_con .blog_img img {
                    width: 100%;
                }

            #blog .blog_bx .blog_con .blog_matter {
                width: 100%;
                float: left;
                padding: 10px 0;
            }

                #blog .blog_bx .blog_con .blog_matter h5 {
                    background: #e8b355;
                    display: inline;
                    padding: 3px 10px;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 12px;
                }

                #blog .blog_bx .blog_con .blog_matter h4 {
                    font-size: 14px;
                    font-weight: 600;
                    margin: 15px 0px;
                    line-height: 20px;
                }

                #blog .blog_bx .blog_con .blog_matter p {
                    margin-bottom: 25px;
                    border-bottom: 1px solid #afabab;
                    padding-bottom: 23px;
                }

                #blog .blog_bx .blog_con .blog_matter h6 {
                    font-size: 10px;
                    color: #000;
                }

#contact {
    width: 100%;
    float: left;
    padding: 5% 0;
}

    #contact .contact {
        width: 100%;
        float: left;
    }

        #contact .contact .cont_fo {
            width: 100%;
            float: left;
            padding: 5%;
        }

            #contact .contact .cont_fo .fo {
                width: 100%;
                float: left;
                background: rgba(234, 224, 224, 0.25);
                padding: 9% 5%;
                border-radius: 10px;
            }

            #contact .contact .cont_fo h4 {
                margin-bottom: 10%;
            }

            #contact .contact .cont_fo .form-control {
                border-radius: 0px;
            }

        #contact .contact .con_info, .bot_con_info {
            width: 100%;
            float: left;
            padding: 5%;
            border-bottom: 1px solid #dcd7d7;
        }

        #contact .contact .cont_fo .fo .sndmsg {
            background: #f5ab35;
            padding: 8px 15px;
            margin-top: 15px;
            float: left;
            border-radius: 28px;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
        }

        #contact .contact .con_info h3 {
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 5%;
        }

        #contact .contact .con_info p {
            line-height: 20px;
            margin-bottom: 5%;
        }

        #contact .contact .con_info .dire_btn {
            border: 1px solid #fba000;
            padding: 8px 34px;
            font-size: 15px;
            color: #fba000;
            border-radius: 22px;
        }

        #contact .contact .bot_con_info {
            border-bottom: none;
        }

            #contact .contact .bot_con_info h5 {
                color: #3a3838;
            }

            #contact .contact .bot_con_info p {
            }

#footer {
    width: 100%;
    float: left;
    background: rgba(24, 27, 31, 0.88);
    padding: 20px 0px;
}

    #footer .middle {
        width: 100%;
        float: left;
        text-align: center;
    }

        #footer .middle ul {
            padding: 0;
            margin-bottom: 0px;
            color: #777;
        }

            #footer .middle ul li {
                list-style: none;
                display: inline-block;
                padding: 10px;
            }

        #footer .middle p {
            margin-bottom: 0px;
            padding: 10px;
        }

#parallax {
    margin-top: -105px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.parallax {
}

#contact_page {
    width: 100%;
    margin: auto;
    padding: 50px 0;
}

    #contact_page .contact_page {
    }

        #contact_page .contact_page .contact_form {
        }

            #contact_page .contact_page .contact_form .heading {
                margin-bottom: 20px;
            }

                #contact_page .contact_page .contact_form .heading h3 {
                    margin-top: 0;
                    font-size: 28px;
                    font-weight: 600;
                    color: #34373a;
                    margin-bottom: 0;
                }

            #contact_page .contact_page .contact_form .form-control {
                height: 42px;
                border-radius: 0;
                background: #eee;
            }

            #contact_page .contact_page .contact_form .textarea {
                border-radius: 0;
                background: #eee;
                width: 100%;
                border: 1px solid #ccc;
                color: #555;
            }

            #contact_page .contact_page .contact_form .btn_submit {
                background-color: #337ab7;
                padding: 10px 25px;
                font-size: 18px;
                font-weight: 600;
                text-transform: uppercase;
                border-radius: 4px;
                text-decoration: none;
                color: #fff;
            }

        #contact_page .contact_page .contact_info {
        }

        #contact_page .contact_page .title {
        }

            #contact_page .contact_page .title h4 {
                font-size: 20px;
                font-weight: 500;
                margin-top: 50px;
                border-bottom: 3px solid #036672;
                display: -webkit-inline-box;
                padding-bottom: 5px;
            }

        #contact_page .contact_page .contact_info p {
            font-size: 16px;
            margin-bottom: 20px;
            color: #484747;
        }

        #contact_page .contact_page .contact_info .fa {
            color: #036672;
            margin-right: 10px;
        }

#plan_page {
    width: 100%;
    margin: auto;
    padding: 50px 0;
}

    #plan_page .plan_page {
        width: 100%;
    }

        #plan_page .plan_page .heading {
            width: 100%;
            margin-bottom: 5px;
        }

            #plan_page .plan_page .heading h3 {
                font-weight: 600;
                font-size: 28px;
                color: #036672;
            }

.plan_page_content {
    padding: 20px;
    border: 1px solid #e0e0e0;
    float: left;
    width: 100%;
}

    .plan_page_content p {
        font-size: 16px;
        text-align: justify;
    }

    .plan_page_content h4 {
        font-size: 18px;
        color: #616263;
        width: 100%;
        float: left;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .plan_page_content hr {
        margin-bottom: 20px;
        margin-top: 10px;
        border-top: 2px solid #036672;
    }

    .plan_page_content h5 {
        font-size: 22px;
        font-weight: 600;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .plan_page_content .perpal {
        color: #86206a;
    }

    .plan_page_content .green {
        color: #055a31;
    }

    .plan_page_content .orange {
        color: #e87719;
    }

    .plan_page_content .blue {
        color: #3e306e;
    }

    .plan_page_content .pink {
        color: #dc1278;
    }

    .plan_page_content .sky {
        color: #71a98c;
    }

    .plan_page_content .grreen_heading {
        color: #055a31;
    }

    .plan_page_content .table {
    }

        .plan_page_content .table thead {
        }

            .plan_page_content .table thead tr th {
                background: #026b77;
                color: #fff;
                text-align: center;
            }

        .plan_page_content .table tbody tr td {
            text-align: center;
        }

        .plan_page_content .table tbody span {
            font-weight: 500;
            width: auto !important;
            float: none !important;
        }

    .plan_page_content strong {
        font-size: 16px;
    }

    .plan_page_content .sphead {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .plan_page_content ul {
        padding: 0;
    }

        .plan_page_content ul li {
            list-style: none;
        }

            .plan_page_content ul li span::before {
                content: "\f18e ";
                font-family: FontAwesome;
                margin-right: 10px;
            }

            .plan_page_content ul li span {
                font-size: 16px;
                text-align: justify;
                font-weight: 500;
            }

    .plan_page_content p {
        font-size: 16px;
        text-align: justify;
        width: 100%;
        float: left;
    }

.cycle_img {
    width: 30%;
    float: left;
    margin-right: 10px;
}

.cycle_img1 {
    width: 30%;
    float: right;
    margin-left: 10px;
}
/*Registration form*/
#user_registration {
    width: 100%;
    padding: 5% 0;
}

.registration_form {
    width: 100%;
    float: left;
    border: 3px solid #036672;
    padding: 0%;
    padding-bottom: 30px;
}

section.module:last-child {
    margin-bottom: 0;
}

section.module h2 {
    margin-bottom: 40px;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
}

section.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

    section.module p:last-child {
        margin-bottom: 0;
    }

section.module.content {
    padding: 40px 0;
}

section.module.parallax {
    height: 300px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    section.module.parallax h1 {
        color: rgba(255, 255, 255, 0.8);
        font-size: 48px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        margin-top: 50px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

section.module .over {
    background: rgba(43, 43, 43, 0.43137254901960786);
    width: 100%;
    height: 100%;
}

section.module.parallax-1 {
    background-image: url("../Images/p_1.jpg");
    margin-top: -105px;
    /*background: #4e4e4e;*/
}

    section.module.parallax-1::after {
        background: #eee;
        content: "";
        width: 100%;
    }

section.module.parallax-2 {
    background-image: url("https://amazingslider.com/wp-content/uploads/amazingslider/3/images/forest_960_300.jpg");
}

section.module.parallax-3 {
    background-image: url("http://www.responsivejqueryslider.com/images/classicFullWidth/05_classic.jpg");
}


#user_registration .registration_form label {
    width: 30%;
    float: left;
    padding: 7px 0;
    margin: 0;
}

#user_registration .registration_form .form-control {
    width: 70%;
}

.mid {
    width: 100%;
    float: left;
    margin: 10px auto;
    text-align: center;
}

#user_registration .registration_form .registration {
    background: #036672;
    color: #fff;
    padding: 10px 5%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}

#user_registration .registration_form .heading {
    background: #036672;
    padding: 5px;
    margin-bottom: 20px;
}

    #user_registration .registration_form .heading h3 {
        margin: 0;
        color: #fff;
    }

.condition {
    background: radial-gradient(#eee, #d1dddf, #0366724f);
}

    .condition p {
        padding: 5px;
        border: 1px solid rgba(3, 102, 114, 0.47843137254901963);
    }

        .condition p span {
            color: #036672;
            font-weight: 600;
            font-size: 18px;
            border-bottom: 3px double #7dadb3;
        }

.p_link ul {
    list-style-type: none;
    float: right;
    margin-top: 50px;
    /*background: #2b2b2b;*/
    background: #036672;
    border-radius: 15px;
    padding: 0 35px;
}

    .p_link ul li {
        position: relative;
        display: inline-block;
        color: #fff;
        font-size: 16px;
    }

        .p_link ul li a {
            position: relative;
            display: inline-block;
            color: #fff;
            font-size: 16px;
            padding: 10px 10px;
        }
/*About Page*/
#abo_page {
    padding: 40px 0px;
    width: 100%;
    float: left;
}

.abo_page {
    width: 100%;
    float: left;
}

.heading {
    text-align: center;
    margin-bottom: 25px;
}

    .heading h3 {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 600;
        color: #036672;
    }

.abo_pg_img {
}

    .abo_pg_img img {
    }

.abo_page_mat {
    padding: 20px;
}

    .abo_page_mat p {
        font-size: 16px;
        text-align: justify;
    }

    .abo_page_mat ol {
    }

        .abo_page_mat ol li {
            color: #777;
            font-size: 16px;
            line-height: 25px;
        }

/* Start Search Panel*/
#searchpanel {
    width: 100%;
    float: left;
    margin-top: 50px;
    background: #eee;
    padding: 50px 0px;
    border-bottom: 1px solid #afabab;
}

    #searchpanel .searchpanel {
        width: 100%;
        float: left;
    }

        #searchpanel .searchpanel .form-group {
            margin-bottom: 0;
        }

        #searchpanel .searchpanel .searbox {
            padding-left: 10px;
        }

        #searchpanel .searchpanel .ser_heading {
        }

            #searchpanel .searchpanel .ser_heading h4 {
                font-size: 25px;
                margin-top: 10px;
                font-weight: 600;
                color: #036672;
            }

        #searchpanel .searchpanel .ser_content .form-control {
            height: 45px;
        }

        #searchpanel .searchpanel .ser_content {
        }


            #searchpanel .searchpanel .ser_content label {
                margin-bottom: 6px;
                width: 100%;
                float: left;
                color: #34373a;
            }

                #searchpanel .searchpanel .ser_content label .fa {
                    margin-right: 5px;
                }

            #searchpanel .searchpanel .ser_content .search_btn {
                background: #34373a;
                width: 100%;
                float: left;
                margin-top: 25px;
                font-size: 20px;
                font-weight: 600;
                text-transform: uppercase;
                text-align: center;
                padding: 8px;
                color: #fff;
                text-decoration: none;
            }

                #searchpanel .searchpanel .ser_content .search_btn:hover {
                    background: #036672;
                }
/* End Search Panel*/
#associates {
    width: 100%;
    float: left;
    padding: 10px 0;
}

    #associates .associates {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

        #associates .associates .category {
            border: 1px solid #c3c3c3;
            padding: 20px 10px;
            border-radius: 5px;
            width: 100%;
            float: left;
            margin-bottom: 20px;
        }

            #associates .associates .category .cate_heading {
                width: 100%;
                float: left;
                border-bottom: 1px solid #c3c3c3;
                padding-bottom: 5px;
                margin-bottom: 10px;
                text-align: center;
                font-size: 22px;
                font-weight: 600;
                color: #34373a;
            }

                #associates .associates .category .cate_heading .fa {
                    margin-right: 5px;
                    color: #036672;
                }

            #associates .associates .category .category_link {
                width: 100%;
                float: left;
            }

                #associates .associates .category .category_link ul {
                    padding: 0;
                }

                    #associates .associates .category .category_link ul li {
                        list-style-type: none;
                        margin-bottom: 12px;
                    }

                        #associates .associates .category .category_link ul li a {
                            color: #6c6e6f;
                            text-decoration: none;
                        }

                        #associates .associates .category .category_link ul li:hover a {
                            color: #34373a;
                            font-weight: 600;
                        }

        #associates .associates .asso_outer_box {
            padding: 0px 10px 10px 10px;
            width: 100%;
            float: left;
        }

            #associates .associates .asso_outer_box .asso_box {
                width: 100%;
                float: left;
                border: 1px solid #c3c3c3;
                border-radius: 5px;
                padding: 5px;
            }

                #associates .associates .asso_outer_box .asso_box .asso_img {
                    width: 35%;
                    float: left;
                    height: 160px;
                    overflow: hidden;
                    padding: 0px 5px;
                }

                    #associates .associates .asso_outer_box .asso_box .asso_img img {
                        width: 100%;
                        height: 100%;
                    }

                #associates .associates .asso_outer_box .asso_box .asso_content {
                    width: 40%;
                    float: left;
                }

                    #associates .associates .asso_outer_box .asso_box .asso_content h5 .assohead {
                        font-size: 18px;
                        color: #880303;
                        font-weight: 600;
                        text-transform: capitalize;
                        text-decoration: none;
                    }

                    #associates .associates .asso_outer_box .asso_box .asso_content .mini,
                    #associates .associates .asso_outer_box .asso_box .max {
                        padding: 5px;
                        font-size: 16px;
                        font-weight: 600;
                        border-radius: 5px;
                        color: #fff;
                        text-decoration: none;
                        width: 45%;
                        float: left;
                        text-align: center;
                        margin-left: 10px;
                    }

                        #associates .associates .asso_outer_box .asso_box .asso_content .mini .fa, #associates .associates .asso_outer_box .asso_box .max .fa {
                            margin-right: 5px;
                        }

                    #associates .associates .asso_outer_box .asso_box .asso_content .mini {
                        /*background: #d9534f;*/
                        background: linear-gradient(to right, #0eb1c7, #057382, #0eb1c7 );
                    }

                    #associates .associates .asso_outer_box .asso_box .asso_content .max {
                        /*background: #1aae36;*/
                        background: linear-gradient(to right, #057382, #0eb1c7, #057382 );
                    }

                    #associates .associates .asso_outer_box .asso_box .asso_content p {
                        margin-bottom: 0;
                        width: 100%;
                        float: left;
                    }

                        #associates .associates .asso_outer_box .asso_box .asso_content p .fa {
                            color: #C00;
                            margin-right: 10px;
                        }

                #associates .associates .asso_outer_box .asso_box .asso_link {
                    width: 20%;
                    float: right;
                }

                    #associates .associates .asso_outer_box .asso_box .asso_link ul {
                        padding: 0;
                        border-left: 1px solid #c3c3c3;
                        padding-left: 15px;
                        margin: 10px 0px;
                    }

                        #associates .associates .asso_outer_box .asso_box .asso_link ul li, #associates_detail .associates_detail .sid_panel .site_review ul li {
                            list-style-type: none;
                            margin-bottom: 15px;
                        }

                            #associates .associates .asso_outer_box .asso_box .asso_link ul li a {
                                color: #777;
                                text-decoration: none;
                            }

                            #associates .associates .asso_outer_box .asso_box .asso_link ul li span, #associates_detail .associates_detail .sid_panel.site_review ul li span {
                                color: #777;
                            }

                            #associates .associates .asso_outer_box .asso_box .asso_link ul li .fa, #associates_detail .associates_detail .sid_panel .site_review ul li .fa {
                                margin-right: 7px;
                                color: #fff;
                                padding: 10px;
                                border-radius: 18px;
                                font-size: 16px;
                            }

                #associates .associates .asso_outer_box .asso_box .asso_content .mibt {
                    width: 100%;
                    float: left;
                    margin: 10px 0px 15px 0px;
                }

                #associates .associates .asso_outer_box .asso_box .asso_link ul li .glob, #associates_detail .associates_detail .sid_panel .site_review ul li .glob {
                    background: #f0ad4e;
                }

                #associates .associates .asso_outer_box .asso_box .asso_link ul li .square, #associates_detail .associates_detail .sid_panel .site_review ul li .square {
                    background: #428bca;
                }

                #associates .associates .asso_outer_box .asso_box .asso_link ul li .search, #associates_detail .associates_detail .sid_panel .site_review ul li .search {
                    background: #5bc0de;
                }
/*Start Associate Page*/
/*End Associate Page*/


/* Start Category Page*/
#cat_page {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    #cat_page .cat_page {
        width: 100%;
        float: left;
        border: 1px solid #bdbdbd;
        border-radius: 5px;
        margin-bottom: 25px;
    }

        #cat_page .cat_page .heading {
            background: #ddd;
            padding: 5px;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
            border-bottom: 2px solid #07afc3;
        }

            #cat_page .cat_page .heading h3 {
                margin: 0;
                padding: 5px 25px;
                text-align: left;
                text-transform: capitalize;
                font-size: 18px;
                font-family: sans-serif;
            }

.categories_list, .search_form {
    margin-bottom: 15px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

    .categories_list .cat_item {
        /*border: 2px solid #036672;*/
        margin-bottom: 30px;
        height: 200px;
    }

        .categories_list .cat_item .cat_img {
            height: 160px;
            overflow: hidden;
        }

            .categories_list .cat_item .cat_img img {
                width: 100%;
                height: 100%;
            }

            .categories_list .cat_item .cat_img .catimgbtn {
            }

        .categories_list .cat_item .cat_title {
            padding: 0;
            margin: 0;
            position: relative;
            width: 100%;
        }

            .categories_list .cat_item .cat_title h4 {
                margin: 0;
                padding: 0;
            }

                .categories_list .cat_item .cat_title h4 a {
                }

                    .categories_list .cat_item .cat_title h4 a span {
                        display: block;
                        text-align: center;
                        font-size: 14px;
                        color: #000;
                        padding: 10px 10px 5px 10px;
                    }

                .categories_list .cat_item .cat_title h4 i {
                    color: #fff;
                    text-align: center;
                    display: block;
                    position: relative;
                    padding-bottom: 10px;
                }

#cat_page .allcategory {
    border: 1px solid #c3c3c3;
    padding: 0px 0px;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    #cat_page .allcategory .allcate_heading {
        width: 100%;
        float: left;
        border-bottom: 2px solid #07afc3;
        padding: 5px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        color: #34373a;
        background: #ddd;
    }

        #cat_page .allcategory .allcate_heading .fa {
            margin-right: 5px;
            color: #036672;
        }

    #cat_page .allcategory .allcategory_link {
        width: 100%;
        float: left;
        padding: 0px 10px;
    }

        #cat_page .allcategory .allcategory_link ul {
            padding: 0;
        }

            #cat_page .allcategory .allcategory_link ul li {
                list-style-type: none;
                margin-bottom: 12px;
            }

                #cat_page .allcategory .allcategory_link ul li a {
                    color: #6c6e6f;
                    text-decoration: none;
                }

                #cat_page .allcategory .allcategory_link ul li:hover a {
                    color: #34373a;
                    font-weight: 600;
                }
/*End of the Category Page*/

/*Start Offer Page*/
#best_offer {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    #best_offer .best_offer {
    }

        #best_offer .best_offer .best_offer_img {
            padding: 10px;
            border: 1px solid #aaaaab;
            margin: 5px;
            height: 240px;
            overflow: hidden;
        }

            #best_offer .best_offer .best_offer_img .gal_img {
                width: 100%;
                height: 100%;
            }

        #best_offer .best_offer .spa_marg {
            padding: 5px !important;
        }

        #best_offer .best_offer .hovereffect {
            width: 100%;
            /*height: 100%;*/
            float: left;
            overflow: hidden;
            position: relative;
            text-align: center;
            cursor: default;
        }

            #best_offer .best_offer .hovereffect .overlay {
                width: 100%;
                height: 100%;
                position: absolute;
                overflow: hidden;
                top: 0;
                left: 0;
                opacity: 0;
                background-color: rgba(0,0,0,0.5);
                -webkit-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out;
            }

            #best_offer .best_offer .hovereffect img {
                display: block;
                position: relative;
                -webkit-transition: all 1s linear;
                transition: all 1s linear;
            }

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0,0,0,0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

#best_offer .best_offer .hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#best_offer .best_offer .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 10px;
}

#best_offer .best_offer .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

#best_offer .best_offer .hovereffect .overlay .viewmore {
    margin: 10% 0% 0 35%;
    border: 1px solid #036672;
    color: #fff;
    padding: 7px 15px;
    background: #036672;
    float: left;
    font-size: 16px;
    text-decoration: none;
}

#best_offer .best_offer .hovereffect .overlay .border {
    border: 1px solid #eeebe2;
    width: 100%;
    height: 100%;
}

/*End Offer Page*/

/*Start Offer Detail Page*/

#offer_detail {
    width: 100%;
    float: left;
    background: #eee;
    padding: 50px 0px;
}

    #offer_detail .offer_detail {
        width: 100%;
        float: left;
    }

        #offer_detail .offer_detail .offer_content {
            width: 100%;
            float: left;
        }

            #offer_detail .offer_detail .offer_content .discount_top, #offer_detail .offer_detail .offer_content .offer_detail_matter {
                width: 100%;
                background: #fff;
                float: left;
                border: 1px solid #e1e4e6;
                margin-bottom: 20px;
                border-radius: 10px;
            }

                #offer_detail .offer_detail .offer_content .discount_top .org_logo {
                    width: 100%;
                    float: left;
                }

                    #offer_detail .offer_detail .offer_content .discount_top .org_logo img {
                        width: 100%;
                    }

                #offer_detail .offer_detail .offer_content .discount_top .discount_matter {
                    width: 100%;
                    float: left;
                    text-align: center;
                    padding: 0;
                }

                #offer_detail .offer_detail .offer_content .offer_detail_matter .off_addre .price {
                    width: 48%;
                    padding: 10px 5px;
                    margin-bottom: 5px;
                    background: #c1d9dc;
                    text-align: center;
                    color: #036672;
                    float: left;
                    border-radius: 15px;
                }

.d_flex {
    display: flex;
}

.off_left {
    border-right: 1px solid #036672;
}

#offer_detail .offer_detail .offer_content .offer_detail_matter .off_addre .price1 {
    background: #e0e0e0 !important;
    margin-left: 4%;
}

#offer_detail .offer_detail .offer_content .offer_detail_matter .off_addre .price label {
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

#offer_detail .offer_detail .offer_content .offer_detail_matter .off_addre .price span {
    color: #036672;
    font-size: 16px;
    font-weight: 900;
}

.off_title {
    width: 75%;
    float: left;
    position: relative;
    display: inline-block;
}

.off_date {
    width: 25%;
    float: left;
    position: relative;
    display: inline-block;
}

.sep_horizontal {
    border-right: 2px solid #a9070b;
    margin: 0 15px;
}

.read_more {
    list-style-type: none;
    padding-left: 10px;
}

    .read_more li {
        display: inline-block;
        float: left;
    }

    .read_more i {
        background: #036672;
        padding: 10px;
        color: #fff;
        border-radius: 10px;
        font-size: 26px;
    }

#offer_detail .offer_detail .offer_content .discount_top .discount_matter h3 {
    font-weight: 600;
    color: #036672;
    font-size: 26px;
    text-transform: uppercase;
}

#offer_detail .offer_detail .offer_content .offer_detail_matter .padd {
    padding: 20px;
}

#offer_detail .offer_detail .offer_content .offer_detail_matter .head {
    border-bottom: 1px solid #c7cbce;
    margin-bottom: 0;
    background: #036672;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0 35px;
}

    #offer_detail .offer_detail .offer_content .offer_detail_matter .head h4 {
        font-weight: 600;
        color: #7d7d7d;
        float: left;
        text-transform: capitalize;
        width: 100%;
    }

        #offer_detail .offer_detail .offer_content .offer_detail_matter .head h4 .off_title {
            font-size: 22px;
            color: #fff;
            padding: 5px 0;
        }

        #offer_detail .offer_detail .offer_content .offer_detail_matter .head h4 .off_date {
            font-size: 15px;
            text-align: right;
            padding: 10px 0 3px 0;
            color: #ddd;
        }

            #offer_detail .offer_detail .offer_content .offer_detail_matter .head h4 .off_date label {
                color: #ddd;
                margin-right: 10px;
            }

#offer_detail .offer_detail .offer_content .offer_detail_matter .off_addre {
    width: 100%;
    float: left;
    padding: 10px;
}

    #offer_detail .offer_detail .offer_content .offer_detail_matter .off_addre .s1pan {
        width: 100%;
        text-align: center;
        float: left;
        padding: 5px;
        margin-bottom: 15px;
        color: #fff;
        border-radius: 5px;
        background: #036672;
    }

    #offer_detail .offer_detail .offer_content .offer_detail_matter .off_addre h5 {
        width: 100%;
        float: left;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    #offer_detail .offer_detail .offer_content .offer_detail_matter .off_addre p {
        text-transform: capitalize;
        line-height: 22px !important;
        text-align: justify;
        float: left;
    }

#offer_detail .offer_detail .offer_content .offer_detail_matter .offer_img {
    width: 100%;
    padding: 15px;
}

    #offer_detail .offer_detail .offer_content .offer_detail_matter .offer_img img {
        width: 100%;
        height: auto;
    }

#offer_detail .offer_detail .loc_map {
    width: 100%;
    float: left;
    height: 487px;
    border: 1px solid #b9bcbd;
}

    #offer_detail .offer_detail .loc_map iframe {
        width: 100%;
        height: 100%;
    }

    #offer_detail .offer_detail .loc_map .over {
        width: 100%;
        float: left;
        margin-top: -490px;
        background: rgba(52, 55, 58, 0.21);
        z-index: 999;
        height: 485px;
        display: block;
        position: relative;
    }
/*End Offer Detail Page*/

/********************************/
/*          Media Queries       */
/********************************/


@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }

    section.module.parallax h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }

    section.module h2 {
        font-size: 42px;
    }

    section.module p {
        font-size: 20px;
    }

    section.module.parallax h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    #associates {
        width: 100%;
        float: left;
        padding: 0px 0;
        margin-top: 25px;
    }

        #associates .associates {
            width: 100%;
            float: left;
            margin-top: 0px;
        }

            #associates .associates .asso_outer_box {
                padding: 0px 0px;
                width: 100%;
                float: left;
                margin-bottom: 25px;
            }

                #associates .associates .asso_outer_box .asso_box .asso_img {
                    width: 100%;
                    float: left;
                    border-bottom: 1px solid #c3c3c3;
                }

                #associates .associates .asso_outer_box .asso_box .asso_content {
                    width: 100%;
                    float: left;
                }

                    #associates .associates .asso_outer_box .asso_box .asso_content h5 {
                        font-size: 30px;
                        color: #880303;
                        font-weight: 600;
                        text-transform: capitalize;
                        text-align: center;
                    }

                        #associates .associates .asso_outer_box .asso_box .asso_content h5 a {
                            color: #880303;
                        }

                #associates .associates .asso_outer_box .asso_box .asso_link ul li {
                    list-style-type: none;
                    margin-bottom: 15px;
                    display: inline-block;
                }

                #associates .associates .asso_outer_box .asso_box .asso_link {
                    width: 100%;
                    float: right;
                }

                    #associates .associates .asso_outer_box .asso_box .asso_link ul {
                        padding: 0;
                        border-left: none;
                        padding-left: 15px;
                        margin: 10px 0px;
                        text-align: center;
                    }

                        #associates .associates .asso_outer_box .asso_box .asso_link ul li span {
                            display: none;
                        }
}


.company_details {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.cat_icon {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

    .cat_icon .cat_img {
        float: left;
        width: 15%;
        height: auto;
        background: #000;
        display: inline-block;
        position: relative;
    }

    .cat_icon h2 {
        font-size: 16px;
        color: #036672;
        font-weight: 600;
        float: left;
        margin-top: 5px;
        margin-bottom: 0;
        display: inline-block;
        position: relative;
        text-align: left;
        width: 85%;
    }

    .cat_icon span {
        padding-left: 5px;
    }

.comp_name {
    float: left;
    width: auto;
    position: relative;
    display: inline;
    padding-left: 10px;
    flex-wrap: wrap;
}

.discount_link li {
    width: 48% !important;
    margin-right: 2% !important;
}
