dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

::selection {
    background: #146cb3;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #146cb3;
    /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #146cb3;
    /* Safari */
    color: #FFF;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
    line-height: 1.5;
    color: #555555;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Merriweather Sans', sans-serif;*/
}

a {
    text-decoration: none !important;
    color: #146cb3;
}

    a:hover {
        color: #222;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: none !important;
}
/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0px 0;
    /*font-family: 'Open Sans', sans-serif;*/
}

h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: bold;
}

    h1 > span:not(.nocolor),
    h2 > span:not(.nocolor),
    h3 > span:not(.nocolor),
    h4 > span:not(.nocolor),
    h5 > span:not(.nocolor),
    h6 > span:not(.nocolor) {
        color: #146cb3;
    }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px;
}

small {
    font-family: 'Open Sans', sans-serif;
}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*-----------------------------------------------------------------------------------

	helpers.less

-----------------------------------------------------------------------------------*/
.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.nott {
    text-transform: none !important;
}

.tright {
    text-align: right !important;
}

.tleft {
    text-align: left !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.fnone {
    float: none !important;
}

.ohidden {
    position: relative;
    overflow: hidden !important;
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

    .line.line-sm,
    .double-line.line-sm {
        margin: 30px 0;
    }

span.middot {
    display: inline-block;
    margin: 0 5px;
}

.double-line {
    border-top: 3px double #E5E5E5;
}

.emptydiv {
    display: block !important;
    position: relative !important;
}

.allmargin {
    margin: 50px !important;
}

.leftmargin {
    margin-left: 50px !important;
}

.rightmargin {
    margin-right: 50px !important;
}

.topmargin {
    margin-top: 50px !important;
}

.bottommargin {
    margin-bottom: 50px !important;
}

.clear-bottommargin {
    margin-bottom: -50px !important;
}

.allmargin-sm {
    margin: 30px !important;
}

.leftmargin-sm {
    margin-left: 30px !important;
}

.rightmargin-sm {
    margin-right: 30px !important;
}

.topmargin-sm {
    margin-top: 30px !important;
}

.bottommargin-sm {
    margin-bottom: 30px !important;
}

.clear-bottommargin-sm {
    margin-bottom: -30px !important;
}

.allmargin-lg {
    margin: 80px !important;
}

.leftmargin-lg {
    margin-left: 80px !important;
}

.rightmargin-lg {
    margin-right: 80px !important;
}

.topmargin-lg {
    margin-top: 80px !important;
}

.bottommargin-lg {
    margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
    margin-bottom: -80px !important;
}

.nomargin {
    margin: 0 !important;
}

.noleftmargin {
    margin-left: 0 !important;
}

.norightmargin {
    margin-right: 0 !important;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.header-stick {
    margin-top: -50px !important;
}

.content-wrap .header-stick {
    margin-top: -80px !important;
}

.footer-stick {
    margin-bottom: -50px !important;
}

.content-wrap .footer-stick {
    margin-bottom: -80px !important;
}

.noborder {
    border: none !important;
}

.noleftborder {
    border-left: none !important;
}

.norightborder {
    border-right: none !important;
}

.notopborder {
    border-top: none !important;
}

.nobottomborder {
    border-bottom: none !important;
}

.noradius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.col-padding {
    padding: 60px;
}

.nopadding {
    padding: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.noabsolute {
    position: relative !important;
}

.noshadow {
    box-shadow: none !important;
}

.hidden {
    display: none !important;
}

.nothidden {
    display: block !important;
}

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.center {
    text-align: center !important;
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bgcolor,
.bgcolor #header-wrap {
    background-color: #146cb3 !important;
}

.color {
    color: #146cb3 !important;
}

.border-color {
    border-color: #146cb3 !important;
}

.nobg {
    background: none !important;
}

.nobgcolor {
    background-color: transparent !important;
}

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0, 0, 0, 0.1);
}
/* MOVING BG -  TESTIMONIALS */
.bganimate {
    -webkit-animation: BgAnimated 30s infinite linear;
    -moz-animation: BgAnimated 30s infinite linear;
    -ms-animation: BgAnimated 30s infinite linear;
    -o-animation: BgAnimated 30s infinite linear;
    animation: BgAnimated 30s infinite linear;
}

@-webkit-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

@-moz-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

@-ms-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

@-o-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

@keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-middle {
    height: auto !important;
    left: 0;
}

.magnific-max-width .mfp-content {
    max-width: 800px;
}
/*-----------------------------------------------------------------------------------

	pagetitle.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
#page-title {
    position: relative;
    padding: 20px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #EEE;
}

    #page-title .container {
        position: relative;
    }

    #page-title h1 {
        padding: 0;
        margin: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1px;
        color: #333;
        font-size: 28px;
        text-transform: uppercase;
    }

    #page-title span {
        display: block;
        margin-top: 10px;
        font-weight: 300;
        color: #777;
        font-size: 18px;
    }

.breadcrumb {
    position: static !important;
    width: auto !important;
    margin: 10px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
}

body.stretched .container-fullwidth .breadcrumb {
    right: 60px !important;
}

#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
    margin-top: 35px !important;
}

.breadcrumb a {
    color: #555;
}

    .breadcrumb a:hover {
        color: #146cb3;
    }

.breadcrumb i {
    width: auto !important;
}
/* Page Title - Dark
-----------------------------------------------------------------*/
#page-title {
    /* Page Title - Right Aligned
	-----------------------------------------------------------------*/
    /* Page Title - Center Aligned
	-----------------------------------------------------------------*/
    /* Page Title - Background Pattern
	-----------------------------------------------------------------*/
    /* Page Title - Parallax Background
	-----------------------------------------------------------------*/
    /* Page Title - Mini
	-----------------------------------------------------------------*/
    /* Page Title - No Background
	-----------------------------------------------------------------*/
    /* Page Title - Video
	-----------------------------------------------------------------*/
}

    #page-title.page-title-dark {
        background-color: #333;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
        border-bottom: none;
    }

        #page-title.page-title-dark h1 {
            color: rgba(255, 255, 255, 0.9) !important;
        }

        #page-title.page-title-dark span {
            color: rgba(255, 255, 255, 0.7);
        }

        #page-title.page-title-dark .breadcrumb > .active {
            color: rgba(255, 255, 255, 0.6);
        }

        #page-title.page-title-dark .breadcrumb a {
            color: rgba(255, 255, 255, 0.8);
        }

            #page-title.page-title-dark .breadcrumb a:hover {
                color: rgba(255, 255, 255, 0.95);
            }

    #page-title.page-title-right {
        text-align: right;
    }

        #page-title.page-title-right .breadcrumb {
            left: 15px !important;
            right: auto !important;
        }

    #page-title.page-title-center {
        text-align: center;
    }

        #page-title.page-title-center span {
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        #page-title.page-title-center .breadcrumb {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            margin: 20px 0 0 !important;
        }

    #page-title.page-title-pattern {
        background-image: url('images/pattern.png');
        background-repeat: repeat;
        background-attachment: fixed;
    }

    #page-title.page-title-parallax {
        padding: 100px 0;
        text-shadow: none;
        border-bottom: none;
        background-color: transparent;
        background-image: url('images/parallax/parallax-bg.jpg');
        background-attachment: fixed;
        background-position: 50% 0;
        background-repeat: no-repeat;
    }

        #page-title.page-title-parallax h1 {
            font-size: 40px;
            font-weight: 600;
            letter-spacing: 2px;
        }

        #page-title.page-title-parallax span {
            font-size: 22px;
        }

        #page-title.page-title-parallax .breadcrumb {
            font-size: 13px;
        }

    #page-title.page-title-mini {
        padding: 20px 0;
    }

        #page-title.page-title-mini h1 {
            font-weight: 600;
            font-size: 18px;
            color: #444;
        }

        #page-title.page-title-mini span {
            display: none;
        }

    #page-title.page-title-nobg {
        background: transparent !important;
        border-bottom: 1px solid #F5F5F5;
    }

    #page-title.page-title-video {
        background: none;
        position: relative;
        overflow: hidden;
    }

        #page-title.page-title-video .container {
            z-index: 3;
        }

        #page-title.page-title-video .video-wrap {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

            #page-title.page-title-video .video-wrap video {
                width: 100%;
            }
