/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR HOSPITALS        |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Team page style
21. Shop page style style
22. Shop with sidebar Style
23. Shop single Style
24. Cart page style style
25. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* Imported styles */
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

*/

@import url(root.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('jquery.fancybox.css');
@import url('prettyPhoto.css');
/*** Flaticon css ***/
@import url(../fonts/flaticon/flaticon.css); 
@import url(flexslider.css);
 
/*** Jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
 
.border-1px {
    border: 1px solid lightgray;
}

/*==============================================
   Base Css
===============================================*/
html,
body {
    height: 100%
}

a,
a:hover,
a:active,
a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec-padding {
    padding: 80px 0;
}

button {
    border: none;
    background: transparent;
}

.thm-btn {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
    /*font-family: 'Poppins', sans-serif;*/
    display: block;
    border-radius: 30px;
    padding: 12px 25px 10px;
    transition: all 500ms ease;
} 
.thm-btn:hover {
    background: transparent;
    color: #222222;
}




.sec-title {
    margin-top: -3px;
    padding-bottom: 50px;
    position: relative;
}

    .sec-title.pdb-50 {
        padding-bottom: 50px;
    }

    .sec-title.pdb-30 {
        padding-bottom: 30px;
    }

    .sec-title.mar0auto .border:before {
        left: 50%;
        margin-left: -25px;
    }

    .sec-title h1 {
        color: #222222;
        font-size: 32px;
        font-weight: 400;
        line-height: 36px;
        text-transform: capitalize;
        margin: 0 0 16px;
    }

    .sec-title .border {
        position: relative;
        overflow: hidden;
        display: block;
        background: #f0f0f0;
        height: 1px;
        display: block;
    }

        .sec-title .border:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: 1px;
            background: #0392ce;
            content: "";
        }

    .sec-title h3 {
        color: #222222;
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        margin: 0 0 17px;
    }

    .sec-title h2 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        text-transform: none;
        margin: 0 0 16px;
    }

    .sec-title p {
        color: #888888;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        line-height: 26px;
    }


.boxed_wrapper {
   /* background: #fff none repeat scroll 0 0;*/
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;
}

/*________________Preloader_______________ */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: rgba(255,255,255,1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.gif);
}


/* Update Mainmenu area Style */
@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -150px;
    }

    50% {
        margin-top: -130px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -150px;
    }

    50% {
        margin-top: -130px;
    }

    100% {
        margin-top: 0;
    }
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 5px 0px;
    z-index: 10000;
    background: var(--colorbkground);
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

 

/* Scroll To Top styles */
.scroll-to-top {
    background: transparent;
    /* border: 2px solid #0392ce;*/
    bottom: 25px;
    color: #0392ce;
    cursor: pointer;
    display: none;
    font-weight: normal;
    height: 45px;
    line-height: 42px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 50px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}

    .scroll-to-top:hover {
        background: #0392ce;
        color: #fff;
    }


/*Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}
  
/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
    position: relative;
    z-index: 999999;
    /*border-top: 1px solid #f0f0f0;
    background: #ffffff;*/
}

