/*********************************************************************************
common styles
***************/
@import url('fonts.css');

body {
    background: #fff !important;
    color: #333 !important;
    font-family: 'Poppins-Regular', sans-serif !important;
    font-size: 14px !important;
}

h1, h2, h3, h4, h5, p, ul, li {
    margin: 0px !important;
    padding: 0px !important;
}

a {
    color: #333 !important;
    cursor: pointer;
    text-decoration: none !important;
}

    a:active {
        box-shadow: none !important;
    }

p {
    line-height: 22px;
    margin-bottom: 10px !important;
    font-size: 14px;
}

h1, h2 {
    margin-bottom: 10px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding {
    padding: 0 !important
}

/*********************************************************************************
colored text and buttons
**************/
.text-pink {
}

.text-yellow {
    color: #ffe114
}

.btn:hover {
    background: #333 !important;
    color: #fff !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*********************************************************************************
header styles
***************/
header {
}

    header .top-bar {
        height: auto;
        background: #152caf;
    }
/* top-nav */
.top-nav {
    list-style: none;
    float: left;
}

    .top-nav.user-nav {
    }

    .top-nav.m-top-nav {
        display: none;
        float: left
    }

    .top-nav li {
        float: left;
        color: #333 !important;
        /*border-right:1px solid #999;*/
        position: relative;
        padding: 5px 10px !important;
        line-height: 1;
    }

        .top-nav li a {
            display: block;
            color: white !important;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
        }

            .top-nav li a img {
                width: auto;
                height: 13px;
                vertical-align: middle;
                filter: brightness(0) invert(1);
            }

            .top-nav li a.blink {
                -webkit-transition: inherit;
                -moz-transition: inherit;
                -o-transition: inherit;
                -ms-transition: inherit;
                transition: inherit;
            }

            .top-nav li a.top-nav-open {
                padding: 5px 10px !important;
                border: 1px solid #ccc;
            }

                .top-nav li a.top-nav-open:before {
                    content: "\f0c9";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome !important;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            .top-nav li a.top-nav-close {
                padding: 5px 10px !important;
                border: 1px solid #ccc;
            }

                .top-nav li a.top-nav-close:before {
                    content: "\f00d";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            .top-nav li a .fa {
                /*font-size:15px;
	margin-right:5px;*/
            }

            .top-nav li a:hover {
                color: #000 !important;
            }


        .top-nav li:last-child {
            border-right: none;
        }

        .top-nav li:first-child a {
            padding-left: 0px;
        }

        .top-nav li:last-child a {
            padding-right: 0px;
        }

    .top-nav .top-nav-level-2 {
        position: absolute;
        right: 0;
        top: 40px;
        z-index: 1;
        list-style: none;
        background: #fff;
        border: 1px solid #eee;
        border-top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }
/*logo bar*/
header .logo-bar {
    background: transparent;
    padding: 0px 0;
    /*position:fixed;*/
    width: 100%;
    top: 0px;
    z-index: 9999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

header .coffee {
    padding: 15px 20px;
    text-align: center;
    display: block;
    color: #fff !important;
    background: #005d7b;
    margin: auto;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif;
}

    header .coffee:hover {
        background: #333;
        color: #fff;
    }

.phone {
    margin: 18px 0px 0 0 !important;
}

    .phone a {
        font-family: "Dosis", sans-serif;
        font-size: 24px;
        line-height: 1.08;
        letter-spacing: 0.05em;
        font-weight: 700;
    }

    .phone small, .phone a {
        display: block;
        color: #54667a;
    }

    .phone .fa {
        float: left;
        margin-right: 14px;
        font-size: 46px;
    }

    .phone small {
        margin-top: 3px;
        font-size: 14px;
        line-height: 1;
    }

    .phone a {
        font-family: "Dosis", sans-serif;
        font-size: 24px;
        line-height: 1.08;
        letter-spacing: 0.05em;
        font-weight: 700;
    }
/**/
header .logo-bar-fixed {
    padding: 0px 0;
    background: #fff;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
}

    header .logo-bar-fixed .top-bar {
        display: none;
    }

    header .logo-bar-fixed .site-nav {
        /*margin: 10px auto;*/
    }

        header .logo-bar-fixed .site-nav #level_1 li a {
            color: #666 !important;
        }
            /*header .logo-bar-fixed .site-nav #level_1 li a.has-nav:after {
	content: url(../design_img/icon-nav-arrow-dark.png);
}
header .logo-bar-fixed .site-nav #level_1 li a.active.has-nav:after {
	content: url(../design_img/icon-nav-arrow.png);
}*/
            header .logo-bar-fixed .site-nav #level_1 li a:hover, header .logo-bar-fixed .site-nav #level_1 li a.active, header .logo-bar-fixed .site-nav #level_1 li a.coffee {
                color: #152caf !important;
            }
/**/
header .logo {
    display: block;
    float: left;
    background-position: 0px 0px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-top: 15px;
}

    header .logo img {
        max-width: 100%;
    }

.logo-mb {
    display: none;
}

header .logo-mb img {
    max-width: 100%;
}
/* nav bar */
header .nav-bar {
}
/*site nav*/
header .site-nav {
    /*margin: 15px auto;*/
    float: right;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*********************************************************************************
section styles
***************/
.slider {
    position: relative; /*height:200px; overflow:hidden*/
    z-index: 1;
}

    .slider .slider-overlay {
        background: url(/Content/design_img/slider_overlay.png) center top;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 6;
        opacity: 0.6;
    }

    .slider .slider-down {
        position: absolute;
        width: 47px;
        height: 50px;
        bottom: 65px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }

        .slider .slider-down img {
            position: relative;
            top: 0;
            -webkit-animation: jump 1s ease-out infinite;
            animation: jump 1s ease-out infinite;
        }
/*main heading*/
.main-head {
    text-transform: uppercase;
    font-family: 'Teko', sans-serif !important;
    font-weight: 300;
    color: #000;
    line-height: 32px
}

    .main-head span.brdr {
        background: #fff;
        width: 20%;
        height: 2px;
        display: block;
        margin: 15px 0;
    }
/* service bar */
.service-bar {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .service-bar .service-container {
        padding: 0px !important;
    }

    .service-bar .service {
        cursor: default;
        position: relative;
        width: 100%;
        height: 250px;
        overflow: hidden;
        background: #fff;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }

        .service-bar .service .front, .service-bar .service .back {
            padding: 25px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

        .service-bar .service .front {
            background: #fff;
            z-index: 1;
            -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -o-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
        }

            .service-bar .service .front .service-icon {
                width: 90px;
                height: auto;
                margin: 10px auto 20px
            }

            .service-bar .service .front img {
                max-width: 100%;
                margin: auto;
                display: block
            }

            .service-bar .service .front h3 {
                color: #2587d4;
                font-family: 'Teko', sans-serif !important;
                font-size: 38px;
                font-weight: 300;
                text-align: center
            }

        .service-bar .service .back {
            background: #2587d4;
            z-index: 2;
            top: 100%;
            -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -o-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
        }

            .service-bar .service .back p {
                color: #fff;
                text-align: justify;
                font-size: 15px !important;
            }

            .service-bar .service .back a.btn {
                background: #ffe114;
                color: #000 !important;
                border-radius: 2px !important
            }

                .service-bar .service .back a.btn:hover {
                    color: #fff !important
                }

        .service-bar .service:hover .front {
            bottom: 100%;
            top: inherit
        }

        .service-bar .service:hover .back {
            top: 0;
        }
/**/
.home-abt-bar {
    background: #fff;
    padding: 100px 0 !important;
    position: relative;
    z-index: 1;
    animation: fadeInUp 1.5s;
    background: url(/Content/design_img/newsletter-bg.jpg) no-repeat center bottom;
    background-attachment: fixed !important
}

    .home-abt-bar h4 {
        font-size: 36px;
        text-align: center;
        font-weight: 600;
        color: #000;
        line-height: 36px;
        margin-bottom: 30px !important;
        font-family: 'Montserrat', sans-serif;
    }

        .home-abt-bar h4 img {
            margin-top: 20px;
        }

    .home-abt-bar p {
        font-size: 14px !important;
        color: #333;
        line-height: 24px;
        vertical-align: top;
        line-height: 24px;
        text-align: center;
        /*padding:0 150px !important;*/
    }


    .home-abt-bar .btn-more {
        width: 150px;
        color: #666 !important;
        border: 1px solid #666;
        border-radius: 50px !important;
        margin: 25px auto;
        padding: 10px 10px 12px 10px;
        display: block !important;
        font-size: 15px;
        text-align: center;
    }

        .home-abt-bar .btn-more:hover {
            background: #666 !important;
            color: #fff !important
        }

.our-feature {
    background-color: #396cf0;
    color: #999;
    padding: 100px 0 100px;
    animation: bounceInUp 2s;
    background: url(/Content/design_img/dr-profile-bg.jpg) no-repeat center;
    background-size: cover !important;
    position: relative;
    background-attachment: fixed !important;
}

    .our-feature::before {
        background: #396cf0;
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        opacity: 0.9
    }

.doct-pf .df-box {
    margin-bottom: 25px;
}

.doct-pf img {
    border-radius: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
}

.doct-pf h2 {
    margin-top: 20px !important;
    color: #fff;
    text-align: center;
    margin-bottom: 15px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.doct-pf h4 {
    margin-top: 20px !important;
    color: #fff;
    margin-bottom: 15px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}

.doct-pf p {
    margin-top: 20px !important;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.our-feature .icon-box {
    padding: 10px;
    margin-bottom: 25px;
}

    .our-feature .icon-box img {
        margin-bottom: 15px;
    }

    .our-feature .icon-box h5 {
        font-size: 20px;
        color: #fff;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 10px !important;
    }

.our-products {
    padding: 58px 0 58px;
    background-color: #f5f5f5 !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: contain !important;
}

.main-head {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 36px;
    margin-bottom: 30px !important;
    font-family: 'Montserrat', sans-serif !important;
}

    .main-head img {
        margin-top: 20px;
    }

.top_head h3 {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: 36px;
    margin-bottom: 30px !important;
    font-family: 'Montserrat', sans-serif;
}

    .top_head h3 img {
        margin-top: 20px;
    }

.item-box {
    animation: bounceInUp 2s;
    /* padding: 15px 0 20px;*/
    margin: 0;
    position: relative;
}

.slide_box {
    box-shadow: 0 5px 15px rgba(0,0,0,0.38);
    background: #fff;
    text-align: center;
    padding: 15px 15px 15px;
}

    .slide_box h4 {
        margin-top: 15px !important;
    }

.our_client {
    padding-top: 70px;
    padding-bottom: 100px;
    overflow: hidden;
}

    .our_client .item {
        margin: 0 5px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

    .our_client .item-container {
        padding: 10px;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        margin-bottom: 0px !important;
        box-shadow: none !important;
    }

        .our_client .item-container img {
            transition: all 1s ease-in;
            height: auto;
        }

    .our_client .item:hover .item-container img {
        transform: scale(1.2);
    }

.dr-meet {
    padding-top: 70px;
    padding-bottom: 100px;
    overflow: hidden;
}

    .dr-meet .item {
        margin: 0 5px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

    .dr-meet .item-container {
        padding: 10px;
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: relative;
        margin-bottom: 0px !important;
        box-shadow: none !important;
    }

        .dr-meet .item-container .dr-pic {
            width: 100%;
            height: auto;
            overflow: hidden;
            position: relative;
            box-shadow: none !important;
            text-align: center;
        }

            .dr-meet .item-container .dr-pic img {
                transition: all 1s ease-in;
                height: auto;
                margin: auto;
                display: block;
            }

    .dr-meet .item:hover .item-container .dr-pic img {
        transform: scale(1.2);
    }

    .dr-meet .team-info h3 {
        padding: 25px 20px 5px 0px !important;
        font-size: 16px;
        font-weight: 600;
        color: #2e343b;
        font-family: 'Montserrat', sans-serif !important;
    }

        .dr-meet .team-info h3 a {
            color: #303539;
            text-transform: capitalize;
        }

    .dr-meet .team-info a {
        color: #09a9a7;
    }

        .dr-meet .team-info a p {
            position: relative;
            text-transform: capitalize;
            color: #2e343b;
            font-size: 14px;
            font-weight: 400;
            margin-left: 25px;
        }

            .dr-meet .team-info a p::before {
                content: "";
                width: 20px;
                height: 6px;
                background-color: #0cb8b6 !important;
                position: absolute;
                bottom: 6px;
                opacity: 0.20;
                left: -25px;
                display: none;
            }

.team-info p {
    min-height: 25px;
}

.theme-btn-3 {
    background-color: #0cb8b6;
    font-size: 12px;
    font-size: cacl-rem-value(14);
    font-weight: 600;
    color: #fff !important;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
}

.doctor-list .item {
    margin: 0 0px 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.doctor-list .team-info h3 {
    padding: 25px 20px 5px 0px !important;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doctor-details .info-block-2 .content-info .title {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
/*********************************************************************************
offer bar start 
***************/
.offer-bar {
    /*background: url(../images/top_style_bg.jpg) no-repeat  center;
    padding:100px 0;
    position:relative;   
    background-attachment:fixed;*/
    background: #fff !important;
}

    .offer-bar img {
        max-width: 100%;
        height: 220px;
        width: 100%;
    }

    .offer-bar .offer {
        margin-bottom: 20px;
        -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        border: 1px solid #ddd;
        padding: 5px;
    }

        .offer-bar .offer a {
            display: block;
            overflow: hidden;
            position: relative;
        }

            .offer-bar .offer a:before {
                overflow: hidden;
                position: absolute;
                top: 0;
                content: "";
                width: 100% !important;
                height: 100%;
                left: 0px;
                opacity: 0;
                webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
                -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
                transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
                transform: scale(0.5) rotateY(90deg);
                background-image: url(../design_img/plus-img.png);
                background-repeat: no-repeat;
                background-position: center;
                background-color: #000;
            }

            .offer-bar .offer a:hover:before {
                visibility: visible;
                opacity: 0.4;
                transform: scale(1) rotateY(0deg);
            }

    .offer-bar h4 {
        color: #333 !important;
        font-weight: 600;
        text-align: center;
        margin: 10px auto 25px !important;
        font-size: 16px;
        padding-bottom: 8px !important;
    }

.tr-sheet {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
}
/*********************************************************************************
offer bar end  product product bar start
***************/

.custom-form-head {
    background: #fff;
    padding: 10px 10px 10px 10px !important;
    color: #444;
    margin: 10px 0 25px !important;
    font-weight: 600;
    border-left: 10px solid #e35515;
    font-size: 16px !important;
}

.our-team-main {
    width: 100%;
    height: 200px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    margin-bottom: 28px;
    animation: zoomIn 3s !important;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #ddd;
    padding: 20px;
}

    .our-team-main img {
        border-radius: 50%;
        margin-bottom: 20px;
        width: 90px;
    }

    .our-team-main h3 {
        font-size: 16px;
        font-weight: 500;
        color: #00abff;
    }

    .our-team-main p {
        margin-bottom: 0;
    }

    .our-team-main:hover {
        box-shadow: 0 1px 14px rgba(255, 74, 124, 0.4);
        transition: 0.5s;
    }

/*our-team-main*/






/*portfolio-bar*/
.portfolio-bar {
    background: #eee;
    position: relative;
    z-index: 1
}

    .portfolio-bar .portfolio-head {
        background: #2587d4;
        padding: 20px 0;
        color: #fff;
        text-align: center;
    }

        .portfolio-bar .portfolio-head h2 {
            text-align: center;
            font-size: 45px;
            font-family: 'Teko', sans-serif !important;
            font-weight: 300;
            margin-bottom: 0 !important
        }

        .portfolio-bar .portfolio-head p {
            margin-bottom: 0 !important
        }

.portfolio {
    padding: 0 !important;
}

.portfolio-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.portfolio-pic-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 2;
    opacity: 0.2;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-pic {
}

    .portfolio-pic img {
        max-width: 100%;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

.portfolio-logo {
    background: transparent;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1
}

    .portfolio-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -mox-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .portfolio-logo a.btn-more {
        position: absolute;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -mox-transform: translate(-50%, -50%);
        transform: translate(-50%, -100%);
        bottom: 0;
        width: 150px;
        color: #fff !important;
        border: 2px solid #fff;
        border-radius: inherit !important;
        padding: 10px 10px 12px 10px;
        font-size: 17px;
        opacity: 0;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.portfolio-container:hover .portfolio-back {
    opacity: 0.5;
}

.portfolio-container:hover .portfolio-pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-container:hover .portfolio-logo img {
    -webkit-transform: translate(-50%, -60%);
    -mox-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.portfolio-container:hover .portfolio-logo a.btn-more {
    -webkit-transform: translate(-50%, -120%);
    -mox-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
    opacity: 1;
}
/*key bar */
.key-bar {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 20px 0 60px 0;
    border-top: 14px solid #ccc
}

    .key-bar .key-head {
        background: #fff;
        padding: 40px 0;
        text-align: center;
    }

        .key-bar .key-head h2 {
            text-align: center;
            font-size: 45px;
            font-family: 'Teko', sans-serif !important;
            color: #2587d4;
            font-weight: 300;
            margin-bottom: 0 !important
        }

        .key-bar .key-head p {
            margin-bottom: 0 !important
        }

    .key-bar .key-info {
    }
        /**/
        .key-bar .key-info .key-icon {
            width: 50px;
            height: 50px;
            float: right;
            border: 0px #666 dashed;
            border-radius: 100%;
            background: #fb7c00;
        }

            .key-bar .key-info .key-icon img {
                max-width: 100%
            }

        .key-bar .key-info .key-text {
            float: left;
            margin-right: 15px
        }

    .key-bar .key-project .key-icon {
        float: left;
    }

    .key-bar .key-project .key-text {
        float: right;
        margin-left: 15px;
        margin-right: inherit
    }

    .key-bar .key-experience .key-icon {
        float: left;
    }

    .key-bar .key-experience .key-text {
        float: right;
        margin-left: 15px;
        margin-right: inherit
    }
    /**/
    .key-bar .key-client h1, .key-bar .key-project h1, .key-bar .key-skilled h1, .key-bar .key-experience h1 {
        font-family: 'Teko', sans-serif !important;
        font-weight: 300;
        font-size: 42px;
        margin-bottom: 0px !important;
        line-height: 35px;
        color: #cc2d91;
    }

    .key-bar .key-client, .key-bar .key-skilled {
        right: 0
    }

        .key-bar .key-client h1, .key-bar .key-skilled h1 {
            text-align: right;
            color: #fb9f00
        }

        .key-bar .key-skilled h1 {
            color: #2587d4
        }

    .key-bar .key-project h1, .key-bar .key-experience h1 {
        text-align: left;
        color: #2ebd30
    }

    .key-bar .key-experience h1 {
        color: #fe3600
    }

    .key-bar .key-client, .key-bar .key-project {
        position: absolute;
        top: 25px;
    }

    .key-bar .key-skilled, .key-bar .key-experience {
        position: absolute;
        top: 150px;
    }

    .key-bar .key-chart {
    }

        .key-bar .key-chart img {
            max-width: 100%;
        }

        .key-bar .key-chart .cartoon {
            position: absolute;
            width: 35%;
            top: 0;
            left: 50%;
            margin-right: -50%;
            -moz-transform: translate(-50%, 2%);
            -webkit-transform: translate(-50%, 2%);
            transform: translate(-50%, 2%);
        }

    .key-bar .btn {
        margin-top: 10px;
    }

.appoint-bar {
    padding: 100px 0 0;
    background: #396cf0;
}

.apo-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    padding: 35px;
}

    .apo-box h1 {
        color: #1d3571;
        line-height: 28px;
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px !important;
        text-transform: capitalize;
    }

.simple-btn {
    width: 180px;
    height: 50px;
    float: left;
    color: #fff !important;
    text-transform: capitalize;
    background: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #338fd1 !important;
}
/*Testimonials*/
.testimonial-bar {
    position: relative;
    z-index: 1;
    padding-top: 100px !important;
    padding-bottom: 55px !important;
    background: #ddd;
}

    .testimonial-bar .main-head {
        color: #fff;
    }

    .testimonial-bar .testimonial-head {
        color: #2587d4;
        text-align: center;
    }

        .testimonial-bar .testimonial-head h2 {
            text-align: center;
            font-size: 45px;
            font-family: 'Teko', sans-serif !important;
            font-weight: 300;
            margin-bottom: 0 !important
        }

    .testimonial-bar .testimonial {
        max-width: 680px;
        margin: 20px auto;
        background-color: #fff;
        padding: 35px 35px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.38);
        border: 1px solid #ddd;
    }

    .testimonial-bar .writer-pic {
        background: #eee;
        border-radius: 100%;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 25px;
        right: -20px;
    }

        .testimonial-bar .writer-pic img {
            border-radius: 100%;
            width: 100px;
            height: 100px;
            border: 1px solid #ccc;
        }

    .testimonial-bar .message-container {
        max-width: 88%;
    }

    .testimonial-bar .message {
        color: #333;
        margin: 0px 0 20px 0 !important;
        text-align: center;
        line-height: 30px;
        font-weight: 300;
    }

.testimonial p {
    text-align: center;
}

.testimonial-bar .writer {
    font-weight: bold;
    text-align: center;
    color: #152caf;
    font-size: 18px !important;
}

.testimonial-bar .writer-info {
    font-weight: normal;
    font-size: 14px !important;
    color: #333;
}

.testimonial-bar .btn-more {
    width: 200px;
    color: #666 !important;
    border: 2px solid #666;
    border-radius: inherit !important;
    margin: 10px auto 0px auto;
    padding: 10px 10px 12px 10px;
    display: block !important;
    font-size: 17px
}

    .testimonial-bar .btn-more:hover {
        background: #666 !important;
        color: #fff !important
    }
/* page banner*/
.page-banner {
    border-bottom: 0px solid #fb7c00;
    height: 200px;
    overflow: hidden;
}

    .page-banner img {
        width: 100%;
    }

    .page-banner .banner-head {
        font-family: 'Roboto', sans-serif !important;
        background-color: transparent;
        position: absolute;
        width: 100%;
        z-index: 8;
        left: 50%;
        margin-right: -50%;
        top: 50%;
        margin-bottom: -50%;
        webkit-transform: translateY(-50%);
        ms-transform: translateY(-50%);
        transform: translate(-50%, -50%);
    }

        .page-banner .banner-head h1 {
            color: #005d7b;
            font-size: 36px;
            text-transform: uppercase;
            text-align: center !important;
            font-family: Poppins-Bold;
        }

        .page-banner .banner-head p {
            color: #fff;
            font-size: 20px !important;
            font-weight: 300;
            line-height: 28px;
            max-width: 755px;
            padding: 0;
            margin: 10px auto 30px !important;
            text-align: center !important
        }

        .page-banner .banner-head a.btn {
            background-color: #e22e91 !important;
            color: #fff !important;
            width: 170px;
            display: block;
            margin: 15px auto 0 !important;
            font-size: 15px;
            height: 50px;
            line-height: 24px;
            padding: 12px 10px;
            border-radius: 3px;
            text-transform: uppercase;
            text-align: center !important;
        }

            .page-banner .banner-head a.btn:hover {
                background-color: #2688d5 !important;
            }
/**/
.content-bar {
    padding: 30px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
}

.client-sec {
    text-align: center;
    margin-bottom: 35px;
    border: 1px solid #ddd;
    padding: 15px;
}
/*contact bar */
.contact-bar {
}

    .contact-bar p.text {
        margin-bottom: 25px !important;
    }

    .contact-bar .inner-box {
        position: relative;
        text-align: center;
    }

    .contact-bar .contact-info {
        position: relative;
        margin-bottom: 10px;
        clear: both;
        display: table;
        width: 100%;
        border-bottom: 1px dashed #ddd;
    }

    .contact-bar .inner-box .icon-box-1 {
        position: relative;
        width: 60px !important;
        height: 60px !important;
        color: #010044;
        font-size: 18px;
        line-height: 60px;
        border-radius: 100%;
        margin: 0 0px 5px 0;
        border: 1px solid #ddd;
        background-color: #fff;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        float: left;
    }

    .contact-bar .inner-box .text {
        position: relative;
        color: #555555;
        font-size: 14px;
        padding-top: 5px;
        text-align: left;
        line-height: 26px;
        float: right;
        width: 83%;
    }

        .contact-bar .inner-box .text h4 {
            font-weight: 600;
            font-size: 16px;
            color: #000;
            margin-bottom: 10px !important;
        }

        .contact-bar .inner-box .text a {
            color: #555;
        }

    .contact-bar .inner-box:hover .icon-box-1 {
        color: #ffffff;
        border-color: #005d7b;
        background-color: #005d7b;
    }

    .contact-bar .form-group {
        position: relative;
        margin-bottom: 10px;
        padding-top: 5px;
    }

        .contact-bar .form-group .form-control {
            height: 50px;
        }

        .contact-bar .form-group textarea.form-control {
            height: 150px;
        }

    .contact-bar .input-group-addon {
        border-radius: 0px;
        background: #fff;
        border-color: #ececec;
        border-bottom-color: #ddd !important;
        width: 42px;
    }

    .contact-bar .input-group {
        width: 100%;
    }

    .contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
        display: block;
        width: 100%;
        color: #333333;
        font-size: 14px;
        padding: 15px 20px;
        background: #ffffff;
        border: 1px solid #ececec !important;
        border-bottom-color: #ddd !important;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .contact-bar textarea {
        height: 160px;
        resize: none;
        padding: 12px 21px !important;
    }

    .contact-bar button {
        margin-top: 10px;
        text-transform: capitalize;
    }

.btn-sub, .btn-cancel {
    display: inline-block;
    color: #fff !important;
    text-align: center;
    border-radius: inherit !important;
    margin-right: 5px;
    width: 120px;
    padding: 10px 10px !important;
    font-size: 14px !important;
    background: #2d63ad;
}

    .btn-sub:hover, .btn-cancel:hover {
        padding: 10px 10px !important;
        margin-right: 5px !important;
    }

.btn-cancel {
    background: #ff5d05;
}
/**/
.map {
    background: #f9f9f9;
    /*border-top: 5px solid #ff8500 ;*/
}

    .map .main-head {
        text-align: center;
        text-transform: none;
    }

        .map .main-head span.brdr {
            margin: 15px auto;
        }

.form-bar {
    background: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
}
/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 20px;
}

    .sec-title .title {
        position: relative;
        color: #555555;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .sec-title h2 {
        position: relative;
        font-size: 32px;
        color: #333;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
    }

.colorborder {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 100%;
    margin: 2px 0;
}

    .colorborder::after {
        background: #005d7b none repeat scroll 0 0;
        content: "";
        display: inline-block;
        height: 3px;
        left: 0%;
        position: absolute;
        width: 60px;
        top: -1px;
    }


/*items*/
.item {
    /*margin:0 8px;*/
}

.item-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    padding-bottom: 10px;
}

.item-pic-container {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
}

.item-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
    webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

.item-pic {
    border: 1px solid #eee;
}

    .item-pic img {
        max-width: 100%;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

.item-new {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: inline-block;
    background-color: #0095bc;
    display: none
}

    .item-new span {
        color: white;
        text-transform: capitalize;
        padding: 15px 0px;
        display: inline-block;
        transform: rotate(-90deg);
        font-weight: 300;
    }

    .item-new:after {
        content: "";
        width: 0px;
        height: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #0095bc;
        position: absolute;
        bottom: -4px;
        left: 50%;
        margin-left: -4px;
    }

.discount {
    background: #ff5b02;
    color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    text-align: center;
    line-height: 15px;
    border-radius: 100%;
    padding-top: 10px;
    font-size: 14px;
}

.item-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

    .item-btn a {
        background: #fff;
        font-size: 16px;
        width: 50px;
        height: 50px;
        display: block;
        float: left;
        margin-right: 5px;
        text-align: center;
        padding-top: 14px;
        border-radius: 100%;
        text-transform: uppercase;
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
        transition: all 150ms linear;
    }

        .item-btn a.cart {
            color: #dab24b !important;
        }

        .item-btn a.view {
            color: #43a81e !important;
        }

        .item-btn a:hover {
            color: #333 !important
        }

.item-name {
    font-size: 14px !important;
    margin: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap !important;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
}

    .item-name a {
        color: #e35515 !important;
    }

.item-price {
    text-transform: capitalize;
    text-align: center;
    margin: 5px 0 !important;
    font-size: 15px;
}

    .item-price .price-before {
        color: #999999;
        text-decoration: line-through;
    }

    .item-price .price-now {
        font-weight: 600;
        color: #48b720;
        margin: 0 5px;
    }

    .item-price .price-bv {
    }

.item-container:hover .item-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.item-container:hover .item-btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
/*product details bar*/
.product-detail-bar {
    position: relative;
}

    .product-detail-bar .pr-pic {
        border: 1px solid #eee;
        box-shadow: 0px 0px 30px #eee;
        max-width: 100%;
    }

    .product-detail-bar h2 {
        font-size: 24px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px !important;
        color: #2587d4;
        margin-bottom: 15px !important;
        font-weight: 600;
    }

.des {
    text-align: left;
}

    .des h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        text-align: left;
    }

    .des h4 {
        font-size: 16px;
        margin-bottom: 20px !important;
        color: #000;
        text-align: left;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #ddd;
    }

    .des p strong {
        font-weight: 500;
        color: #000;
    }

.btn-download {
    background: #e35515;
    color: #fff !important;
}

#myModal4 {
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.7);
}

    #myModal4 .close {
        color: white !important;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 36px;
        font-weight: 300;
        opacity: 1 !important;
        background: #000;
        width: 46px;
        text-align: center;
        height: 46px;
        line-height: 40px;
    }

    #myModal4 .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 30%;
        max-height: 500px;
        overflow: auto;
    }

    #myModal4 .modal-header {
        background-color: #fa5900 !important;
        padding: 10px 10px !important;
        color: white !important;
    }

    #myModal4 .modal-body {
    }

    #myModal4 .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
    }


/**/
.love-2-hear {
    overflow: hidden;
    background: #ff5501;
    position: relative;
    z-index: 1;
}

    .love-2-hear h4 {
        color: #fff;
        text-align: right;
        font-size: 28px;
        font-weight: 300;
        display: table;
        margin: 32px auto !important
    }

        .love-2-hear h4 strong {
            font-size: 45px;
        }

    .love-2-hear .btn-hear-col {
        background: #ffe667;
        padding: 45px 0
    }

    .love-2-hear .hear-col-arrow {
        width: 150px;
        height: 150px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: -44px;
        background: #ffe667;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .love-2-hear .btn-hear-col .btn-coffee {
        background: url(../design_img/btn-coffee.png) no-repeat center top;
        width: 243px;
        height: 57px;
        display: block;
        margin-left: 50px
    }

        .love-2-hear .btn-hear-col .btn-coffee:hover {
            background: url(../design_img/btn-coffee.png) no-repeat center top !important;
        }
/**/
.set_position {
    display: table;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -21px;
}

.left_bottom_btn .set_position {
    left: 47%;
}

.right_bottom_btn .set_position {
    right: 47%;
}

.left_bottom_btn .set_position::before {
    content: '';
    left: -9.5%;
    width: 0 !important;
    height: 0 !important;
    border-top: 20px solid transparent;
    border-right: 25px solid #fe5500;
    border-bottom: 20px solid transparent;
}

.left_bottom_btn .set_position::after {
    content: '';
    right: -9.5%;
    width: 0 !important;
    height: 0 !important;
    border-top: 20px solid transparent;
    border-left: 25px solid #fe5500;
    border-bottom: 20px solid transparent;
}

.right_bottom_btn .set_position::before {
    content: '';
    left: -9.5%;
    width: 0 !important;
    height: 0 !important;
    border-top: 20px solid transparent;
    border-right: 25px solid #fe5500;
    border-bottom: 20px solid transparent;
}

.right_bottom_btn .set_position::after {
    content: '';
    right: -9.5%;
    width: 0 !important;
    height: 0 !important;
    border-top: 20px solid transparent;
    border-left: 25px solid #fe5500;
    border-bottom: 20px solid transparent;
}


/* effect-shine */
.start_now a.ft_btn:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgb(0, 0, 0) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
    background: #fff;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

/*********************************************************************************
list styles start
***************/
ul.mylist {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0px 0 15px 0px !important;
}

    ul.mylist li {
        line-height: 24px;
        font-weight: 400;
        color: #333;
        padding: 3px 12px !important;
        text-align: justify;
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
    }

        ul.mylist li:before {
            content: " - ";
            color: #0077c0;
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 5px;
            margin-left: -10px;
        }

ul.mylist-icon {
    list-style: none;
    padding: 0 0 0 35px !important;
    margin: 0px 0 15px 0px !important;
}

    ul.mylist-icon li {
        line-height: 24px;
        font-weight: 400;
        color: #333;
        text-align: left;
        font-size: 14px;
        position: relative;
        margin-bottom: 10px !important;
        vertical-align: top;
    }

        ul.mylist-icon li:before {
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 8px;
            margin-left: -35px;
            font-weight: 100;
            font-size: 14px;
            color: #fb7c00;
            top: 0;
            left: 0;
            line-height: 26px;
            content: '\f178';
            border-radius: 4px;
            vertical-align: baseline;
        }

/*********************************************************************************
default form styles start
***************/
.form-group label {
    font-weight: normal;
}

.form-group .form-control {
    border-radius: 0 !important;
    box-shadow: none;
    border-radius: 50px !important;
    height: 40px;
}

.form-group textarea.form-control {
    border-radius: 10px !important;
    height: 150px;
}

.form-group .label-radio {
    margin-right: 15px;
}

.form-group input[type=radio] {
    margin-right: 5px;
}

.form-group .label-check {
    margin-right: 15px;
}

.form-group input[type=checkbox] {
    margin-right: 5px;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: #03adcb;
}

/***/
.sub-head {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px !important;
    color: #000;
    font-weight: 600;
}

.steps article h3 {
    font-family: Teko, sans-serif
}

.counter {
    padding: 100px 0 95px;
    width: 100%;
    background: #12253d url(../design_img/counter-bg.jpg) center bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    z-index: 9;
    position: relative;
    border-top: 1px solid #dedede;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
}

    .counter::before {
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.9;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        background: rgba(0,0,0,.8);
        /*background: url(../design_img/slider_overlay.png) center bottom; */
    }

    .counter .count-col {
        text-align: center;
    }

    .counter .col-md-15 {
        width: 20%;
        position: relative;
        float: left;
    }

    .counter .count-col .count-icon {
        font-size: 16px;
        border-radius: 100%;
        height: 75px;
        width: 75px;
        display: inline-block;
        line-height: 75px !important;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
        z-index: 1;
        border: 2px dotted #e6e6e6;
        color: #fff;
        margin-bottom: 20px;
        padding: 5px;
    }

    .counter .count-col:hover .count-icon {
        color: #fff;
        transition: all .5s ease;
    }

    .counter .count-col .count-icon:after {
        background: #fb7c00;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0));
        transform: scale(0);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: -1;
        border-radius: 100%;
    }

    .counter .count-col:hover .count-icon:after {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .counter .count-col .main-text {
        font-size: 36px;
        line-height: 36px;
        color: #fe5500;
        font-family: Teko, sans-serif;
        font-weight: 300;
    }

    .counter .count-col .common-text {
        font-size: 18px !important;
        line-height: 24px;
        color: #fff;
        font-weight: 300;
        font-family: 'Titillium Web', sans-serif;
        padding: 10px 0 0;
        display: block;
    }

.about-bar {
    padding: 65px 0 150px;
}

    .about-bar p {
        line-height: 24px !important;
        font-size: 14px !important;
    }

.about-img img {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
}

.blog-box {
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 6%);
    padding-bottom: 10px;
}
.blog-box h3 {
    font-size:18px;
    font-family:"Roboto-Medium", sans-serif;
}
    .blog-box .date {
        padding:10px !important;
        font-size:14px;
    }
.blog-box-details {padding:10px;border-bottom:1px solid #ddd;
}
/*****/
/*********************************************************************************
footer styles
***************/
footer {
    background: #fff;
    position: relative;
}

    footer .footer-bar {
        overflow: hidden;
        background: #214091;
        color: white;
    }

.footer-img img {
    width: 70%;
    padding: 15px;
}

@media(max-width:768px) {
    .footer-img img {
        width: 100% !important;
    }

    .footer-head {
        border-bottom: 0px !important
    }
}


.footer-bar p {
    font-size: 14px !important;
    line-height: 26px;
    color: white;
}

@media(max-width:768px) {
    .footer-bar p {
        width: 25% !important;
    }
}

.footer-bar h4 {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px !important;
}

.ft-border {
    margin-bottom: 15px;
}
/*iso details*/
.footer-bar .iso-logo {
    margin-bottom: 20px;
}

.footer-bar .iso-title {
    font-weight: 300;
    color: #fff;
    line-height: 25px;
    margin-bottom: 30px !important
}

    .footer-bar .iso-title span {
        font-size: 15px;
        font-weight: 300 !important
    }
/*contact nav */
footer .cont-nav ul {
    list-style: none;
    margin-bottom: 20px !important;
}

    footer .cont-nav ul li {
        line-height: 26px;
        position: relative;
        padding-left: 30px !important;
        margin-bottom: 20px !important;
    }

    footer .cont-nav ul a {
        display: block;
        color: #00 !important;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        line-height: 30px !important;
    }

        footer .cont-nav ul a .fa {
            font-size: 18px;
            color: #ffffff;
            position: absolute;
            left: 0;
            top: 3px;
            z-index: 0;
        }

        footer .cont-nav ul a:hover {
            color: #396cf0 !important;
        }
/* footer site nav*/
footer .site-nav {
    margin-bottom: 10px;
}

    footer .site-nav ul {
        list-style: none;
    }

        footer .site-nav ul li {
            line-height: 30px;
        }

            footer .site-nav ul li a {
                display: block;
                color: #fff !important;
                -webkit-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -o-transition: all 300ms linear;
                -ms-transition: all 300ms linear;
                transition: all 300ms linear;
            }

.footer-bar .site-nav ul li a:hover {
    color: #396cf0 !important;
}
/*social links*/
footer .social-nav ul {
    list-style: none;
    padding: 0px !important;
    float: left;
}

footer .social-nav li {
    float: left;
    line-height: 35px;
    margin-right: 5px !important
}

    footer .social-nav li:first-child {
        margin-top: 0px !important;
    }

    footer .social-nav li a {
        border: 0 !important;
        padding: 0 !important;
        display: inline-block;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        background-color: #fff;
        color: #7f9ccd;
        margin-right: 12px;
        border-radius: 50%;
    }

        footer .social-nav li a .fa {
            color: #999 !important;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border: 1px dotted #999;
            text-align: center;
            border-radius: 100%;
            vertical-align: middle;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
        }

        footer .social-nav li a:hover .fa {
            color: #ffba14 !important;
        }
/*footer bar bottom*/
footer .footer-bar-bottom {
    padding: 10px 0 !important;
    overflow: hidden;
    background: #214091;
    border-top: 2px dotted #fff;
}

footer .copy {
    text-align: center;
    margin-bottom: 0px !important;
    color: #ddd;
    padding: 10px 0 !important
}

    footer .copy span {
        color: #ddd;
    }
/* top and down button*/
/*#goTop, #goDown {
	border-radius:0%;
	width:40px;
	height:40px;
	line-height:45px;
	text-align:center;
	position: fixed;    
	bottom: 40px;
	right:  20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #fff!important;
	font-weight: bold;
	background: #ff2400;
	z-index:99999;
}
#goTop:hover, #goDown:hover {
	background:#47c7f5;
	color:#fff!important;
}*/
#goTop, #goDown {
    bottom: 20px; /* adjust as needed */
    right: 20px; /* adjust as needed */
    color: #1d3571;
    text-transform: uppercase;
    background: #152caf;
    width: 66px;
    display: block; /* make it visible */
    text-decoration: none;
    line-height: 66px;
    font-size: 20px;
    text-align: center;
    position: fixed; /* <-- this makes it stay during scroll */
    z-index: 1000;
    transition: all 0.3s ease;
}

    #goTop i, #goDown i:hover {
        color: black;
    }

.circle_btm a {
    border-radius: 100%;
    z-index: 1;
    float: right;
    position: relative;
    -webkit-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -moz-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -o-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -ms-box-shadow: 0px 2px 25px -5px #c5c5c5;
    box-shadow: 0px 0px 2px 25px -5px #c5c5c5;
}

#goTop i, #goDown i {
    color: #FFF;
    margin: 0;
    left: 0;
    position: relative;
    top: 0px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
    gap: 20px;
}

@media(max-width:768px) {
    .footer-section {
        flex-direction: column;
        margin-top: 0px !important;
    }
}
/* jump*/
@-webkit-keyframes jump {
    0%, 100% {
        top: 0
    }

    25% {
        top: 10px
    }

    75% {
        top: -10px
    }
}

@keyframes jump {
    0%, 100% {
        top: 0
    }

    25% {
        top: 10px
    }

    75% {
        top: -10px
    }
}

.count-bar {
    padding: 100px 0;
    background: #fff;
}

.count-col .icon i {
    font-size: 40px;
    color: #0cb8b6;
}

.count-col {
    text-align: center;
    margin-bottom: 32px;
}

.count-col-bdr::before {
    background-color: rgba(199, 197, 197, 0.55);
    bottom: 8%;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    width: 190%;
}

.count-col-bdr::after {
    background-color: rgba(199, 197, 197, 0.55);
    bottom: 0;
    content: "";
    height: 319px;
    position: absolute;
    right: -3px;
    top: -10%;
    width: 1px;
}

.con-col {
    position: relative;
    padding: 50px 0;
}

.main-text {
    font-size: 22px;
    font-family: Roboto-Medium;
}

.common-text {
    font-weight: 500;
    font-size: 14px;
}
.wrong-con {
    padding: 50px 0 0;
    background: #FF9800;
}
.working-hours {
    background-color: #081457;
    padding: 20px 0 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.38);
}

.working-hours {
    margin-left: 25px;
    overflow: hidden;
}

    .working-hours h4 {
        font-size: 20px !important;
        font-size: 1.33333rem;
        color: #ffffff;
        margin: 0;
        padding: 10px 0 25px !important;
        text-transform: uppercase;
        text-align: center;
    }

    .working-hours ul {
        list-style: none;
    }

        .working-hours ul > li:first-child {
            border-top: 1px solid #4f5255;
        }

        .working-hours ul li {
            color: #b4b4b4;
            border-bottom: 1px solid #4f5255;
            padding: 12px 15px 12px 25px !important;
        }

            .working-hours ul li span {
                text-align: right;
                display: inline-block;
                float: right;
            }


/*******--------conatct wrapper css------*********/

#map {
    width: 100%;
    background: #f6fbff;
}