/*-----------------------------------------------------------------------------------

	blog.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
#posts {
    position: relative;
}

    #posts .entry-content {
        margin-top: 0px;
    }

.entry {
    position: relative;
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 2px solid #F5F5F5;
}

    .entry blockquote p {
        font-weight: 400;
        font-family: 'Crete Round', serif;
        font-style: italic;
    }

.entry-image {
    margin-bottom: 30px;
}

    .entry-image iframe {
        display: block;
    }

    .entry-image img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .entry-image,
    .entry-image > a,
    .entry-image .slide a,
    .entry-image img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }

.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

    .entry-title h2 a {
        color: #333;
    }

        .entry-title h2 a:hover {
            color: #146cb3;
        }

.entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none;
}

    .entry-meta li {
        float: left;
        font-size: 13px;
        line-height: 14px;
        margin: 0 10px 15px 0;
        color: #999;
        font-family: 'Crete Round', serif;
        font-style: italic;
    }

        .entry-meta li:before {
            content: '/';
            display: inline-block;
            margin-right: 10px;
            opacity: 0.5;
        }

        .entry-meta li i {
            position: relative;
            top: 1px;
            font-size: 14px;
            margin-right: 3px;
        }

        .entry-meta li a {
            color: #999;
        }

            .entry-meta li a:hover {
                color: #146cb3;
            }

        .entry-meta li:first-child:before {
            display: none;
        }

        .entry-meta li ins {
            font-weight: 600;
            text-decoration: none;
        }

.single-post .entry-meta {
    margin-bottom: 20px;
}

.single-post .entry-content .entry-image {
    max-width: 350px;
}

.entry-c {
    position: relative;
    overflow: hidden;
}

.entry-content {
    position: relative;
}

.entry-link {
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 30px 0;
    text-align: center;
    color: #444;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .entry-link:hover {
        color: #FFF;
        background-color: #146cb3;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

        .entry-link:hover span {
            color: #EEE;
        }

    .entry-link span {
        display: block;
        margin-top: 5px;
        font-family: 'Crete Round', serif;
        font-style: italic;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0;
        font-size: 14px;
        color: #AAA;
    }

body:not(.device-touch) .entry-link {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
/* Small Thumbs
-----------------------------------------------------------------*/
.small-thumbs .entry-image,
.ievent .entry-image {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

    .small-thumbs .entry-image img,
    .ievent .entry-image img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

    .small-thumbs .entry-c .entry-image img,
    .ievent .entry-c .entry-image img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 20px;
    font-weight: 600;
}
/* Small Thumbs - Right
-----------------------------------------------------------------*/
.small-thumbs.alt .entry-image {
    float: right;
    margin: 0 0 0 30px;
}

.small-thumbs.alt .entry-c .entry-image {
    float: none;
    margin: 0 0 20px 0;
}
/* Small Thumbs - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .small-thumbs .entry-image {
    width: 200px;
    margin: 0 25px 0 0;
}

.bothsidebar .small-thumbs.alt .entry-image {
    margin: 0 0 0 25px;
}

.bothsidebar .small-thumbs .entry-c .entry-image {
    width: 100%;
    margin: 0 0 20px 0;
}

.bothsidebar .small-thumbs .entry-title h2 {
    font-size: 18px;
}
/* Blog - Grid - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .post-grid.grid-2 .entry {
    width: 270px;
}

.bothsidebar .post-grid.grid-2 .entry-title h2 {
    font-size: 16px;
}
/* Blog - Masonry
-----------------------------------------------------------------*/
.post-masonry .entry-image,
.post-masonry .entry-image img {
    height: auto !important;
}
/* Blog - Masonry Full
-----------------------------------------------------------------*/
.post-masonry-full {
    margin: -80px 0 -80px -1px !important;
}

    .post-masonry-full .entry {
        width: 24.9% !important;
        margin: 0 !important;
        padding: 40px 30px;
        border-bottom: 1px dashed;
        border-left: 1px dashed;
        border-color: #E5E5E5;
    }

    .post-masonry-full.grid-3 .entry {
        width: 33.30% !important;
    }
/* Blog - Timeline
-----------------------------------------------------------------*/
.timeline-border {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -71px;
    width: 0;
    border-left: 1px dashed #CCC;
    height: 100%;
}

.post-timeline {
    margin-right: -140px !important;
}

    .post-timeline .entry {
        width: 500px !important;
        margin-right: 140px !important;
    }

    .post-timeline .entry-timeline {
        display: none;
        position: absolute;
        border: 2px solid #CCC;
        background-color: #FFF;
        padding-top: 0;
        text-indent: -9999px;
        top: 40px;
        left: auto;
        right: -76px;
        width: 13px;
        height: 13px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 26px;
        font-weight: bold;
        color: #AAA;
        text-align: center;
        line-height: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .post-timeline .entry-timeline div.timeline-divider {
            position: absolute;
            top: 4px;
            left: -58px;
            width: 50px;
            height: 0;
            border-top: 1px dashed #CCC;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .post-timeline .entry-timeline span {
            display: block;
            margin-top: 3px;
            font-size: 13px;
            font-weight: normal;
        }

    .post-timeline .alt .entry-timeline {
        right: auto;
        left: -77px;
    }

        .post-timeline .alt .entry-timeline div.timeline-divider {
            left: auto;
            right: -58px;
        }

.entry.entry-date-section {
    width: 100% !important;
    margin: 50px -70px 80px;
    padding: 0;
    border: 0;
    text-align: center;
}

    .entry.entry-date-section span {
        display: inline-block;
        padding: 10px 15px;
        background-color: #FFF;
        border: 2px solid #EEE;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Raleway', sans-serif;
    }

    .entry.entry-date-section + .entry .entry-timeline {
        top: 70px;
    }

.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
    border-color: #146cb3;
    color: #146cb3;
}
/* Blog - Timeline - Sidebar
-----------------------------------------------------------------*/
.postcontent .timeline-border {
    left: 32px;
    margin-left: 0;
}

.postcontent .post-timeline {
    padding-left: 100px;
    margin-right: 0 !important;
}

    .postcontent .post-timeline .entry {
        width: 100% !important;
        margin-right: 140px !important;
    }

    .postcontent .post-timeline .entry-timeline {
        display: block;
        border: 3px solid #CCC;
        background-color: #FFF;
        padding-top: 10px;
        text-indent: 0;
        top: 20px;
        left: -100px;
        right: auto;
        width: 64px;
        height: 64px;
        font-size: 24px;
    }

        .postcontent .post-timeline .entry-timeline div.timeline-divider {
            top: 29px;
            left: 64px;
            width: 32px;
        }