.main-menu {
    float: left;
    position: relative;
}

    .main-menu .navbar-collapse {
        padding: 0px
    }

    .main-menu .navigation {
        float: left;
        margin: 0;
        position: relative;
    }

        .main-menu .navigation li {
            display: inline-block;
            float: left;
        }

            .main-menu .navigation li a {
                color: gray;
                display: block;
                font-size: 14px;
                font-weight: 100;
                line-height: 20px;
                opacity: 1;
                padding: 20px 20px;
                position: relative; 
                transition: all 500ms ease 0s;
                /*font-family: 'Poppins', sans-serif;*/
            }

        .main-menu .navigation > li:hover > a,
        .main-menu .navigation > li.current > a {
            /* background: -webkit-linear-gradient(var(--colororange), var(--colororange));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;*/ font-weight: 600;
        }

        .main-menu .navigation > li.dropdown > a {
        }

            .main-menu .navigation > li.dropdown > a:after {
            }

        .main-menu .navigation > li > a:before {
            /* position: absolute;
    top: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #0392ce;
    content: "";
    transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	*/
            font-weight: 600;
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 0%;
            height: 3px;
            /* background: #0392ce; */
            background: linear-gradient(45deg, var(--coloryellow), var(--coloryellow));
            content: "";
             transition: all 100ms ease;
          -moz-transition: all 100ms ease;
            -webkit-transition: all 100ms ease;
            -ms-transition: all 100ms ease;
            -o-transition: all 100ms ease; 
        }

        .main-menu .navigation > li:hover a:before,
        .main-menu .navigation > li.current a:before {
            width: 100%;
        }

        .main-menu .navigation > li > ul {
            position: absolute;
            left: 0px;
            top: 130%;
            width: 200px;
            padding: 0px;
            z-index: 100;
            visibility: hidden;
            opacity: 0;
            background: var(--colorgrey);
            transition: all 500ms ease;
        }

        .main-menu .navigation > li:hover > ul {
            top: 100%;
            opacity: 1;
            visibility: visible;
        }

        .main-menu .navigation > li > ul > li {
            display: block;
            float: none;
            margin: 0;
            padding: 0;
            position: relative;
            width: 100%;
        }

            .main-menu .navigation > li > ul > li:last-child {
                border-bottom: none;
            }

            .main-menu .navigation > li > ul > li > a {
                width: 80%;
                display: block;
                background: none;
                padding: 10px 10px 10px 0px;
                margin-left: 10px;
                color: gray;
                font-weight: 600;
                font-size: 14px;
                text-decoration: none;
                display: block;
                float: none;
                text-transform: capitalize;
                position: relative;
                transition: all 500ms ease;
                border-bottom: 1px dashed var(--colormid);
                /*font-family: 'Poppins', sans-serif;*/
            }

            .main-menu .navigation > li > ul > li:hover > a {
                /*color: #ffffff;
            background-color: var(--colorgrey);
            color-scheme: linear-gradient(to right, var(--colorblue), var(--colororange));
            background: -webkit-linear-gradient(var(--colorblue), var(--colororange));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            padding-left: 20px;*/
            }

            .main-menu .navigation > li > ul > li > a:hover {
                background: -webkit-linear-gradient(var(--colorblue), var(--colororange));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .main-menu .navigation > li > ul > li.dropdown > a:after {
            }

            .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
            }

            .main-menu .navigation > li > ul > li > ul {
            }

        .main-menu .navigation > li > ul li:hover ul {
        }

        .main-menu .navigation > li > ul > li ul li {
        }

            .main-menu .navigation > li > ul > li ul li:first-child {
            }

            .main-menu .navigation > li > ul > li ul li a {
            }

        .main-menu .navigation > li > ul > li > ul > li:hover > a {
        }

    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 30px;
        height: 25px;
       /* border: 1px solid var(--colorblue);
        background-color: var(--colorblue);*/
        background: url(../images/icon/submenu-icon-right.png) center center no-repeat;
        background-size: 15px;
        cursor: pointer;
        z-index: 5;
        display: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -moz-border-radius: 3px;
    }


.mainmenu-right-box {
    width: 410px;
    position: relative;
}

    .mainmenu-right-box .cart_select {
        float: left;
    }

        .mainmenu-right-box .cart_select button {
            padding: 0;
            border-left: 1px solid #f0f0f0;
            padding-left: 15px;
            margin: 21px 0px;
        }

            .mainmenu-right-box .cart_select button i {
                position: relative;
                top: 1px;
                color: #222222;
                font-size: 16px;
                display: inline-block;
                padding-right: 5px;
                transition: all 500ms ease;
            }

            .mainmenu-right-box .cart_select button:hover i {
                color: #0392ce;
            }

            .mainmenu-right-box .cart_select button span {
                color: #0392ce;
                font-size: 14px;
                font-weight: 600;
            }

    .mainmenu-right-box .consultation-button {
        width: 220px;
        float: right;
        display: inline-block;
    }

        .mainmenu-right-box .consultation-button a {
            background: #0392ce;
            display: inline-block;
            width: 220px;
            height: 70px;
            border: 2px solid #0392ce;
            text-align: center;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 68px;
            /*font-family: 'Poppins', sans-serif;*/
            transition: all 500ms ease;
        }

.mainmenu-area .consultation-button a:hover {
    background: #222222;
    color: #fff;
}