.contact-section {
    background: #f6fbff;
}

    .contact-section .holder form input[type="text"]:focus {
        border: 0;
        border-radius: 50px;
        border-bottom: 0;
        box-shadow: none;
    }

    .contact-section .holder {
        float: left;
        width: 100%;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    }



        .contact-section .holder form h3 {
            margin: 0 0 25px 0;
            font-size: 26px;
            font-weight: 600;
        }



        .contact-section .holder form input[type="text"]:hover,
        .contact-section .holder form input[type="text"]:focus,
        .contact-section .holder form textarea:hover,
        .contact-section .holder form textarea:focus {
            background: #fff;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

.response_2 {
    color: #64a4d2;
}

.cntct_2_btn_inner button {
    color: #fff;
    background: #338fd1;
}

.contact-section .holder form textarea {
    float: left;
    width: 100%;
    height: 130px;
    padding: 18px 25px;
    border-radius: 30px;
    background: #e8f5ff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #6180b1;
    margin-bottom: 10px;
    resize: none;
    border: 0;
    box-shadow: 0;
}

.ppp {
    text-transform: capitalize;
}

.contact-box ul li h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 15px !important;
}

.contact-box {
    float: left;
    width: 100%;
    background: #152caf;
    padding: 40px 25px 0px 41px;
    position: relative;
    left: 2px;
    border-radius: 20px;
}