/* Individual Post
-----------------------------------------------------------------*/
.ipost .entry-image img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ipost .entry-title h3,
.ipost .entry-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

    .ipost .entry-title h3 a,
    .ipost .entry-title h4 a {
        color: #333;
    }

        .ipost .entry-title h3 a:hover,
        .ipost .entry-title h4 a:hover {
            color: #146cb3;
        }

.ipost .entry-title h4 {
    font-size: 15px;
}

.ipost .entry-meta {
    margin-right: -10px;
}

    .ipost .entry-meta li {
        font-size: 13px;
        margin-right: 10px;
    }

.ipost .entry-content {
    margin-top: 20px;
}

    .ipost .entry-content p {
        margin-bottom: 0;
    }

.more-link {
    display: inline-block;
    border-bottom: 1px solid #3498dd;
    margin-bottom: 15px;
    border: solid 1px #3498dd;
    padding: 10px 25px;
    border-radius: 25px;
    font-family: 'Crete Round', serif;
    font-style: italic;
}

    .more-link:hover {
        color: #fff;
        background: #3498dd;
    }
/* Related Posts
-----------------------------------------------------------------*/
.overlay-icon {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

    .overlay-icon i {
        line-height: 48px;
        font-size: 28px;
        color: #FFF;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }
/* Small Post
-----------------------------------------------------------------*/
.spost,
.mpost {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #E5E5E5;
}

.mpost {
    margin-top: 25px;
    padding-top: 25px;
}

    .spost:first-child,
    .mpost:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .spost .entry-image,
    .mpost .entry-image {
        float: left;
        margin: 0 15px 0 0;
        text-align: center;
    }

        .spost .entry-image,
        .spost .entry-image a,
        .spost .entry-image img,
        .spost .entry-image i {
            width: 48px;
            height: 48px;
        }

            .spost .entry-image a i,
            .mpost .entry-image a i {
                font-size: 28px;
                line-height: 48px;
                color: #666;
                background-color: #EEE;
            }

    .spost .entry-title h4,
    .mpost .entry-title h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

        .spost .entry-title h4 a,
        .mpost .entry-title h4 a {
            color: #333;
        }

            .spost .entry-title h4 a:hover,
            .mpost .entry-title h4 a:hover {
                color: #146cb3;
            }

.spost .entry-meta {
    margin: 8px -10px 0 0;
}

    .spost .entry-meta li,
    .mpost .entry-meta li {
        font-size: 13px;
        margin: 0 10px 0 0;
    }
/* Medium Post
-----------------------------------------------------------------*/
.mpost .entry-image {
    margin-right: 20px;
}

    .mpost .entry-image a i {
        font-size: 42px;
        line-height: 128px;
    }

.mpost .entry-title h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.mpost .entry-meta {
    margin-top: 5px;
}

    .mpost .entry-meta li i {
        margin-right: 2px;
    }

.mpost .entry-content {
    margin-top: 15px;
}

.mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
    width: 170px;
    height: 128px;
}

    .mpost .entry-image a,
    .mpost .entry-image img {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.post-navigation + .line {
    margin: 40px 0 50px;
}
/* ----------------------------------------------------------------
	Blog - Author
-----------------------------------------------------------------*/
.author-image {
    float: left;
    width: 84px;
    height: 84px;
    margin-right: 15px;
}

    .author-image img {
        width: 84px;
        height: 84px;
    }
/* ----------------------------------------------------------------
	Comments List
-----------------------------------------------------------------*/
#comments {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    /*  border-top: 1px solid #EEE; */
}

.commentlist {
    list-style: none;
    padding-bottom: 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid #EEE;
}

    .commentlist ul {
        list-style: none;
    }

        .commentlist ul:first-child {
            margin-top: 0;
        }

        .commentlist ul .comment-wrap {
            margin-left: 25px;
            padding-left: 20px;
        }

    .commentlist li {
        position: relative;
        margin: 30px 0 0 30px;
    }

        .commentlist li .children {
            margin-top: 0;
        }

        .commentlist li li .children {
            margin-left: 30px;
        }

        .commentlist li .comment-content {
            padding: 0 0 0 15px;
        }

        .commentlist li .comment-meta {
            float: left;
            margin-right: 0;
            line-height: 1;
        }

#reviews .commentlist {
    padding-bottom: 30px;
    margin: 0 0 20px;
}

    #reviews .commentlist li {
        margin-top: 20px;
    }

#reviews .comment-wrap {
    border: 0;
    padding: 10px 0 0 35px;
}

.commentlist li,
.commentlist li ul,
.commentlist li ul li {
    margin: 30px 0 0 0;
}

.comment-wrap {
    position: relative;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 20px 20px 35px;
}

.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
    padding-top: 0;
    margin-top: 0;
}

.commentlist li .comment-content,
.pingback {
    position: relative;
    overflow: hidden;
}

    .commentlist li .comment-content p,
    .pingback p {
        margin: 20px 0 0 0;
    }

.comment-avatar {
    position: absolute;
    top: 15px;
    left: -35px;
    padding: 4px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .comment-avatar img {
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.commentlist li .children .comment-avatar {
    left: -25px;
}

.comment-content .comment-author {
    margin-bottom: -10px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

    .comment-content .comment-author a {
        border: none;
        color: #333;
    }

        .comment-content .comment-author a:hover {
            color: #146cb3;
        }

    .comment-content .comment-author span {
        display: block;
    }

        .comment-content .comment-author span:hover {
            color: #888;
        }

    .comment-content .comment-author span,
    .comment-content .comment-author a {
        font-size: 12px;
        font-weight: normal;
        font-family: 'Crete Round', serif;
        font-style: italic;
        color: #AAA;
    }

.comment-reply-link,
.review-comment-ratings {
    display: block;
    position: absolute;
    top: 4px;
    left: auto;
    text-align: center;
    right: 0px;
    width: 14px;
    height: 14px;
    color: #CCC;
    font-size: 14px;
    line-height: 1;
}

.review-comment-ratings {
    width: auto;
    color: #333;
}

.comment-reply-link:hover {
    color: #888;
}
/* ----------------------------------------------------------------
	Comment Form
-----------------------------------------------------------------*/
#respond,
#respond form {
    margin-bottom: 0;
}

.commentlist li #respond {
    margin: 30px 0 0;
}

.commentlist li li #respond {
    margin-left: 30px;
}

#respond p {
    margin: 10px 0 0 0;
}

    #respond p:first-child {
        margin-top: 0;
    }

#respond label small {
    color: #999;
    font-weight: normal;
}

#respond input[type="text"],
#respond textarea {
    margin-bottom: 0;
}

#respond .col_one_third,
#respond .col_full {
    margin-bottom: 20px;
}

.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
    display: block !important;
    width: 100% !important;
    margin: 0;
}
/* Post Elements
-----------------------------------------------------------------*/
img.alignleft,
div.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%;
}

    div.alignleft > img,
    div.alignnone > img,
    div.aligncenter > img,
    div.alignright > img {
        display: block;
        float: none;
    }

img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
    display: block;
    margin: 10px 0;
    float: none;
}

    img.aligncenter,
    div.aligncenter,
    div.aligncenter img {
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }

img.alignright,
div.alignright {
    float: right;
    margin: 5px 0 13px 20px;
}