/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper {
}

    .rev_slider_wrapper .slide-content-box {
        color: #fff;
        display: block;
        padding: 29px 35px 35px;
        background-image: url('../images/banner1 text.png');
        background-repeat: no-repeat;
        background-size: contain;
        min-width: 350px;
        height: 300px !important;
        margin-left: 20px !important;
    }

        .rev_slider_wrapper .slide-content-box h1 {
            color: #fff;
            font-size: 36px;
            font-weight: 700;
            line-height: 48px;
            text-transform: none;
            margin: 0 0 10px;
            /*font-family: 'Poppins', sans-serif;*/
        }

            .rev_slider_wrapper .slide-content-box h1 span {
                color: #0392ce;
            }

        .rev_slider_wrapper .slide-content-box p {
            font-size: 18px;
            color: #848484;
            font-weight: 300;
            line-height: 28px;
            margin: 0px 0 35px;
            /*font-family: 'Hind', sans-serif;*/
        }

        .rev_slider_wrapper .slide-content-box .button {
            margin-bottom: 12px;
        }

            .rev_slider_wrapper .slide-content-box .button a {
                border: 2px solid #f0f0f0;
                background: #ffffff;
                padding: 13px 38px 12px;
                color: #222222;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
                /*font-family: 'Poppins', sans-serif;*/
                margin-right: 16px;
                border-radius: 30px;
            }

                .rev_slider_wrapper .slide-content-box .button a:hover {
                    background: #0392ce;
                    border-color: #0392ce;
                }

                .rev_slider_wrapper .slide-content-box .button a.btn-style-two {
                    background: #0392ce;
                    border-color: #0392ce;
                    color: #ffffff;
                }

                    .rev_slider_wrapper .slide-content-box .button a.btn-style-two:hover {
                        background: #ffffff;
                        color: #222222;
                    }

.tparrows {
    background: rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 50%;
}

    .tparrows:before {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        display: block;
        line-height: 50px;
        text-align: center;
        transition: all 500ms ease;
    }

    .tparrows:hover {
        background: #0392CE;
    }

        .tparrows:hover:before {
            color: #fff;
        }