.contact-section .heading-left {
    margin-bottom: 35px;
}

.contact-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .contact-box ul li i {
        color: #fcf05a;
        font-size: 20px;
    }

    .contact-box ul li,
    .contact-box ul li a {
        color: #fff !important;
    }

    .contact-box ul li {
        margin-bottom: 25px !important;
        font-weight: 300;
    }

.abotus_content li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff !important;
}

    .abotus_content li a i {
        color: #fff !important;
    }

.abotus_content li {
    float: left;
    margin-right: 10px !important;
}

    .abotus_content li a:hover {
        background: #fff;
        color: #1d3571 !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .abotus_content li a:hover i {
            color: #1d3571 !important;
        }

.gallery-box {
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 9px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}

    .gallery-box .g-pic {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        box-shadow: none !important;
        text-align: center;
    }

        .gallery-box .g-pic img {
            transition: all 1s ease-in;
            height: auto;
            margin: auto;
            display: block;
            height: 120px;
        }

    .gallery-box:hover .g-pic img {
        transform: scale(1.2);
    }

    .gallery-box h4 {
        margin-top: 20px !important;
        font-size: 15px;
    }

    .gallery-box:hover {
        border: 1px solid #2587d4;
        background: #2587d4;
        color: #fff;
    }
.photo-gallery {padding:50px 0;}
    .photo-gallery h4{font-family:"Roboto-Medium", sans-serif}