.wp-caption {
    text-align: center;
    margin: 10px 20px 13px 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

    .wp-caption img,
    .wp-caption img a {
        display: block;
        margin: 0;
    }

p.wp-caption-text {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    background-color: #EEE;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.wp-smiley {
    max-height: 13px;
    margin: 0 !important;
}

.social-icon {
    margin: 0 10px 5px 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #555;
    overflow: hidden;
    background: #fff;
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icon i {
    color: #555 !important;
    line-height: 40px;
}

.social-icon:hover i {
    color: #000 !important;
}
/* Social Icons - Sticky
-----------------------------------------------------------------*/
.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100;
}
    /* Social Icons - Sticky Right
-----------------------------------------------------------------*/
    .si-sticky.si-sticky-right {
        left: auto;
        right: 8px;
    }
/*=========================Aditioanl css==========================*/
::selection {
    background: #3498db;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #3498db;
    /* Firefox */
    color: #FFF;
    text-shadow: none;
}

a {
    text-decoration: none !important;
    color: #3498db;
}

::-webkit-selection {
    background: #3498db;
    /* Safari */
    color: #FFF;
    text-shadow: none;
}

.top-header .top-header-menu ul.top-menu > li:hover ul.sub-menu {
    opacity: 1;
    display: block;
}

.top-header .top-header-menu ul.top-menu > li ul.sub-menu > li {
    border-bottom: 1px solid #e0eded;
}

    .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li:last-child {
        border: 0;
    }

    .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > a {
        display: block;
        padding: 6px 15px;
        color: #333333;
    }

    .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li:last-child {
        border: 0;
    }

    .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > a:hover {
        background: #3498db;
        color: #ffffff;
    }

    .top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > .language-active {
        display: block;
        padding: 6px 15px;
        background: #f2f2f2;
        color: #333;
        cursor: default;
    }

.top-header .top-header-menu ul.top-menu > li.dropdown:hover .sub-menu {
    display: block;
}

.top-header.top-header-dark {
    border-bottom: 1px solid #090909;
    background: #131313;
}

    .top-header.top-header-dark .aux-text {
        color: #ffffff;
    }

    .top-header.top-header-dark .top-header-menu > ul.top-menu > li {
        border-color: #090909;
    }

        .top-header.top-header-dark .top-header-menu > ul.top-menu > li > a {
            color: #ffffff;
        }

.top-navbar-header {
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #e0eded;
}

    .top-navbar-header .top-nav-links {
        margin-top: 10px;
    }

        .top-navbar-header .top-nav-links a {
            color: #999999;
        }

            .top-navbar-header .top-nav-links a:hover {
                color: #3498db;
                text-decoration: underline;
            }

.navbar-gt {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #e0eded;
    box-shadow: 0px 0px 2px #666;
    padding: 15px 0px;
}

    .navbar-gt .navbar-nav li a {
        border-top: 3px solid transparent;
        padding: 10px 18px 17px;
        margin-right: 0;
        font-size: 14px;
        font-weight: 500;
        /*font-family: "Roboto", sans-serif;*/
        font-family: 'Open Sans', sans-serif;
        color: #333;
        text-transform: uppercase;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .navbar-gt .navbar-nav > li > a.dropdown-form-toggle {
        color: #333333;
    }

    .navbar-gt .navbar-nav > li > a:hover,
    .navbar-gt .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #3498db;
        border-top: 3px solid #3498db;
    }

    .navbar-gt .navbar-nav li.divider {
        margin: 0;
        padding: 4px 15px;
        background: #fff;
        color: #333;
        height: auto;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

.navbar-base {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
    background: #3498db;
    border-bottom: 1px solid #3498db;
}

    .navbar-base .navbar-nav > li > a {
        border-top: 3px solid transparent;
        padding: 28px 16px;
        margin-right: 0;
        font-size: 14px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

.navbar-shadow {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}

.header-standard-1 {
    background: #ffffff;
}

    .header-standard-1 .navbar-gt {
        height: 52px;
        border-bottom: 1px solid #e0eded;
    }

        .header-standard-1 .navbar-gt .navbar-nav > li > a {
            padding: 14px 16px;
            margin-right: 0;
            font-size: 14px;
            font-family: "Roboto", sans-serif;
            color: #333;
            text-transform: uppercase;
            font-weight: 500;
            background-color: #ffffff;
        }

        .header-standard-1 .navbar-gt .navbar-right .social-link {
            margin-top: 5px;
        }

.navbar-gt .navbar-nav > .active > a,
.navbar-gt .navbar-nav > .active > a:hover,
.navbar-gt .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #3498db;
    border-radius: 0;
}

.navbar-gt .navbar-nav > .disabled > a,
.navbar-gt .navbar-nav > .disabled > a:hover,
.navbar-gt .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-gt .navbar-nav > .open > a,
.navbar-gt .navbar-nav > .open > a:hover,
.navbar-gt .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #3498db !important;
    border-color: #3498db !important;
}

.navbar-base .navbar-nav > .open > a,
.navbar-base .navbar-nav > .open > a:hover,
.navbar-base .navbar-nav > .open > a:focus {
    background: transparent;
    color: #ffffff !important;
}

.navbar-gt .navbar-nav > .open > a .caret,
.navbar-gt .navbar-nav > .open > a:hover .caret,
.navbar-gt .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #ffffff;
}

.navbar-gt .navbar-nav > .dropdown > a .caret {
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}

.navbar-gt .navbar-nav > li > a.dropdown-form-toggle,
.navbar-gt .navbar-nav > li > a.dropdown-form-toggle:hover,
.navbar-gt .navbar-nav > li > a.dropdown-form-toggle:focus {
    padding: 28px 16px;
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    color: #333333;
}

.navbar-gt.affix .navbar-nav > li > a.dropdown-form-toggle,
.navbar-gt.affix .navbar-nav > li > a.dropdown-form-toggle:hover,
.navbar-gt.affix .navbar-nav > li > a.dropdown-form-toggle:focus {
    padding: 18px 16px;
    font-size: 14px;
}

.navbar-gt.navbar-base .navbar-nav > li > a.dropdown-form-toggle,
.navbar-gt.navbar-base .navbar-nav > li > a.dropdown-form-toggle:hover,
.navbar-gt.navbar-base .navbar-nav > li > a.dropdown-form-toggle:focus {
    color: #ffffff !important;
}

.navbar-gt .navbar-nav > .open > a.dropdown-form-toggle,
.navbar-gt .navbar-nav > .open > a.dropdown-form-toggle:hover,
.navbar-gt .navbar-nav > .open > a.dropdown-form-toggle:focus {
    color: #333 !important;
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #333333;
}

.navbar-toggle .icon-custom {
    font-size: 16px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}

    .navbar-toggle:hover .icon-bar,
    .navbar-toggle:focus .icon-bar {
        background-color: #ffffff;
    }

    .navbar-toggle:hover .icon-custom,
    .navbar-toggle:focus .icon-custom {
        color: #ffffff;
    }

.navbar-toggle {
    border-color: #333;
    border-radius: 2px;
    margin-top: 20px;
    color: #333;
    margin: 10px 0 0;
    padding: 12px 16px 7px 16px;
}

.navbar-toggle-aside-menu {
    padding: 12px 16px 7px 16px;
    margin-right: 10px;
}

.navbar-toggle-mobile-nav {
    padding: 12px 16px 7px 16px;
    margin-right: 10px;
}

.navbar-base .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-base .navbar-toggle .icon-custom {
    font-size: 16px;
}