.rev_slider_wrapper .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* background: rgba(34, 36, 38, 0.40);*/
    z-index: 9;
}

 
/*** 
=============================================
    service Area style
=============================================
***/
.service-area {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .service-area .img-holder {
        position: relative;
        overflow: hidden;
        display: block;
    }

        .service-area .img-holder img {
            width: 100%;
        }

        .service-area .img-holder .overlay-content {
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 10px;
            height: auto;
            background: #0392ce;
            display: block;
            padding: 35px 30px 35px
        }

            .service-area .img-holder .overlay-content p {
                color: #ffffff;
                margin: 0;
            }


    .service-area .tab-content {
    }

        .service-area .tab-content .inner-content {
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 50px;
            margin-bottom: 30px;
            transition: all 500ms ease;
        }

            .service-area .tab-content .inner-content .text-box {
            }

                .service-area .tab-content .inner-content .text-box h3 {
                    color: #0392ce;
                    margin: 0 0 18px;
                }

                .service-area .tab-content .inner-content .text-box p {
                }

                .service-area .tab-content .inner-content .text-box a {
                    background: #ffffff;
                    border: 1px solid #f0f0f0;
                    color: #222222;
                    width: 160px;
                    margin: 30px 0 0;
                }

                    .service-area .tab-content .inner-content .text-box a:hover {
                        border-color: #0392ce;
                        background: #0392ce;
                        color: #ffffff;
                    }

    .service-area .tab-menu {
        border-bottom: none;
    }

        .service-area .tab-menu li {
            float: left;
            margin-right: 30px;
            text-align: center;
            margin-bottom: 0;
        }

            .service-area .tab-menu li h3 {
                font-size: 18px;
                margin: 15px 0 0;
            }

            .service-area .tab-menu li a {
                position: relative;
                margin-right: 0px;
                line-height: initial;
                border: none;
                border-radius: 0;
                padding: 0;
            }

            .service-area .tab-menu li:last-child {
                margin-right: 0px;
            }

            .service-area .tab-menu li.active a,
            .service-area .tab-menu li.active a:hover {
                color: #555;
                cursor: default;
                background-color: #fff;
                border: none;
                border-bottom-color: none;
            }

            .service-area .tab-menu li a .img-holder .overlay-style-one {
                transition: all 500ms ease;
            }

            .service-area .tab-menu li.active a .img-holder .overlay-style-one,
            .service-area .tab-menu li:hover a .img-holder .overlay-style-one {
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                filter: alpha(opacity=100);
                opacity: 1;
                top: 0;
            }

            .service-area .tab-menu li a .img-holder .overlay-style-one .iocn-holder span:before {
                font-size: 25px;
                font-weight: 100;
                color: #ffffff;
            }

            .service-area .tab-menu li a .img-holder {
                display: block;
                overflow: hidden;
                position: relative;
            }

                .service-area .tab-menu li a .img-holder img {
                    transform: scale(1.1, 1.1);
                    transition: all .9s ease;
                    width: 100%;
                }

            .service-area .tab-menu li:hover a .img-holder img {
                transform: scale(1.2, 1.2);
            }

        

/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}

    .breadcrumb-area::before {
        background: rgba(0, 0, 0, 0.70) none repeat scroll 0 0;
        background-position: center top;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .breadcrumb-area .breadcrumbs {
    }

        .breadcrumb-area .breadcrumbs h1 {
            color: #ffffff;
            font-size: 40px;
            font-weight: 600;
            line-height: 50px;
            text-transform: capitalize;
            text-align: center;
        }

.breadcrumb-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.10) none repeat scroll 0 0;
    padding: 18px 0 15px;
}

    .breadcrumb-bottom .left ul {
    }

        .breadcrumb-bottom .left ul li {
            display: inline-block;
            margin-right: 6px;
            line-height: 20px;
            font-size: 16px;
            font-weight: 400;
            /*font-family: 'Poppins', sans-serif;*/
        }

            .breadcrumb-bottom .left ul li:last-child {
                margin-right: 0;
            }

            .breadcrumb-bottom .left ul li a {
                color: #ffffff;
                text-transform: capitalize;
                /*font-family: 'Poppins', sans-serif;*/
                transition: all 500ms ease;
            }

            .breadcrumb-bottom .left ul li.active {
                color: #0392ce;
            }

            .breadcrumb-bottom .left ul li i {
                font-size: 16px;
                color: #ffffff;
            }

            .breadcrumb-bottom .left ul li a:hover {
                color: #0392ce;
            }

    .breadcrumb-bottom .right span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        text-transform: capitalize;
        transition: all 500ms ease;
    }

        .breadcrumb-bottom .right span i {
            font-size: 16px;
            display: inline-block;
            padding-right: 6px;
        }

    .breadcrumb-bottom .right a {
        display: inline-block;
    }

    .breadcrumb-bottom .right span:hover {
        color: #0392ce;
    }
      

/*** 
=============================================
    Blog Default Area style
=============================================
***/
.blog-default-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .blog-default-area .blog-post {
    }

        .blog-default-area .blog-post .single-blog-item {
            margin-bottom: 40px;
        }

        .blog-default-area .blog-post .post-pagination {
            border-top: 1px solid #f4f4f4;
            padding-top: 50px;
            margin-top: 10px;
        }

    .blog-default-area .sidebar-wrapper {
        border-left: 1px solid #f4f4f4;
        padding-left: 30px;
        margin-top: -80px;
        padding-top: 80px;
        margin-bottom: -80px;
        padding-bottom: 80px;
    }

.sidebar-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

    .sidebar-wrapper .single-sidebar {
        overflow: hidden;
        margin-bottom: 50px;
        position: relative;
    }

        .sidebar-wrapper .single-sidebar .sec-title {
            overflow: hidden;
            padding-bottom: 25px;
            margin-top: 0;
        }

            .sidebar-wrapper .single-sidebar .sec-title h3 {
                color: #222222;
                font-size: 22px;
                font-weight: 400;
                /*font-family: 'Poppins', sans-serif;*/
                text-transform: capitalize;
                margin: 0;
            }

        .sidebar-wrapper .single-sidebar form.search-form {
            position: relative
        }

        .sidebar-wrapper .single-sidebar .search-form input[type="text"] {
            background: #fff;
            border: 1px solid #f4f4f4;
            color: #ababab;
            display: block;
            font-size: 14px;
            font-weight: 500;
            height: 50px;
            letter-spacing: 1px;
            padding-left: 15px;
            padding-right: 55px;
            position: relative;
            -webkit-transition: all 500ms ease 0s;
            transition: all 500ms ease 0s;
            width: 100%;
        }

        .sidebar-wrapper .single-sidebar .search-form button {
            background: #0392ce none repeat scroll 0 0;
            color: #fff;
            display: block;
            height: 50px;
            padding: 12px 0;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            -webkit-transition: all 500ms ease 0s;
            transition: all 500ms ease 0s;
            width: 50px;
        }

            .sidebar-wrapper .single-sidebar .search-form button i {
                font-size: 14px
            }

        .sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
            border: 1px solid #0392ce;
            background: #fff;
            color: #000;
        }

            .sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button,
            .sidebar-wrapper .single-sidebar .search-form button:hover {
                background: #037eb1 none repeat scroll 0 0;
                color: #000000;
            }