.gallery-box1 {
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: fit-content; 
}
.gallery-box1  img{
    height: 100%;
    -o-object-fit: contain;
    /* object-fit: contain; */
    /* position: absolute; */
    width: 100%;
    -webkit-animation: fadein .55s;
    -moz-animation: fadein .55s;
    -ms-animation: fadein .55s;
    -o-animation: fadein .55s;
    animation: fadein .55s;
}

.g-pic1{}

blockquote {
    padding: 35px 25px !important;
    margin: 0 0 20px !important;
    font-size: 17.5px;
    border-left: 5px solid #2587d4 !important;
    background: #f8f8f8;
}

.dr-pic {
    overflow: hidden;
}

.doct-pf blockquote h2 {
    margin-top: 20px !important;
    color: #000;
    margin-bottom: 15px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.doct-pf blockquote h4 {
    margin-top: 0px !important;
    color: #000;
    margin-bottom: 10px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.doct-pf blockquote p {
    margin-top: 20px !important;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
}

blockquote p {
    text-align: justify;
}

.inner-box .sec-title h2 {
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.about-bar .image-column .image {
    margin-bottom: 10px;
}

.department-box {
    padding: 25px 10px 25px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    background: #fff;
    height: auto;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

    .department-box img {
        margin-bottom: 20px;
    }

    .department-box h2 {
        margin-bottom: 20px;
        font-size: 15px;
        text-transform: capitalize;
        color: #738497 !important;
        font-weight: 700;
    }




.social-icons {
    text-align: center;
    margin-top: 10px;
}

    .social-icons a {
        display: inline-block;
        margin: 0 8px;
        text-decoration: none;
        font-size: 1.5em;
        color: #444;
        transition: color 0.3s;
    }

        .social-icons a:hover {
            color: #007bff; /* Change this to match your theme */
        }

    /* Optional: Custom colors per platform */
    .social-icons .facebook:hover {
        color: #1877f2;
    }

    .social-icons .twitter:hover {
        color: #1da1f2;
    }

    .social-icons .linkedin:hover {
        color: #0a66c2;
    }

    .social-icons .instagram:hover {
        color: #e1306c;
    }



.footer-widget {
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: currentColor;
    border-radius: 3px;
    margin-bottom: 20px;
}


.footer-head {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 10px 10px 10px;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #2b2a2a36;
}

.footer-img img {
    background: white;
}

footer .social-nav li a:hover {
    background: white;
}

.vs-btn .style4 {
    left: -10% !important;
}

@media(max-width:768px) {
    .offer video {
        height: 90px !important;
    }
}

.aboutcontainers{
    margin-left:40px;
    margin-right:40px;
}
@media(max-width:768px){
    .aboutcontainers {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