.navbar-base .navbar-toggle:hover,
.navbar-base .navbar-toggle:focus {
    background-color: #fff;
    border-color: #ffffff;
}

    .navbar-base .navbar-toggle:hover .icon-bar,
    .navbar-base .navbar-toggle:focus .icon-bar {
        background-color: #ffffff;
    }

    .navbar-base .navbar-toggle:hover .icon-custom,
    .navbar-base .navbar-toggle:focus .icon-custom {
        color: #000000;
    }

.navbar-base .navbar-toggle {
    border-color: #fff;
    border-radius: 2px;
    margin-top: 20px;
    color: #fff;
    padding: 12px 16px 7px 16px;
}

.navbar-base .navbar-toggle-aside-menu {
    padding: 12px 16px 7px 16px;
    margin-right: 10px;
}

.navbar-base .navbar-toggle-mobile-nav {
    padding: 12px 16px 7px 16px;
    margin-right: 10px;
}

.navbar-gt .navbar-nav {
    margin-top: 0;
}

.navbar-gt .navbar-collapse,
.navbar-gt .navbar-form {
    border-color: #e7e7e7;
}

    .navbar-gt .navbar-collapse.in .dropdown-aux {
        display: none;
    }

.navbar-gt .navbar-nav > .dropdown > a:hover .caret,
.navbar-gt .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #ffffff;
}

.navbar-gt .dropdown-menu {
    min-width: 250px;
    padding: 0;
    background: #fff;
    border: 0;
    border-top: 1px solid #e0eded;
    border-bottom: 3px solid #e0eded;
    border-radius: 2px;
}

    .navbar-gt .dropdown-menu > li {
        border-bottom: 1px solid #e0eded;
    }

        .navbar-gt .dropdown-menu > li:last-child {
            border: 0;
        }

        .navbar-gt .dropdown-menu > li > a {
            color: #333;
            padding: 6px 15px;
            text-transform: none !important;
        }

            .navbar-gt .dropdown-menu > li > a:hover {
                background: #3498db;
                color: #ffffff;
            }

    .navbar-gt .dropdown-menu label.checkbox {
        color: #333333;
    }

.navbar-gt .navbar-nav > li.dropdown-aux > a,
.navbar-gt .navbar-nav > li.dropdown-aux.open > a {
    border-color: transparent;
}

.navbar-gt .dropdown-menu-search {
    margin-top: 0;
}

.navbar-gt .navbar-right .social-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center;
    padding: 10px;
    margin: 14px 0;
    border-radius: 100%;
    border-top: 0 !important;
}

.navbar-gt.affix .navbar-right .social-link {
    margin: 10px 0 8px 0;
}

.navbar-gt .navbar-right .social-link.facebook:hover {
    background: #43609c;
    color: #ffffff;
}

.navbar-gt .navbar-right .social-link.pinterest:hover {
    background: #cb2027;
    color: #ffffff;
}

.navbar-gt .navbar-right .social-link.twitter:hover {
    background: #62addb;
    color: #ffffff;
}

.mega-nav .nav,
.mega-nav .collapse,
.mega-nav .dropup,
.mega-nav .dropdown.mega-dropdown-fluid {
    position: static;
}

.mega-nav .container {
    position: relative;
}

.mega-nav .dropdown-menu {
    left: auto;
}

.mega-nav .br {
    border-color: #e0eded;
}

.mega-nav .mega-nav-content {
    padding: 20px 30px;
}

.mega-nav .dropdown.mega-dropdown-fluid .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0 15px;
}

.navbar-gt .dropdown-menu .mega-nav-section-title {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-gt .dropdown-menu .mega-nav-section {
    padding: 25px 0 10px 0;
}

.navbar-gt .dropdown-menu img {
    margin-bottom: 15px;
}

.navbar-gt .dropdown-menu ul.mega-nav-ul {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

    .navbar-gt .dropdown-menu ul.mega-nav-ul li {
        position: relative;
    }

        .navbar-gt .dropdown-menu ul.mega-nav-ul li a {
            display: block;
            padding: 4px 0;
            color: #333333;
        }

    .navbar-gt .dropdown-menu ul.mega-nav-ul.arrow-li li a {
        padding-left: 12px;
    }

        .navbar-gt .dropdown-menu ul.mega-nav-ul.arrow-li li a:before {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            color: #333333;
        }

        .navbar-gt .dropdown-menu ul.mega-nav-ul.arrow-li li a:hover {
            color: #3498db;
        }

.navbar-gt.affix {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e0eded;
    min-height: 50px;
    height: auto;
}

    .navbar-gt.affix .navbar-inner {
        border-bottom: 0;
    }

.navbar-base.affix {
    background: #3498db;
    border-color: #3498db;
}

.navbar-gt.affix .navbar-nav > li > a {
    padding: 18px 16px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.navbar-gt .navbar-nav > li > a.dropdown-form-toggle {
    color: #333333;
}

.navbar-gt .navbar-nav > li > a:hover,
.navbar-gt .navbar-nav > li > a:focus,
.navbar-nav > li > .active {
    color: #fff !important;
    background-color: #3498db;
}

.navbar-base .navbar-nav > li > a.dropdown-form-toggle {
    color: #ffffff;
}

.navbar .social-item .facebook {
    background: #43609c;
    color: #ffffff !important;
}

.navbar .social-item .twitter {
    background: #62addb;
    color: #ffffff !important;
}

.navbar .social-item .google {
    background: #fff;
    color: #dd4b39 !important;
}

.navbar .social-item .youtube {
    background: #dd4b39;
    color: #ffffff !important;
}

.navbar .social-item .pinterest {
    background: #cb1f2b;
    color: #ffffff !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: -1px;
        left: 100%;
        margin-top: 0;
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

.nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav > ul > li {
        border-bottom: 1px solid #333333;
    }

        .nav > ul > li > a {
            display: block;
            padding: 10px 15px;
            font-size: 14px;
            color: #ffffff;
        }

            .nav > ul > li > a:hover {
                text-decoration: none;
                color: #3498db;
                background: #292929;
            }

            .nav > ul > li > a > i {
                margin-right: 5px;
            }

.nopad {
    padding: 0px !important;
}
/*--btns--*/
.btn-base {
    color: #fff !important;
    background-color: #3498db;
    border: 1px solid;
    border-color: #258cd1;
    margin: 7px 0px;
}

.regis {
    width: 150px;
    font-weight: bold;
    display: inline-block;
}

.type {
    list-style: decimal;
}

.btn-base:hover,
.btn-base:focus,
.btn-base:active,
.btn-base.active,
.open .dropdown-toggle.btn-base {
    color: #fff;
    background-color: #4aa3df;
    border-color: #4aa3df;
}

.btn-base:active,
.btn-base.active,
.open .dropdown-toggle.btn-base {
    background-image: none;
}

.call-us {
    color: #217dbb;
    font-size: 17px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 12px;
    margin-bottom: 0px;
}

.xs-visible {
    display: none;
}

.regis {
    width: 150px;
    font-weight: bold;
    display: inline-block;
}

.regis-btn {
    float: left;
}

.btn-base {
    color: #fff !important;
    background-color: #3498db;
    border: 1px solid;
    border-color: #258cd1;
    margin: 7px 0px;
}

.right-pull {
    float: right;
}

#copyrights {
    padding: 40px 0;
    background-color: #3498db;
    font-size: 14px;
    line-height: 1.8;
}

#copyrights {
    padding: 40px 0;
    background-color: #3498db;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.social-icon i {
    display: block;
    position: relative;
    color: #fff;
}

.socila-media {
    float: right;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .navbar-gt .navbar-nav > li > a {
        padding: 10px 5px;
        font-size: 13px;
        font-weight: normal !important;
    }

    .right-pull {
        float: none;
    }
}
/*--extra-codes--*/
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding: 0px;
}

.inline-blk {
    display: inline-block;
}

.navbar-nav {
    float: none;
    margin: 0;
}

.navbar-form {
    top: 0px;
    position: relative;
}

.btn-subscribe {
    padding: 10px 50px;
    background: #3498db;
    color: #fff;
    font-size: 20px;
    /*box-shadow: 1px 1px 1px #fff inset, 2px 2px 1px #000;*/
    border: none;
}

    .btn-subscribe:hover,
    .btn-subscribe:focus {
        box-shadow: 2px 2px 1px #333 inset;
        color: #fff;
    }

.subscribe-email {
    background: url(../images/email.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .subscribe-email h3 {
        color: #fff;
        margin: 10px 0 15px 0;
    }

.email-icon:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 300px;
    background: #fff;
    top: 25px;
    left: 0px;
    z-index: -1;
}

.email-icon:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 300px;
    background: #fff;
    top: 25px;
    right: 0px;
    z-index: -1;
}

.email-icon {
    color: #3498db;
    position: relative;
    z-index: 999;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}
/*--sanni--*/
.inner-heading-2 h2 {
    color: #9ce566;
    margin: 0;
    font-size: 24px;
    text-align: center;
}

.inner-heading-2 {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin: 10px auto;
    padding: 2px 0;
    width: 150px;
}

.ebook-left-content {
    background-color: #00b2c6;
    padding: 40px 0 41PX;
    text-align: center;
}

.entry-content {
    font-size: 15px;
    margin: 0px 0px 10px;
    line-height: 24px;
    min-height: 150px;
}

.book {
    display: inline-block;
    max-height: 220px;
}

.ebook-right-content {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    padding: 15px 25px;
}

.inner-comntent h3 span {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.inner-comntent {
    margin: 10px 15px;
}

    .inner-comntent h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 0px;
    }

    .inner-comntent h2 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 0px;
    }

        .inner-comntent h2 span {
            color: #ffbd4a;
            font-size: 30px;
            font-weight: 800;
        }

    .inner-comntent > p {
        color: #24cace;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 16px;
    }