.single-sidebar .categories {
    background: #ffffff;
    display: block;
    border: 1px solid #f5f4f3;
    padding: 24px 30px 24px;
}

    .single-sidebar .categories li {
        border-bottom: 1px solid #ededed;
        margin-bottom: 12px;
        padding-bottom: 9px;
    }

        .single-sidebar .categories li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .single-sidebar .categories li a {
            color: #848484;
            transition: all 500ms ease;
            font-size: 16px;
            font-weight: 300;
            position: relative;
        }

            .single-sidebar .categories li a span {
                float: right;
            }

            .single-sidebar .categories li a:hover {
                color: #0392ce;
            }

.single-sidebar .popular-post {
}

    .single-sidebar .popular-post li {
        margin-bottom: 25px;
        padding-left: 70px;
        position: relative;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 25px;
    }

        .single-sidebar .popular-post li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .single-sidebar .popular-post li .img-holder {
            display: block;
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 0px;
            width: 70px;
            height: 70px;
        }

            .single-sidebar .popular-post li .img-holder img {
                -webkit-transition: all 0.7s ease;
                transition: all 0.7s ease;
                width: auto;
            }

            .single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i {
                color: #fff;
                font-size: 16px;
                transition: all 500ms ease;
            }

        .single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            opacity: 1;
            top: 0;
        }

        .single-sidebar .popular-post li:hover .img-holder img {
            transform: scale(1.1);
        }

        .single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {
            color: #ffffff;
        }

        .single-sidebar .popular-post li .title-holder {
            padding-left: 20px;
        }

            .single-sidebar .popular-post li .title-holder a .post-title {
                color: #222222;
                font-size: 16px;
                line-height: 26px;
                position: relative;
                font-weight: 400;
                margin: 0 0 2px;
                /*font-family: 'Poppins', sans-serif;*/
                transition: all 500ms ease;
                top: -5px;
            }

            .single-sidebar .popular-post li .title-holder a:hover .post-title {
                color: #0392ce;
            }

            .single-sidebar .popular-post li .title-holder .post-date {
                color: #0392ce;
                display: block;
                transition: all 500ms ease;
                font-weight: 400;
                font-size: 14px;
            }

.single-sidebar .follow-us {
    color: #ababab;
    font-size: 14px;
    margin-top: 0px;
}

.single-sidebar .instagram {
    overflow: hidden;
    display: block;
    margin-left: -6px;
    margin-right: -6px;
}

    .single-sidebar .instagram li {
        display: inline-block;
        float: left;
        margin: 0 5px 10px;
    }

        .single-sidebar .instagram li .img-holder {
            overflow: hidden;
            position: relative;
            display: block;
        }

            .single-sidebar .instagram li .img-holder img {
                transform: scale(1.1, 1.1);
                transition: all 0.5s ease 0s;
                width: 100%;
            }

            .single-sidebar .instagram li .img-holder .overlay-style-one .box .content a i {
                color: #fff;
                font-size: 15px;
            }

        .single-sidebar .instagram li:hover .img-holder .overlay-style-one {
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            opacity: 1;
            top: 0;
        }

        .single-sidebar .instagram li:hover .img-holder img {
            transform: scale(1, 1);
        }