/*--blog-detail-css--*/
#page-title {
    position: relative;
    padding: 20px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #EEE;
}

    #page-title h1 {
        padding: 0;
        margin: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1px;
        color: #333;
        font-size: 28px;
        text-transform: uppercase;
    }

    #page-title span {
        display: block;
        margin-top: 10px;
        font-weight: 300;
        color: #777;
        font-size: 18px;
    }

.breadcrumb {
    position: static !important;
    width: auto !important;
    margin: 10px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
}

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb a {
        color: #555;
    }

    .breadcrumb > .active {
        color: #777777;
    }

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.entry-image {
    height: 220px;
    overflow: hidden;
}
/*.post-grid.grid-3 .entry-title h2 {
  font-size: 24px;
}*/
.entry-meta {
    margin: 0px -10px -15px 0;
    list-style: none;
}

    .entry-meta li {
        float: left;
        font-size: 13px;
        line-height: 14px;
        margin: 0 10px 15px 0;
        color: #999;
        font-family: 'Crete Round', serif;
        font-style: italic;
    }

        .entry-meta li i {
            position: relative;
            top: 1px;
            font-size: 14px;
            margin-right: 3px;
        }

        .entry-meta li a {
            color: #999;
        }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 10px;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
}

@media (max-width: 1200px) {
    .social-icon {
        margin: 0 4px 5px 0;
    }
}

@media (max-width: 767px) {
    .email-icon:after {
        width: 150px;
    }

    .email-icon:before {
        width: 150px;
    }

    .nav > li {
        position: relative;
        display: inline-block;
        border: solid 1px #ccc;
        margin: 2px 0px;
    }

    .navbar-form {
        top: 0px;
        position: relative;
    }

    .inline-blk {
        margin-top: 10px !important;
    }
}
/*=========================Aditional css=========================*/
/*-------Addded New 13-12-2016---------*/
.foter-mid li {
    list-style: none;
}

    .foter-mid li a {
        color: #d0d1d3;
        list-style: none;
        display: block;
    }

.foter-mid {
    background: #323943;
    padding: 20px 0px;
}

.foter-btm {
    background: #282f39;
    padding: 20px 0px;
}

.address_1 p {
    color: #cfd0d1;
}

.address_1 h3 {
    color: #cfd0d1;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.footer_social li {
    display: inline-block;
    float: none;
    list-style: outside none none;
    padding-left: 5px;
}

    .footer_social li a {
        opacity: 0.8;
    }

        .footer_social li a:hover {
            opacity: 1;
        }

.smm-review li {
    display: inline-block;
}

.select-category {
    border-radius: 0px;
    margin-right: 5px;
}

.blog-banner-main {
    position: relative;
}

.blog-banner-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    bottom: 0;
}

.blog-banner-text {
    margin: 29% 0 0;
    text-align: center;
    color: #fff;
}

    .blog-banner-text p {
        margin: 0;
        text-transform: uppercase;
    }

    .blog-banner-text h1 {
        color: #fff;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
        max-width: 700px;
        line-height: 38px;
        margin: 10px auto;
    }

.author-img-name {
    text-align: center;
    margin: 20px 0px 0;
}

.img-responsive {
    display: inline-block;
}

.author-img-name img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.author-img-name p {
    margin: 10px 0px;
}

.blog-main-desc {
    background-color: #fff;
    padding: 20px;
}

    .blog-main-desc p {
        font-size: 15px;
        margin: 0px 0px 10px;
        line-height: 26px;
    }

.blog-description-page-main {
    padding: 60px 0px 40px;
}

.bg-gray {
    background-color: #fff;
}

.brdr-left {
    border-left: 1px solid #ddd;
}

.social-block-side {
    text-align: center;
}

.common-center-block {
    padding: 20px 15px;
    background-color: #fafafa;
    margin-bottom: 10px;
    border-left: 3px solid #f30;
}

    .common-center-block h3 {
        margin: 0;
        padding: 0 0 0 0;
        font-size: 22px;
        color: #999;
        font-weight: 400;
    }

    .common-center-block a {
        margin: 0;
        padding: 0 0 0 0;
        font-size: 22px;
        color: #999;
        font-weight: 400;
    }

.common-side {
    margin: 0px 0px 20px;
}

.search-block-side {
    padding: 20px 0px;
}

    .search-block-side form {
        margin: 0;
    }

    .search-block-side .form-control {
        height: 50px;
        border: none;
        border-radius: 0px;
        color: #888;
        box-shadow: none;
    }

    .search-block-side button {
        height: 50px;
        border: none;
        background-color: #fff !important;
        margin: 0px 0 0;
        border-radius: 0px;
        color: #888;
    }

.social-block-side ul li {
    display: inline-block;
    margin: 0px 15px 0 0;
}

    .social-block-side ul li a {
        color: #999;
        font-size: 20px;
    }

.popular-article-side {
    margin: 35px 0 0;
}

    .popular-article-side p {
        color: #999;
    }

    .popular-article-side ul li {
        list-style-type: none;
        padding: 20px 0px;
        font-size: 15px;
        line-height: 18px;
        border-bottom: 1px solid #ddd;
    }

        .popular-article-side ul li a {
            color: #999;
        }

            .popular-article-side ul li a:hover {
                color: #666;
            }

.blog-banner-main {
    max-height: 750px;
    margin-top: -95px;
}

@media (max-width: 1024px) {
    .blog-banner-main img {
        height: 100%;
    }

    .navbar-gt .navbar-nav li a {
        padding: 13px 12px 14px;
    }
}

@media (max-width: 990px) {
    .blog-side-bar {
        margin: 30px 0 0;
    }

    .blog-banner-main {
        max-height: 400px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .select-category {
        margin-bottom: 10px;
    }

    .blog-banner-text {
        margin: 15% 0 0;
    }

        .blog-banner-text h1 {
            font-size: 28px;
        }
}

@media(max-width:360px) {
    .blog-banner-text {
        margin: 6% 0 0;
    }
}

/* edit by vikram */
span.screen-reader-text1 {
    display: none !important;
}

.banner-img {
    width: 100% !important;
}

.post-navigation .nav-previous .post-title {
    color: #555555 !important;
}

.post-navigation .nav-previous {
    background-image: none !important;
}

.post-navigation .nav-next {
    background-image: none !important;
}

    .post-navigation .nav-next .post-title, .post-navigation .nav-next a:hover .post-title, .post-navigation .nav-next .meta-nav {
        color: #555555 !important;
    }

/* ravi */
.author-avatar {
    float: left !important;
    width: 25% !important;
    max-height: 268px !important;
}

    .author-avatar img {
        border-radius: 50px !important;
        width: auto;
    }

.author-description {
    width: 75% !important;
    float: left !important;
}

@media (max-width:767px) {
    .author-avatar {
        float: none !important;
        width: 100% !important;
        max-height: 268px !important;
        text-align: center !important;
    }

    .author-description {
        width: 100% !important;
        float: none !important;
    }
}

.widget li {
    list-style-type: none;
}

.widget ul li a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 0 !important;
}

.button-transcript {
    background-color: #5da8eb;
    color: #fff;
    display: inline-block !important;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 35px;
    width: 180px;
}

    .button-transcript:hover {
        text-decoration: none;
        color: #fff;
    }

.sidebtns {
    padding: 0;
    text-align: center;
}

    .sidebtns > li {
        list-style-type: none;
        margin-bottom: 15px;
    }

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-bottom: 25px;
}

.search-field {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #888;
    height: 40px;
    padding: 5px 10px;
}

.search-form span.screen-reader-text {
    display: none;
}

.search-block-side form {
    text-align: center;
}

input.search-submit.screen-reader-text {
    background-color: #3080c9;
    color: #fff;
    border: none;
    padding: 10px 15px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    display: inline-block;
    margin: 2px;
    min-height: 30px;
    min-width: 30px;
    padding: 4px 10px;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

    .wp-pagenavi a:hover, .wp-pagenavi span.current {
        background-color: #3498dd;
        border: 1px solid #3498dd;
        color: #fff;
    }

    .wp-pagenavi a:hover, .wp-pagenavi span.current {
        border-color: #3498dd !important;
    }


#snippet-box {
    display: none !important;
}

.widget-title {
    font-size: 18px;
    margin: 25px 0;
    text-transform: uppercase;
}

.blog-banner-text > p {
    background-color: #3080c9;
    display: inline-block;
    padding: 10px;
}

#archives-dropdown-3 {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

#archives-3 label {
    display: none !important;
}

.entry-title h2 {
    font-size: 16px;
    min-height: 50px;
}


/*search bar*/

.srch-input {
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
    height: 34px;
    background-color: #fff;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 0;
    opacity: 0;
}

.pos-rel {
    position: relative;
}


.search-bar-click {
    width: 370px;
    opacity: 1;
}

span#search-trigger {
    border-radius: 0;
    background-color: #3498db;
    color: #fff;
    padding: 7px 12px;
    border: none;
    position: relative;
}

.srch-block {
    margin-top: 7px;
}

.srch-form {
    display: inline-block;
}

.category-select {
    display: inline-block;
}

.go-right {
    text-align: right;
}

.author-img-name img {
    display: inline-block;
}

.author-img-name p {
    display: inline-block;
}

.entry-meta li {
    padding: 25px 0 5px 0;
}

li.author-img-name {
    width: 195px;
    padding: 10px;
}

@media(max-width:767px) {

    .navbar-form {
        top: 3px;
    }
}

@media(max-width:415px) {
    li.author-img-name {
        margin: 0;
        padding: 10px;
    }

    .entry-meta li {
        margin-right: 0;
        padding: 25px 0;
    }

    .blog-main-desc {
        padding: 20px 0;
    }

    .author-img-name p {
        font-size: 14px;
    }

    li.author-img-name {
        padding: 10px 0 10px 10px !important;
        width: auto;
    }

    .search-bar-click {
        width: 300px;
    }
}

.blog-main-desc h3 {
    margin-bottom: 10px;
}

.blog-main-desc p {
    font-size: 16px;
    margin: 0px 0px 10px;
    line-height: 30px;
    text-align: justify;
    /*font-style: italic;*/
}

.author-info {
    border: 1px solid #ddd;
    padding: 20px 10px;
}

.author-title {
    color: #3080c9;
}

.author-bio {
    font-size: 16px;
    font-style: italic;
}




/*======Author Bio Box Css======*/
.saboxplugin-wrap {
    margin-top: 70px !important;
    text-align: center;
    overflow: inherit !important;
}

    .saboxplugin-wrap .saboxplugin-gravatar {
        float: none !important;
        padding: 20px 20px 0px !important;
        margin: -68px auto 20px !important;
    }

    .saboxplugin-wrap .saboxplugin-authorname {
        margin: 10px 0px !important;
    }

    .saboxplugin-wrap .saboxplugin-desc {
        margin: 10px 20px !important;
    }

/*======Author Bio Box Css Ends======*/

.email__subscription_main {
    padding: 15px;
    border: 3px solid #ddd;
    border-bottom: 0px;
    position: relative;
}

    .email__subscription_main::after {
        content: "";
        position: absolute;
        z-index: 99;
        height: 60%;
        width: 3px;
        left: -3px;
        bottom: 0;
        background-color: #fff;
    }

    .email__subscription_main h3 {
        font-size: 16px;
        text-transform: uppercase;
        margin: 10px 0px;
    }

    .email__subscription_main .form-group {
        position: relative;
    }

    .email__subscription_main .form-control {
        border-radius: 0px;
        box-shadow: none;
        height: 40px;
    }

.Subs_btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px;
    padding: 6px 25px;
    height: 40px;
    background-color: #3080c9;
    color: #fff;
}

    .Subs_btn:hover,
    .Subs_btn:focus {
        color: #fff;
    }

.email__subscription_main ::-webkit-input-placeholder {
    color: #3080c9 !important;
    text-transform: uppercase !important;
}

.email__subscription_main ::-moz-placeholder {
    color: #3080c9 !important;
    text-transform: uppercase !important;
}

.email__subscription_main ::-moz-placeholder {
    color: #3080c9 !important;
    text-transform: uppercase !important;
}

.email__subscription_main ::-ms-input-placeholder {
    color: #3080c9 !important;
    text-transform: uppercase !important;
}

.entry-title p {
    padding: 0px 6px;
    background-color: #2c90d4;
    color: #fff;
    display: inline-block;
}

.entry-title span {
    padding: 0px 6px;
    background-color: #2c90d4;
    color: #fff;
    display: inline-block;
}