.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;
}

    .single-sidebar .popular-tag li {
        display: inline-block;
        margin: 0 3px 10px;
    }

        .single-sidebar .popular-tag li a {
            border: 1px solid #f4f4f4;
            color: #888888;
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding: 4px 12px 4px;
            transition: all 500ms ease 0s;
        }

            .single-sidebar .popular-tag li a:hover {
                background: #0392ce;
                border-color: #0392ce;
                color: #fff;
            }



/*** 
=============================================
    Blog Large Area style
=============================================
***/
.blog-large-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .blog-large-area .blog-post {
        border-right: 1px solid #f4f4f4;
        margin-right: -30px;
        padding-right: 30px;
        margin-top: -80px;
        padding-top: 80px;
        margin-bottom: -80px;
        padding-bottom: 80px;
    }

    .blog-large-area .single-blog-item {
        margin-bottom: 50px;
    }

        .blog-large-area .single-blog-item .img-holder img {
            -webkit-transition: all 0.7s ease;
            transition: all 0.7s ease;
            width: 100%;
        }

        .blog-large-area .single-blog-item .img-holder .overlay-style-one .box .content a span:before {
            width: 45px;
            height: 45px;
            border: 2px solid #ffffff;
            background: #000;
            font-size: 15px;
            line-height: 42px;
            transition: all 500ms ease;
        }

        .blog-large-area .single-blog-item .text-holder {
        }

            .blog-large-area .single-blog-item .text-holder .blog-title {
                font-size: 24px;
                padding: 0;
                line-height: 30px;
                margin: 25px 0 10px;
            }

    .blog-large-area .blog-post .post-pagination {
    }

    .blog-large-area .sidebar-wrapper {
        padding-left: 30px;
    }



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .blog-single-area .blog-post {
        border-right: 1px solid #f4f4f4;
        margin-right: -30px;
        padding-right: 30px;
        margin-top: -80px;
        padding-top: 80px;
        margin-bottom: -80px;
        padding-bottom: 80px;
    }

    .blog-single-area .sidebar-wrapper {
        padding-left: 30px;
    }

    .blog-single-area .single-blog-item {
        margin-bottom: 30px;
    }

    .blog-single-area .sec-title h3 {
        font-size: 25px;
        /*font-family: 'Poppins', sans-serif;*/
    }

    .blog-single-area .single-blog-item .text-holder {
    }

    .blog-single-area .single-blog-item .img-holder img {
        transform: none;
    }

    .blog-single-area .single-blog-item .text-holder .blog-title {
        font-size: 24px;
        padding: 0;
        margin: 27px 0 11px;
    }

        .blog-single-area .single-blog-item .text-holder .blog-title:hover {
            color: #222222;
        }

    .blog-single-area .single-blog-item .text-holder .text {
        border: none;
        padding-bottom: 30px;
    }

        .blog-single-area .single-blog-item .text-holder .text .top {
            margin: 0 0 15px;
        }


    .blog-single-area .middle-content-box {
        margin: 0px 0 33px;
        overflow: hidden;
    }

        .blog-single-area .middle-content-box .img-holder {
            width: 340px;
        }

        .blog-single-area .middle-content-box .img-holder,
        .blog-single-area .middle-content-box .text-holder {
            display: table-cell;
            vertical-align: top;
        }

        .blog-single-area .middle-content-box .text-holder {
            padding-left: 30px;
            position: relative;
        }

            .blog-single-area .middle-content-box .text-holder:before {
                content: "\f10d";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                color: #f1f1f1;
                font-size: 24px;
                padding-right:;
                position: absolute;
                top: -3px;
                left: 30px;
            }

        .blog-single-area .middle-content-box .text-holder {
            padding-left: 30px;
            padding-top: 32px;
            position: relative;
        }

            .blog-single-area .middle-content-box .text-holder h3 {
                color: #222;
                font-size: 18px;
                font-weight: 500;
                margin: 20px 0 7px;
            }

            .blog-single-area .middle-content-box .text-holder h5 {
                color: #0392ce;
                font-size: 16px;
                font-weight: 400;
                margin: 0;
            }

    .blog-single-area .bottom-content-box {
        border-bottom: 1px solid #f7f7f7;
        padding-bottom: 20px;
    }

    .blog-single-area .tag-social-share-box {
        overflow: hidden;
        padding-bottom: 24px;
        padding-top: 5px;
    }

        .blog-single-area .tag-social-share-box .social-share {
            overflow: hidden;
            padding: 10px 0;
        }

            .blog-single-area .tag-social-share-box .social-share h5 {
                color: #222222;
                display: inline-block;
                float: left;
                font-size: 16px;
                font-weight: 400;
                text-transform: capitalize;
                position: relative;
                top: 7px;
            }

            .blog-single-area .tag-social-share-box .social-share i {
                padding-left: 10px;
                display: inline-block;
            }

            .blog-single-area .tag-social-share-box .social-share .social-share-links {
                display: inline-block;
                float: left;
                margin-left: -3px;
                margin-right: -3px;
                padding-left: 20px;
                position: relative;
                top: -6px;
            }

                .blog-single-area .tag-social-share-box .social-share .social-share-links li {
                    display: inline-block;
                    margin: 0 3px;
                }

                    .blog-single-area .tag-social-share-box .social-share .social-share-links li a i {
                        border: 2px solid #f7f7f7;
                        border-radius: 50%;
                        color: #c1c1c1;
                        font-size: 14px;
                        height: 40px;
                        line-height: 36px;
                        padding: 0;
                        text-align: center;
                        transition: all 500ms ease 0s;
                        width: 40px;
                        transition: all 500ms ease;
                    }

                    .blog-single-area .tag-social-share-box .social-share .social-share-links li a:hover i {
                        background: #0392ce;
                        border-color: #0392ce;
                        color: #fff;
                    }

    .blog-single-area .author-box {
        background: #f7f7f7 none repeat scroll 0 0;
        display: block;
        padding: 30px 30px 22px;
        position: relative;
    }

        .blog-single-area .author-box .img-holder {
            width: 85px;
        }

        .blog-single-area .author-box .img-holder,
        .blog-single-area .author-box .text-holder {
            display: table-cell;
            vertical-align: top;
        }

        .blog-single-area .author-box .text-holder {
            padding-left: 30px;
        }

            .blog-single-area .author-box .text-holder h3 {
                color: #222;
                font-size: 20px;
                font-weight: 500;
                margin: -2px 0 14px;
                text-transform: capitalize;
            }

            .blog-single-area .author-box .text-holder p {
            }

            .blog-single-area .author-box .text-holder .social-link {
                margin-left: -6px;
                margin-right: -6px;
                overflow: hidden;
            }

                .blog-single-area .author-box .text-holder .social-link li {
                    display: inline-block;
                    margin: 0 6px;
                }

                    .blog-single-area .author-box .text-holder .social-link li a i {
                        color: #9a9a9a;
                        font-size: 14px;
                        transition: all 500ms ease;
                    }

                    .blog-single-area .author-box .text-holder .social-link li a:hover i {
                        color: #0392ce;
                    }

    .blog-single-area .comment-box {
        overflow: hidden;
        padding-bottom: 50px;
        padding-top: 60px;
    }

        .blog-single-area .comment-box .single-comment-box {
            padding-left: 60px;
            position: relative;
            margin-bottom: 30px;
        }

            .blog-single-area .comment-box .single-comment-box .img-holder {
                left: 0;
                position: absolute;
                top: 0;
            }

            .blog-single-area .comment-box .single-comment-box .text-holder {
                border: 1px solid #f7f7f7;
                margin-left: 20px;
                padding: 15px 20px 5px;
            }

                .blog-single-area .comment-box .single-comment-box .text-holder .top {
                    overflow: hidden;
                    padding-bottom: 8px;
                }

                    .blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {
                        color: #222;
                        font-size: 16px;
                        font-weight: 400;
                    }

                    .blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {
                        position: relative;
                        top: -3px;
                    }

                        .blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {
                            margin-left: -0.5px;
                            margin-right: -0.5px;
                            overflow: hidden;
                        }

                            .blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {
                                display: inline-block;
                                margin: 0 0.5px;
                            }

                                .blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {
                                    color: #0392ce;
                                    font-size: 14px;
                                }

    .blog-single-area .add-comment-box {
        overflow: hidden;
    }

        .blog-single-area .add-comment-box .add-rating-box {
            padding-bottom: 20px;
        }

            .blog-single-area .add-comment-box .add-rating-box h4 {
                color: #9a9a9a;
                font-size: 16px;
                font-weight: 300;
                margin: 0 0 12px;
            }

            .blog-single-area .add-comment-box .add-rating-box ul {
            }

                .blog-single-area .add-comment-box .add-rating-box ul li {
                    border-right: 1px solid #ebebeb;
                    display: inline-block;
                    line-height: 20px;
                    margin-right: 6px;
                    padding-right: 10px;
                }

                    .blog-single-area .add-comment-box .add-rating-box ul li:last-child {
                        border-right: none;
                        margin-right: 0;
                        padding-right: 0;
                    }

                    .blog-single-area .add-comment-box .add-rating-box ul li a i {
                        color: #d6d6d6;
                        font-size: 12px;
                    }

                    .blog-single-area .add-comment-box .add-rating-box ul li a:hover i {
                        color: #0392ce;
                        transition: all 500ms ease;
                    }

        .blog-single-area .add-comment-box #add-comment-form {
        }

            .blog-single-area .add-comment-box #add-comment-form .field-label {
                color: #848484;
                display: block;
                font-size: 16px;
                font-weight: 400;
                padding: 0 0 2px;
            }

            .blog-single-area .add-comment-box #add-comment-form input[type="text"],
            .blog-single-area .add-comment-box #add-comment-form input[type="email"],
            .blog-single-area .add-comment-box #add-comment-form textarea {
                background: #f7f7f7 none repeat scroll 0 0;
                border: 1px solid transparent;
                display: block;
                font-size: 16px;
                font-weight: 400;
                height: 50px;
                padding: 0 15px;
                width: 100%;
                margin-bottom: 12px;
                transition: all 500ms ease;
            }

            .blog-single-area .add-comment-box #add-comment-form textarea {
                height: 100px;
                padding: 10px 15px;
                margin-bottom: 30px;
                transition: all 500ms ease;
            }

            .blog-single-area .add-comment-box #add-comment-form input[type="text"]:focus {
                border-color: #0392ce;
            }

            .blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus {
                border-color: #0392ce;
            }

            .blog-single-area .add-comment-box #add-comment-form textarea:focus {
                border-color: #0392ce;
            }

            .blog-single-area .add-comment-box #add-comment-form button {
                padding: 11px 30px 9px;
            }



/*** 
=============================================
    Contact map Area style
=============================================
***/
.contact-map-area {
    position: relative;
}

#contact-google-map {
    height: 480px;
    width: 100%;
}


 
.subheading-social-links li {
    display: inline-block;
    margin: 2px;
}

    .subheading-social-links li a i {
        height: 25px;
        width: 24px;
        display: block;
        transition: all 500ms ease;
        /*  border: 1px solid #493864;
         border: 2px solid #848484;
        display: block;
        border-radius: 50%;
        color: #493864;
        font-size: 20px;
        text-align: center;
        line-height: 38px;
        transition: all 500ms ease;*/
        /*background-color: #EBECEC;*/
    }

    .subheading-social-links li a:hover i {
       /* transform: rotate(360deg);
        background: #493864;
        color: #fff;
        border-color: #493864;
        transform: rotate(360deg);*/
    }
    .subheading-social-links li .soc-lnkin { 
        background-image: url(../images/connect/Icon1.png);
    } 
        .subheading-social-links li .soc-lnkin:hover { 
            background-image: url(../images/connect/Icon1_Hower.png);
        }
    .subheading-social-links li .soc-meta {
        background-image: url(../images/connect/Icon2.png);
    } 
    .subheading-social-links li .soc-meta:hover {
        background-image: url(../images/connect/Icon2_Hower.png);
    }
    .subheading-social-links li .soc-facebook {
        background-image: url(../images/connect/Icon3.png);
    }

        .subheading-social-links li .soc-facebook:hover {
            background-image: url(../images/connect/Icon3_Hower.png);
        }
    .subheading-social-links li .soc-instagram {
        background-image: url(../images/connect/Icon4.png);
    }

        .subheading-social-links li .soc-instagram:hover {
            background-image: url(../images/connect/Icon4_Hower.png);
        }
    .subheading-social-links li .soc-youtube {
        background-image: url(../images/connect/Icon5.png);
    }

        .subheading-social-links li .soc-youtube:hover {
            background-image: url(../images/connect/Icon5_Hower.png);
        } 

.border-none {
    border: 0px !important;
}