/*======Author Page Banner Css======*/
.blog-banner-main-author {
    height: 550px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

    .blog-banner-main-author img {
        width: 100%;
    }

.blog-banner-author-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    text-align: center;
}

.blog-banner-text_author {
    margin: 10% 0 0;
}

    .blog-banner-text_author img {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50%;
        margin: 0 auto;
        padding: 0px;
        border: 2px solid #fff;
    }

    .blog-banner-text_author h3 {
        font-size: 28px;
        text-decoration: none;
        text-transform: capitalize;
        margin: 15px 0 10px;
        font-weight: 300;
        color: #ebf6fd;
        letter-spacing: 1px;
    }

    .blog-banner-text_author p {
        color: #ebf6fd;
        width: 75%;
        margin: 0 auto;
        font-size: 16px;
    }


        .blog-banner-text_author p a {
            color: #ebf6fd;
        }

@media (max-width:500px) {
    .blog-banner-text_author p {
        width: 90%;
    }
}

@media (max-width:369px) {
    .blog-banner-text_author p {
        width: 100%;
        font-size: 15px;
    }
}


/*ol, ul{
	margin-left:20px;	
}*/
.entry-content img {
    border: 1px solid #DBE3E3;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #999;
}

@media(max-width:1024px) {
    .subscribe-email {
        background-size: cover;
    }
}

.powrMarkText {
    display: none !important;
}

@media(max-width:767px) {

    #respond input[type="text"], #respond textarea {
        width: 100%;
        height: 150px;
        margin-bottom: 0;
    }

    .social-icon i {
        line-height: 32px;
    }

    .social-icon {
        margin: 0 0 4px 0;
        width: 32px;
        height: 32px;
        font-size: 14px;
        padding: 0;
        line-height: 22px !important;
    }

    .socila-media {
        float: none;
    }
}

.foter-mid ul {
    margin-left: 0px !important;
}

@media(max-width:1024px) {
    .footer_social li {
        padding-left: 0px;
    }
}

@media(max-width:990px) {
    .footer_social li {
        padding-left: 5px;
    }
}

@media(max-width:500px) {
    .footer_social li {
        padding-left: 0px;
    }
}

@media(max-width:340px) {
    .footer_social ul li img {
        width: 23px;
        margin: 0 1px;
    }

    #trustwaveSealImage {
        width: 75px;
    }

    .smm-review li a img {
        width: 70px;
    }
}

}

.social-block-side ul {
    margin-left: 0px !important;
}

.textwidget ul li a {
    font-size: 16px !important;
}

@media (max-width: 340px) {
    .social-icon {
        width: 29px;
        height: 29px;
        font-size: 13px;
        line-height: 0px !important;
    }
}

.logo-img {
    max-width: 250px;
}


@media (max-width: 767px) {

    .regis {
        font-size: 13px
    }

    .taptocall {
        background: #f1f1f1;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        display: inline-block !important;
        padding: 5px 15px;
        border-radius: 8px;
        margin-bottom: 10px;
        min-width: 130px;
        margin: 2px 3px
    }

        .taptocall span {
            font-size: 20px !important;
            color: #0f64a7
        }

    .regis {
        font-weight: 600;
        width: 133px;

    }
    .logo-img {
        max-width: 180px;
    }
    .blog-call-btns {
        margin: 10px 0 0;
    }
    .navbar-gt .navbar-nav > li > a {
        padding: 10px 5px;
        font-size: 13px;
        font-weight: 400 !important;
    }
    .nav > li {
        position: relative;
        display: block;
        border: none;
        margin: 0;
        border-top: 1px solid #4aa3df;
    }
    .regis-btn {
        float: none;
    }
}

@media(max-width:767px){
.mob-new-header-module .navbar-header {
    margin: 0px 0px 20px;
    box-shadow: 0 -2px 20px rgba(0,0,0,.1);
    padding: 8px 25px !important;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
}
.mob-new-header-module .container {
    padding: 0px;
}
.mob-new-header-module .navbar.navbar-gt.navbar-arrow.mega-nav {
    padding: 0px 0px 20px;
    box-shadow: none;
}
.mob-new-header-module .navbar-toggle.collapsed {
    margin: 15px 0px 0px;
    position: static;
}
.mob-new-header-module .right-pull {
    margin: 0px 10px;
}
.mob-new-header-module .taptocall {
    border-radius: 20px;
    display: block !important;
    min-width: 0px;
    background-color: #f4f1f9;
    border: none;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    padding: 11px 0;
}
.mob-new-header-module .btn.btn-base.regis {
    width: 46% !important;
    margin: 15px 3px 0px;
    border-radius: 20px;
    padding: 11px 0px;
}
.mob-new-layout-pad {
    padding: 100px 0 0;
    pointer-events: none;
}
.mob-new-header-module .collapse {
    display: block;
    visibility: visible;
    top: 0;
    height: 100vh !important;
}
.mob-new-header-module .navbar-gt .navbar-nav>li>a {
    padding: 10px 10px;
    color: #fff;
    text-transform: capitalize;
}
.mob-new-header-module .navbar-gt .navbar-nav>li>a:focus, .navbar-gt .navbar-nav>li>a:hover, .navbar-nav>li>.active {
    color: #fff!important;
    background-color: #2987bf;
}
.mob-new-header-module .nav>li {
    border-top: 1px solid #206c99;
}
.mob-new-header-module .caret {
    top: -9px;
    border: none;
    left: 0px;
    background-color: #e12028;
    width: 35px;
    height: 35px;
    float: right;
    position: relative;
}
.mob-new-header-module .caret i {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    display: block;
    line-height: 36px;
}
.mob-new-header-module .caret i {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    display: block;
    line-height: 36px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.mob-new-header-module .dropdown.open .caret i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mob-new-header-module .navbar-nav .open .dropdown-menu {
    width: auto;
    background-color: #fff;
    min-width: 10px;
    margin: 0 10px;
}
.custom-navigation {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #2987bf;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 220px;
    left: 0;
}
.custom-navigation.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.navbar-gt .navbar-nav > .open > a, .navbar-gt .navbar-nav > .open > a:hover, .navbar-gt .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    border-color: transparent !important;
}
#nav-icon {
    width: 40px;
    height: 30px;
    position: relative;
    float: right;
    margin: 20px 0 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.navbar-gt .navbar-nav > .active > a, .navbar-gt .navbar-nav > .active > a:hover, .navbar-gt .navbar-nav > .active > a:focus {
    background-color: transparent;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #2987bf;
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0
}

#nav-icon span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
    top: 0
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
    top: 12px
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
    top: 25px
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon.open span:nth-child(1) {
    left: 5px;
    top: 7px
}

#nav-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px
}

#nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

#nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

#nav-icon.open span:nth-child(5) {
    left: 4px;
    top: 18px
}

#nav-icon.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 19px
}
.at-expanding-share-button {
    z-index: 999 !important;
}
.mob-new-header-module .navbar-gt .navbar-nav>li>a {
    padding: 6px 10px;                                                    /*Edit by Rupesh [04-dec-19]*/
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400!important;
}
.navigation-cta-module a {
    background-color: #fff;
    color: #2987bf !important;
    display: block !important;
    text-align: center;
    padding: 10px 5px !important;
    font-size: 14px !important;
    margin: 20px 0px 0;
    border-radius: 20px;
}
.navigation-cta-module {
    margin: 0 10px !important;
}
}