/*
Theme Name: Bitit
Theme URI: http://www.bitspeck.com/bitit
Author: Bitspeck
Author URI: http://www.bitspeck.com
Description: Agency WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bitit
Tags: two-columns, three-columns, blog, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/**** 
CSS Indexing

1. Default CSS
2. Header CSS
3. Navigation CSS
4. Footer CSS
5. Breadcrumb CSS
6. Blog CSS
7. Comments CSS
8. Widgets CSS
9. Contact & Quote Form CSS
10.Preloader CSS
11.Responsive CSS

****/

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

/******------------------------------
-----------Default CSS------------
------------------------------******/


body {
	
	font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    background: #fff;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
    font-weight: 700;
	font-family: 'Lora', serif;
    line-height: 24px;
    margin: 0;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 29px;
	color: #777;
}

p:last-child {
    margin-bottom: 0;
}


/******------------------------------
-----------Global CSS------------
------------------------------******/

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

* {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    display: inline-block;
    color: #1e73be;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.media>.pull-left {
    margin-right: 20px;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}

.clearfix:after {
    display: block;
    width: 100%;
    content: '';
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button:focus {
    outline: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

input:focus::-webkit-input-placeholder {
    border: none;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #111;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #111;
}

img,
figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/******------------------------------
-----------Unit Test CSS------------
------------------------------******/

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 12px 0 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}


/* Gallery item */

.gallery {
    margin: 30px -1.1666667% 0;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    font-weight: 600;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* WP core style */

.alignnone {
    display: block;
    margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 15px auto 10px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption .wp-caption-text a {
    text-decoration: underline;
    display: inline-block;
}

.wp-caption .wp-caption-text a {
    color: #1e73be;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.screen-reader-text {
    display: none;
}

.gallery-caption {
    z-index: 100000;
}

.bypostauthor {
    z-index: 100000;
}

@media screen and (min-width: 30em) {
    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}


/* Theme check */

code {
    overflow: auto;
    max-width: 100%;
    padding: 0 1em;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: #1e73be;
}

a code {
    color: #1e73be;
}

p {
    margin: 0 0 25px;
}

p img.alignleft {
    clear: both;
    margin-bottom: 30px;
}

select {
    max-width: 100%;
}

.post-password-form input[type="password"] {
    padding: 5px 15px;
    margin: 0 10px;
    height: 45px;
    padding: 5px 15px;
}

.post-password-form input[type='submit'] {
    background-color: #1e73be;
    border: none;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    height: 45px;
    font-weight: 600;
}

.post-password-form input[type='submit']:hover {
    background-color: #1e73be;
}


/******------------------------------
-----------Blog CSS------------
------------------------------******/

.theme_blog_post__Title a {
    word-break: break-all;
}

.blog-sidebar .widget {
    border: 0px solid;
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;
    margin-top: 30px;
}

.blog-sidebar .widget:first-child {
    margin-top: 0;
}

.blog-sidebar .widget .widget-title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0;
    line-height: 24px;
}

.blog-sidebar {
    padding-left: 0px;
}

article.post-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
}

.theme-post-contentt {
    background: #FFF;
    padding: 38px 45px 45px 45px;
    position: relative;
}

.single-blog-wrap {
    margin-bottom: 0px;
}

.theme_blog_post__Button:hover {
    background: #1e73be;
    color: #fff;
}

.blog-meta li {
    margin-right: 10px;
}

.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar .widget ul {
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sidebar .widget ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 14.5px;
    color: #222;
    font-weight: 500;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    background-color: #1e73be;
}

.blog-sidebar .widget ul li a {
    color: #222222;
    display: inline-block;
}

.blog-sidebar .widget ul li a:hover {
    color: #1e73be;
}

.blog-sidebar .widget ul li span {
    display: inline-block;
}

.blog-sidebar span.post-count {
    float: right;
    font-size: 15px;
}

.nice-select {
    border: 1px solid #eee;
    width: 100%;
    float: none;
    white-space: normal;
}

.nice-select ul.list {
    padding: 0 !important;
    list-style-type: none !important;
    border-radius: 0;
    width: 100%;
    overflow-y: auto;
}

.nice-select ul.list li {
    list-style-type: none !important;
    font-size: 14px;
    padding: 8px 15px !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: auto;
    text-transform: capitalize;
}

.nice-select ul.list li::before {
    display: none;
}

.blog-sidebar .calendar_wrap caption {
    padding-top: 0;
    caption-side: top;
    font-weight: 600;
    color: #383838;
}

table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
}

table td,
table th {
    padding: 10px 13px;
    border: 1px solid #d3dbe2;
}

.blog-sidebar .calendar_wrap table {
    text-align: center;
    margin-bottom: 0;
}

.blog-sidebar .calendar_wrap table #prev a,
.blog-sidebar .calendar_wrap table #next a {
    text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover,
.blog-sidebar .calendar_wrap table #next a:hover {
    text-decoration: none;
}

.blog-sidebar .calendar_wrap table td,
.blog-sidebar .calendar_wrap table th {
    padding: 8px 5px;
}

.blog-sidebar .widget_categories ul li .children {
    margin-top: 10px;
}

.blog-sidebar .widget_pages ul li.page_item_has_children>a {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-sidebar .widget_recent_comments .recentcomments {
    color: #484848;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: bold;
    font-size: 14px;
}

.blog-sidebar .widget_rss .widget-title .rsswidget {
    display: inline-block;
    color: #222;
}

.blog-sidebar .widget_rss ul li {
    margin-bottom: 20px;
}

.blog-sidebar .widget_rss ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget_rss ul li .rsswidget {
    display: block;
    color: #222222;
    font-weight: bold;
    font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
    font-size: 13px;
    margin: 3px 0 10px;
    display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
    color: #555;
    line-height: 25px;
    font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #222;
    font-size: 13.5px;
}

.blog-sidebar .widget_search form {
    position: relative;
}

.blog-sidebar .widget_search form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
}

.blog-sidebar .widget_search form .form-control:focus {
    border-color: #1e73be;
    box-shadow: none;
    z-index: 1;
}

.blog-sidebar .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #111111;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
    border-radius: 0;
}

.blog-sidebar .widget_search form button:hover {
    background: #1e73be;
}

.blog-sidebar .widget_search form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    content: "\f002 ";
    margin-top: -13px;
    margin-right: -6.5px;
}

.blog-sidebar p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #383838;
    line-height: 1.8;
}

.blog-sidebar .widget_text p img {
    margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 14px;
}

.post-meta.blog_meta_content_Box a {
    display: inline-block;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.blog-sidebar .tagcloud a,
.wp-block-tag-cloud a {
    border-color: #222;
    color: #222;
    border: 1px solid;
    display: inline-block;
    font-size: 14px !important;
    padding: 3px 15px!important;
    margin-top: 8px;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all ease 500ms;
    line-height: inherit;
    margin-right: 4px;
    font-weight: 400;
    margin-bottom: 0;
}

.blog-sidebar .tagcloud a:hover {
    background-color: #1e73be;
    border-color: #1e73be;
    color: #fff;
}

.blog-sidebar select {
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #292929;
    font-weight: 600;
}

.blog-sidebar .widget ul li span.post_count {
    padding: 0 2px;
}

.blog-sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

.single-blog-wrap h3 {
    margin-top: 0;
    position: relative;
}

.blog_layout_one_Top.home_style_single {
    padding-top: 60px;
    margin-top: 0px;
    padding-bottom: 60px;
    background: #eaf8ff;
}

.main-container.blog-single.post-layout-style2 {
    background: #F7F8F9;
    margin-top: 0;
    padding-top: 75px;
    padding-bottom: 75px;
}

.single-blogg-heading h1.post-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
}

.page-content-wrapper .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-content-wrapper .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

.page-content-wrapper .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.page-content-wrapper .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}

.page-content-wrapper .entry-content b,
.page-content-wrapper .entry-content strong {
    font-weight: 600;
    color: #212529;
}

.page-content-wrapper .entry-content dfn,
.page-content-wrapper .entry-content cite,
.page-content-wrapper .entry-content em,
.page-content-wrapper .entry-content i {
    font-style: italic;
}

.page-content-wrapper .entry-content code,
.page-content-wrapper .entry-content kbd,
.page-content-wrapper .entry-content tt,
.page-content-wrapper .entry-content var {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.page-content-wrapper .entry-content code {
    color: #1e73be;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.page-content-wrapper .entry-content mark,
.page-content-wrapper .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.page-content-wrapper .entry-content kbd {
    background-color: #eee;
    color: #1e73be;
}

.page-content-wrapper .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.page-content-wrapper .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-content-wrapper .entry-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #3C3C3C;
}

.page-content-wrapper .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
}

.page-content-wrapper .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.page-content-wrapper .entry-content ul li ul li {
    list-style-type: circle;
}

.page-content-wrapper .entry-content ol li ol {
    margin: 10px 0 0;
}


/******------------------------------
-----------Comments CSS------------
------------------------------******/

.blog-post-comment .comment-respond {
    background: #ffffff;
    padding: 0;
    clear: both;
    border: 1px solid #fff;
}

.comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    height: 245px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1e73be;
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: normal;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 10px;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: #1e73be;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    padding: 15px 35px;
    width: auto;
    border: 0px solid;
    transition: all .4s ease;
    height: auto;
    line-height: 1.5;
    border-radius: 4px;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background:#000;
}

#comments {
    clear: both;
    padding: 30px;
    list-style: none;
    background: #fff;
    overflow: hidden;
    margin-top: 60px;
}

.comment-num {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    position: relative;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comment-content a {
    display: inline-block;
}

.comments-area .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

p.logged-in-as a {
    display: inline-block;
}

#comments .comment-author .says {
    display: none;
}

.wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-image {
    margin-bottom: 20px;
}

.wp-block-image figcaption {
    font-size: 14px;
    margin-top: 12px;
}

.wp-block-image figcaption a {
    text-decoration: underline;
    display: inline-block;
    color: #1e73be;
}

.wp-block-image figcaption {
    text-align: left;
}

.wp-block-button .wp-block-button__link {
    background-color: #1e73be;
    font-size: 16px;
    border-radius: 5px;
    color: #fff!important;
}

.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #1e73be;
    color: #fff!important;
}

.wp-block-cover .wp-block-cover-text {
    color: #fff !important;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
    background-color: transparent;
    color: #292929 !important;
    border-color: #292929;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0 !important;
}

.wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
    font-weight: bold;
    margin-bottom: 20px !important;
    font-size: 31px !important;
    line-height: 1.5 !important;
}

.wp-block-cover p.wp-block-cover-text strong {
    color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
    color: #fff;
}

.wp-block-file a {
    text-decoration: underline;
    font-size: 15px;
    color: #1e73be;
}

.wp-block-file a:hover {
    text-decoration: none;
}

.wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 10px 0 0;
    background-color: #1e73be !important;
}

.wp-block-file .wp-block-file__button:hover {
    background-color: #292929 !important;
    color: #fff;
}

blockquote cite,
.blockquote cite {
    display: none;
}

.wp-block-media-text {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.wp-block-media-text .has-large-font-size {
    font-size: 25px!important;
    margin-top: 0 !important;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;
    margin: 0 0 1rem;
}

.wp-block-pullquote blockquote {
    color: #111;
    border: none;
    margin-right: 0;
    padding-left: 0;
}

.wp-block-pullquote blockquote p {
    font-size: 2.25em!important;
    font-style: italic!important;
}

.wp-block-pullquote blockquote cite {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
    font-size: 15px;
    font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #1e73be;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
    color: #000000;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
    display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    max-width: 80%;
    background: transparent;
}

.has-medium-font-size {
    font-size: 20px!important;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff!important;
}

.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    font-size: 14px;
    text-align: left;
}

table td a,
table td a:hover {
    color: #1e73be;
}

.wp-block-table.is-style-stripes td {
    border-color: #767676;
}

.wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}

.post-layout-style2 .single-blog-content .entry-content em {
    font-weight: 700;
}

.not-found h1 {
    font-size: 24px;
    color: #292929;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.not-found p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.8;
    color: #57647c
}

.not-found form {
    position: relative;
}

.not-found form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
}

.not-found form .form-control:focus {
    border-color: #1e73be;
    box-shadow: none;
    z-index: 1;
}

.not-found form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #1e73be;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
    border-radius: 0;
}

.not-found form button:hover {
    background: #1e73be;
}

.not-found form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    content: "\f002 ";
    margin-top: -13px;
    margin-right: -6.5px;
}

.post-media.post-image {
    margin-bottom: 30px;
}

.blocks-gallery-grid {
    margin-top: 0px!important;
}

.wp-block-gallery .blocks-gallery-caption {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p {
    font-size: 19px;
    line-height: 28px;
    color: #292929;
    font-weight: bold;
    font-style: normal;
}

blockquote::before,
.blockquote::before {
    color: #f8f8f8;
}

.single-blog-content blockquote {
    padding-bottom: 45px!important;
}

blockquote::before,
.blockquote::before {
    color: #efefef;
    content: "\f10d";
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: -1;
    font-family: 'Font Awesome 5 Free';
    font-size: 100px;
    font-weight: 900;
}

blockquote,
.blockquote {
    margin-bottom: 23px!important;
    margin-top: 23px!important;
    overflow: hidden;
    background: #f8f8f8;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    border-left: 0px!important;
    border-right: 0px!important;
}

.post-layout-style2 .single-blog-content .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #767575;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta {
    padding-left: 0;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
}

.post-layout-style2 .single-blog-content .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 30px;
}

.post-layout-style2 .single-blog-content .entry-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #292929;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #292929;
}

.post-layout-style2 .single-blog-content .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.single-blog-content .single-blog-inner .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: #1e73be;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #1e73be;
}

table th a {
    text-decoration: underline!important;
    color: #222;
}

table th a:hover {
    text-decoration: none!important;
}

.post-layout-style2 .single-blog-content .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-layout-style2 .single-blog-content .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

.post-layout-style2 .single-blog-content .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.post-layout-style2 .single-blog-content .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content b,
.post-layout-style2 .single-blog-content .entry-content strong {
    font-weight: 600;
    color: #212529;
}

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content dfn,
.post-layout-style2 .single-blog-content .entry-content cite,
.post-layout-style2 .single-blog-content .entry-content em,
.post-layout-style2 .single-blog-content .entry-content i {
    font-style: italic;
}

.post-layout-style2 .single-blog-content .entry-content code,
.post-layout-style2 .single-blog-content .entry-content kbd,
.post-layout-style2 .single-blog-content .entry-content tt,
.post-layout-style2 .single-blog-content .entry-content var {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.post-layout-style2 .single-blog-content .entry-content code {
    color: #1e73be;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.post-layout-style2 .single-blog-content .entry-content mark,
.post-layout-style2 .single-blog-content .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.post-layout-style2 .single-blog-content .entry-content kbd {
    background-color: #eee;
    color: #1e73be;
}

.post-layout-style2 .single-blog-content .entry-content .post-footer {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #eee;
    list-style: none;
    padding-top: 30px;
}

.main-container .pagination {
    margin-bottom: 0px;
    margin-top: 30px;
}

.main-container .theme-pagination-style .nav-links {
    display: block;
    width: 100%;
}

.main-container .theme-pagination-style ul.page-numbers {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 0px solid;
    margin-left: auto;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 0;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: #1e73be;
    color: #fff;
}

.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 30px;
    color: #1e73be;
}

.main-container .theme-pagination-style .nav-links {
    display: block;
    width: 100%;
}

.single-blog-wrap h3 a {
    word-break: break-all;
}

.pingback p,
.pingback .says {
    display: none;
}

.comments-list {
    list-style: none;
    margin: 0;
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 15px;
    color: #1c1c24;
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}

.comments-list .comment-author a {
    color: #1c1c24;
}

.comments-list .comment-author a:hover {
    color: #1e73be;
}

.comments-list .comment-date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.comments-list .comment-body {
    border-bottom: 1px solid #eeeeee;
    margin-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.comments-list img.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.comments-list .comment-reply-link {
    color: #252a37;
    background: #fff;
    display: inline-flex;
    padding: 10px 30px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ded9d9
}

.comments-list .comment-reply-link i {
    display: none;
}

.comments-list .comment-reply-link:hover {
    background: #1e73be;
    color: #fff;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #666;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
    float: none;
    color: #1e73be;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
}

#cancel-comment-reply-link:hover {
    color: #182B49;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .meta-data {
    margin-bottom: 1em;
}

a.comment-edit-link {
    display: none;
}


/* main page: Comments */

.blog-post-comment .comment-content h1,
.blog-post-comment .comment-content h2,
.blog-post-comment .comment-content h3,
.blog-post-comment .comment-content h4,
.blog-post-comment .comment-content h5,
.blog-post-comment .comment-content h6 {
    line-height: 1.2;
    font-weight: 600;
}

.blog-post-comment .comment-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 15px;
}

.blog-post-comment .comment-content p:last-child {
    margin-bottom: 0;
}

.blog-post-comment .comment-content .entry-content a {
    text-decoration: underline;
}

.blog-post-comment .comment-content .entry-content a:hover {
    text-decoration: none;
}

.blog-post-comment .comment-content dl,
.comments-area .comment-content ol,
.comments-area .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content dt {
    margin-bottom: 5px;
}

.blog-post-comment .comment-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.blog-post-comment .comment-content ul {
    list-style: disc;
    padding-left: 20px;
}

.blog-post-comment .comment-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
}

.blog-post-comment .comment-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.blog-post-comment .comment-content ul li ul li {
    list-style-type: circle;
}

.blog-post-comment .comment-content ol {
    padding-left: 20px;
}

.blog-post-comment .comment-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: decimal;
}

.blog-post-comment .comment-content ol li ol {
    margin: 10px 0 0;
}

.blog-post-comment .comment-content b,
.blog-post-comment .comment-content strong {
    font-weight: 600;
    color: #212529;
}

.blog-post-comment .comment-content dfn,
.blog-post-comment .comment-content cite,
.blog-post-comment .comment-content em,
.blog-post-comment .comment-content i {
    font-style: italic;
}

.blog-post-comment .comment-content code,
.blog-post-comment .comment-content kbd,
.blog-post-comment .comment-content tt,
.blog-post-comment .comment-content var {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.blog-post-comment .comment-content kbd {
    background-color: #fafafa;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 6px;
}

.blog-post-comment .comment-content pre {
    font-size: .88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
    background: #fafafa;
    color: #333333;
}

.blog-post-comment .comment-content abbr,
.blog-post-comment .comment-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
}

.blog-post-comment .comment-content code {
    color: #1e73be;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.blog-post-comment .comment-content kbd {
    background-color: #eee;
    color: #1e73be;
}

#comments .pull-right.reply {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
}

#comments .comment-content a {
    color: #1e73be;
}

#comments .comment-content {
    color: #666;
}

.comments-list .comment-author cite {
    font-style: normal;
}

#comments.blog-post-comment .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#comments.blog-post-comment .children {
    padding-left: 10px !important;
}

#comments.blog-post-comment .comment-content img {
    margin: 5px 0;
}

.not-found h1 {
    margin-bottom: 15px;
}

.not-found .input-group-btn {
    background: #1e73be;
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

.not-found .input-group-btn i {
    line-height: 48px;
}

.not-found .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1e73be;
}

.not-found p {
    line-height: 1.1;
    margin-bottom: 25px;
}

.not-found p small {
    display: block;
}

.post-password-form input[type="password"] {
    display: inline-block;
}

.post-password-form input[type='submit'] {
    display: inline-block;
}

.blog-details-content {
    padding: 30px 30px 28px 35px;
    border: 0px solid #F3F8FB;
    background-color: #fff;
}

.post-layout-style2 .single-blogg-heading ul.post-meta a {
    display: inline-block;
    text-decoration: none;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta li {
    margin-bottom: 15px;
}

.post-layout-style2 .single-blog-content .entry-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #3C3C3C;
    font-size: 16px;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .entry-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #3C3C3C;
    margin-bottom: 15px;
    margin-top: 0px;
}

.post-layout-style2 .single-blog-content .entry-content p:last-child {
    margin: 0;
}

.blog_meta_content_Box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 600;
    line-height: inherit;
    color: #666;
    text-transform: capitalize;
}

.post-meta.blog_meta_content_Box a {
    display: inline-block;
    color: #666;
}

.theme-single-blog-wrapper .theme-post-contentt a.bitit-comment i {
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.blog_post_list_Meta span.post_post_item_Date {
    margin-right: 17px;
}


/*** Tag list ***/

.blog-single .tag-lists h4 {
    color: #1e73be;
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.blog-single .tag-lists a:not(:first-child) {
    margin-left: 6px;
}

.blog-single .tag-lists a {
    border-color: #8392A5;
    color: #8392A5;
    border: 1px solid;
    display: inline-block;
    font-size: 15px !important;
    padding: 5px 18px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
}

.blog-single .post-footer {
    margin-top: 50px;
    clear: both;
}

.blog-single .tag-lists a:hover,
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background-color: #1e73be;
    border-color: #1e73be;
    color: #fff;
}


/*** navigation ***/

.theme_blog_Nav.post_nav_Left,
.theme_blog_Nav.post_nav_Right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.prev_nav_left_Img,
.prev_nav_Right_Img {
    height: 72px;
    width: 72px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.prev_nav_left_Img {
    margin-right: 15px;
}

.prev_nav_Right_Img {
    margin-left: 15px;
}

.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
    padding-right: 15px;
}

.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
    text-align: right;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prev_nav_left_Img img,
.prev_nav_Right_Img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.theme_blog_nav_Title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    color: #292929;
    word-break: break-all;
}

.theme_blog_nav_Title a {
    margin-bottom: 0;
    color: #292929;
    word-break: break-all;
}

.theme_blog_nav_Label {
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.theme_blog_navigation__Wrap {
    margin-bottom: 0;
    padding: 30px;
    background: #FFF;
    margin-top: 60px;
}

.theme_blog_nav_Title a:hover {
    color: #1e73be;
}

.post-media.post-image {
    margin-bottom: 0;
}

.wp-block-search .wp-block-search__input {
    border: 1px solid #666;
}

.wp-block-search .wp-block-search__button:focus {
    outline: none;
}

.theme-single-blog-wrapper .theme-post-contentt h2.post-title a:hover {
    color: #1e73be;
}

.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 35px;
    color: #0a0c19;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
}

.page-links .current {
    color: #ffffff;
}

.page-links .page-link {
    display: inline-block;
    background-color: #1e73be;
    color: #fff;
    margin-right: 0px;
}

.page-spacing-wrapper {
    clear: both;
}


/*==================================================
      404
 ================================================== */

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 1;
    color: #1e73be;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: #1e73be;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 16px 30px;
    border-radius: 4px;
    width: auto;
    border: 0px solid;
}

.blog.main-container.error-wrapper {
    padding-top: 40px;
}

.error-page .error-body .btn:hover {
    background: #1e73be;
}

.error-page .error-body .btn:focus,
.error-page .error-body .btn:active,
.error-page .error-body .btn:hover,
.error-page .error-body .btn:visited {
    outline: none;
    border: none;
    box-shadow: none;
}


/******------------------------------
-----------Bitit Theme CSS------------
------------------------------******/

/*------------------------------------------------------------------------------
[Table of contents]
    * preloader css
    * Back to top css
    * Header & Navigation
        * Header top
        * Navigation
    * Slider Area
    * Homescreen
    * About Us
    * Team
    * Projects
    * Services
    * pricing
    * Blog
    * Contact Us
    * Footer
    * pages
        * Home-slider
        * Home video
        * Home-particals
        * Home-2
        * About us - 1
        * About us - 2
        * About us - 3
        * Blog detail
        * Blog grid view
        * Blog grid view right menu
        * Blog grid view left menu
        * Blog list view right menu
        * Blog list view left menu
        * Service - 1
        * Service - 2
        * Service - 3
    
------------------------------------------------------------------------------*/

html {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


ul,
ol {
    list-style: none;
    margin-bottom: 0;
}

a {
    color: #444;
}

span {
    color: #ffffff;
}

a:focus,
a:hover {
    text-decoration: none;
    border-color: transparent;
    outline: 0;
    color: transparent;
}

p {
    margin: 0;
}

section {
    padding: 100px 0;
    position: relative;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.common {
    padding-bottom: 60px;
}

.header-color h2,
.header h2 {
    text-align: center;
    font-size: 40px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
}

.header-color span,
.header span {
    color: #1e73be;
    font-weight: 700;
}

.header-color,
.header {
    position: relative;
}

.text-color {
    color: #1e73be;
}

.txt-left {
    text-align: left !important;
}


/* Button Big*/

.header-btn-group .boxed-btn {
    margin: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    background: #1e73be;
    font-family: 'Roboto', sans-serif;
}

.header-btn-group .boxed-btn:hover {
    background: #fff;
    color: #1e73be;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
}

.boxed-btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
}

.boxed-btn.blank {
    background-color: transparent;
    padding: 15px 40px;
}

.header-btn-group .boxed-btn.blank {
    background-color: transparent;
    color: #1e73be;
    border: 1px solid #1e73be;
    margin-left: 15px;
}

.header-btn-group .boxed-btn.blank:hover {
    background: #1e73be;
    color: #ffffff;
}


/* Button small */

.header-btn-group {
    margin-top: 10px;
}

.header-btn-group .small-btn {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #1e73be;
    font-family: 'Roboto', sans-serif;
}

.single-pricing-plan.active .small-btn,
.single-pricing-plan:hover .small-btn,
.header-btn-group .small-btn:hover {
    background-color: #8EC448;
    color: #ffffff;
}

.small-btn {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff;
    background-color: #1e73be;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
}

.small-btn.blank {
    background-color: transparent;
    padding: 13px 38px;
    border: 2px solid #c1c1c1;
}

.header-btn-group .small-btn.blank {
    background-color: transparent;
    color: #b8baed;
    border-color: rgba(255, 255, 255, 0.2);
}

.header-btn-group .small-btn.blank:hover {
    background-color: #1e73be;
    border-color: #1e73be;
    color: #ffffff;
}


/* Square Button Start */


/* Button Big*/

.btn-square {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #1e73be;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
    border: 1px solid transparent;
}


/* Button small */

.btn-square-small {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #1e73be;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
}


/* Square Button End */

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-t-30 {
    padding-top: 30px;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-0 {
    padding-left: 0;
}


/*---------------------------------
        PRELOADER
--------------------------------*/

#preloader {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff;
    text-align: center;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8ec448;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1e73be;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #14d6d8;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* back to top */

#top-to i {
    background: #1e73be;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    z-index: 999;
}

#top-to i:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 185, 231, 0.5);
}


/* =========================== 
Colour Vertion Style Start
=========================== */

nav.navbar.bootsnav .bootsnav-color {
    background-color: #1e73be !important;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: #ffffff;
}


/* =========================== 
Colour Vertion Style End
=========================== */


/* =========================== 
Navbar Style Start
=========================== */

nav.navbar .navbar-brand img.logo {
    width: 100px;
}

.navbar-brand {
    padding: 20px 15px;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    top: 0px;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    font-size: 14px;
    position: relative;
    top: 2px;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222222 !important;
    color: #6f6f6f;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    margin-top: 2px;
}

@media (max-width: 992px) {
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    nav.navbar .navbar-brand img.logo {
        width: 30px;
    }
    nav.navbar.navbar-mobile ul.nav>li>a {
        padding: 15px 15px;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px;
    }
}

@media(max-width:920px) {
    nav.navbar .dropdown .megamenu-content .col-menu ul>li>a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #1e73be !important;
    }
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #ffffff;
    background-color: transparent;
    outline: none;
    margin-bottom: -2px;
}

nav.navbar.bootsnav {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #1e73be;
    border: none;
    z-index: 9;
}

.attr-nav>ul>li>a {
    color: #ffffff;
    display: block;
    padding: 28px 15px;
    position: relative;
}

.top-search {
    background-color: #212121;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #ffffff;
        border: solid 0px #e0e0e0;
        border-top: 0px !important;
    }
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        padding: 10px 15px;
        border-bottom: solid 0px #e0e0e0;
    }
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #ffffff !important;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
        background-color: #1e73be;
        color: #ffffff;
    }
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
}

@media (max-width: 767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #222222;
    }
}


/*
Border
=========================== */

ul.cart-list>li.total>.btn {
    border-color: #1e73be;
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #1e73be !important;
}


/*
Background
=========================== */

ul.cart-list>li.total>.btn,
.attr-nav>ul>li>a span.badge,
nav.navbar .share ul>li>a:hover,
nav.navbar .share ul>li>a:focus {
    background-color: #1e73be;
}

ul.cart-list>li.total>.btn:hover,
ul.cart-list>li.total>.btn:focus {
    background-color: #1e73be !important;
}


/*
Background
=========================== */

ul.cart-list>li.total>.btn,
.attr-nav>ul>li>a span.badge,
nav.navbar .share ul>li>a:hover,
nav.navbar .share ul>li>a:focus {
    background-color: #1e73be;
}

ul.cart-list>li.total>.btn:hover,
ul.cart-list>li.total>.btn:focus {
    background-color: #1e73be !important;
}

nav.navbar.bootsnav.navbar-fixed {
    z-index: 99;
    /*    border-bottom: 1px solid #ffffff;*/
}


/* =========================== 
Navbar Style End
=========================== */


/* =========================== 
Banner Style Start
=========================== */

.banner {
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 750px;
}

.banner:after {
    position: absolute;
    content: '';
    bottom: 0%;
    left: 0%;
    right: 0;
    background: rgba(1, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in;
    z-index: 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
    width: 100%;
}

.carousel-control.left {
    background-image: unset;
    filter: unset;
    background-repeat: unset;
}

.carousel-control.right {
    background-image: unset;
    filter: unset;
    background-repeat: unset;
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: unset;
    background: #1e73be;
    opacity: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/**
 * Change animation duration
 */

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.into-text h1 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    line-height: 80px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.into-text h1 span {
    color: #1e73be !important;
}

.into-text {
    position: absolute;
    top: 53.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
    z-index: 11;
}

.toggleHeading {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -moz-transition: none !important;
}

.toggleCaption {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -moz-transition: none !important;
}


/* head slider part css */

.slide {
    position: relative;
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.overlay {
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider,
.slide {
    height: 100vh;
    width: 100%;
    min-height: 750px;
}

.slide .slide__img img {
    width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide__content {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide .slide__content--headings {
    text-align: center;
    color: #FFF;
}

.slide .slide__content--headings h2 {
    color: #fff;
    font-size: 62px;
    text-transform: capitalize;
    padding-bottom: 20px;
    line-height: 1.5;
}

.slide .slide__content--headings h3 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 40px 0 20px;
}

.slide .slide__content--headings .animated {
    transition: all .5s ease;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}


/* /////////// IMAGE ZOOM /////////// */

@-webkit-keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}


/* end slider area */


/*** VEDIO SECTION start **/

#Video_sec {
    position: relative;
    height: 100vh;
    min-height: 750px;
}

.video-section .pattern-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.video-section h1,
.video-section h3 {
    text-align: center;
    color: #ffffff;
}

.video-section .buttonBar {
    display: none;
}

.player {
    font-size: 1px;
}

.pattern-overlay {
    z-index: 999;
    height: 100vh;
    min-height: 750px;
}


/*** end of Video section ***/


/* ------- particals ------*/

.large-header canvas {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* =========================== 
Banner Style End
=========================== */


/* =========================== 
About Us Style Start
=========================== */

#about {
    background: #f1f1f1;
}

.about-text {
    text-transform: capitalize;
}

.about-text h3 {
    color: #222222;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 30px;
}

h4 {
    color: #222;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 25px;
}

p {
    color: #444;
    font-size: 14px;
    line-height: 24px;
}

.about-text ul li {
    padding-bottom: 15px;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    text-align: left;
}

.about-text p {
    padding-bottom: 20px;
    text-align: justify;
}
.about-text h4{
    text-align: justify;
}
.about-text ul li i {
    color: #1e73be;
    padding-right: 10px;
}


/* =========================== 
About Us Style End
=========================== */


/*=====================================
 Start of Service Part Css
=======================================*/

.service-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.service-col img {
    width: 60px;
    margin: 0 auto;
}

.service-content h4 span {
    font-size: 20px;
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.service-content h4 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.service-content p {
    font-size: 14px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px;
}

.service-col img {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.service-card:hover {
    background: #1e73be;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: 1px solid #1e73be;
}

.service-card:hover>.service-content>h4>span {
    color: #ffffff;
}

.service-card:hover>.service-content>p {
    color: #ffffff;
}

.service-card:hover .service-pic2 {
    display: none;
}

.service-pic2 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.service-pic {
    margin: 0 auto;
    padding-top: 20px;
}


/*=====================================
 End of Service Part Css
=======================================*/


/* =========================== 
Blog Style Start
=========================== */

.blog-slick {
    margin-top: 40px;
}

.blog-content {
    padding: 30px 25px 30px 25px;
}

#blog-list-page .blog-content {
    padding: 30px 0px 30px 45px;
}

.blog-inner {
    outline: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px -3px rgb(117, 116, 117);
    box-shadow: 0 0 10px -3px rgb(117, 116, 117);
    margin: 0 0 30px;
}

.single-blog {
    outline: 0;
}

.single-blog .bimg {
    position: relative;
}

.single-blog .bimg a {
    display: block;
    position: relative;
    outline: 0;
}

.single-blog .bimg a::before {
    background: #1e73be none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-blog:hover .bimg a::before {
    opacity: 0.5;
}

.single-blog .bimg a .blog-icon {
    background: #1e73be none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    left: 50%;
    line-height: 56px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    -o-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 9;
}

.single-blog:hover .bimg a .blog-icon {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    -o-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.list-shadow,
.blog-inner {
    background: #ffffff;
}

.single-blog .blog-content h4 {
    padding-bottom: 10px !important;
}

.single-blog .blog-content .blog-title,
.single-blog .blog-content .blog-title a {
    color: #222222;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}

.single-blog:hover .blog-content .blog-title,
.single-blog:hover .blog-content .blog-title a {
    color: #1e73be;
}

.single-blog .blog-content .text {
    font-size: 14px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    margin: 15px 0 15px;
    display: inline-block;
}
.blog-comment li{
    margin-right: 20px;
}
.single-blog .blog-content .blog-meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}

.single-blog .blog-content .blog-meta::after {
    background: #222222 none repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    right: 39%;
    top: 10px;
    width: 1px;
}

.single-blog .blog-content .blog-meta .blog-author {
    -webkit-flex: 1 1 60%;
    -moz-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    -o-flex: 1 1 60%;
    flex: 1 1 60%;
    overflow: hidden;
}

.single-blog .blog-content .blog-meta .blog-author .blog-img {
    float: left;
    width: 25px;
    margin-right: 15px;
}

.slidNext4 {
    position: absolute;
    right: 14px;
    top: -40px;
    height: 35px;
    width: 40px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #1e73be;
    z-index: 9;
    padding-left: 3px;
    padding-top: 1px;
    color: #1e73be;
}

.slidprev4 {
    position: absolute;
    right: 60px;
    height: 35px;
    width: 40px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #1e73be;
    top: -40px;
    z-index: 9;
    padding-top: 1px;
    color: #1e73be;
}

.slidNext4:hover,
.slidprev4:hover {
    color: #ffffff;
    background: #1e73be;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.single-blog .blog-content .blog-meta .blog-author .blog-name {
    overflow: hidden;
}

.single-blog .blog-content .blog-meta .blog-author .blog-name p {
    color: #222222;
    font-weight: 400;
    line-height: 30px;
}

.single-blog .blog-content .blog-meta .blog-dateblog-date {
    -webkit-flex: 1 1 30%;
    -moz-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    -o-flex: 1 1 30%;
    flex: 1 1 30%;
    padding-left: 18px;
}

.single-blog .blog-content .blog-meta .blog-date p {
    color: #222222;
    font-weight: 400;
    line-height: 30px;
}

.single-blog .blog-content .blog-meta .blog-date p span {
    color: #222222;
    margin-right: 4px;
}

.blog-carousel .owl-dots {
    margin: 20px 0 0;
    text-align: center;
}

.blog-carousel .owl-dots .owl-dot {
    background: #00324c none repeat scroll 0 0;
    border-radius: 100px;
    display: inline-block;
    height: 8px;
    margin-right: 17px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 8px;
}

.blog-carousel .owl-dots .owl-dot.active {
    background: #1e73be none repeat scroll 0 0;
}

.blog-comment ul {
    padding: 5px 0 20px 0;
}

.blog-content ul li {
    float: left;
}

.blog-comment ul li a span {
    margin-left: 5px;
}

.blog-content ul li:last-child {
    padding-right: 0;
}

.blog-comment ul li a {
    color: #777;
}

.blog-comment ul li a:hover {
    color: #0094f2;
}


/* =========================== 
Blog Style End
=========================== */


/* =========================== 
Pricing Style Start
=========================== */

.price-main {
    margin-top: 100px;
}

.price-item {
    background: #f1f1f1;
    transition: all linear .3s;
}

.single-pricing-plan {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 50px 45px 50px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s linear;
    background: #ffffff;
}

.price-category h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e73be;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.price-details p {
    font-weight: 400;
    color: #444;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.price-rate {
    width: 130px;
    height: 130px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    top: -5px;
    left: 50%;
    border: 5px solid #1e73be;
    transform: translate(-50%);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s linear;
}

.rate {
    position: absolute;
    top: 35px;
    left: 26px;
}

.rate h2 {
    font-size: 32px;
}

.price-details {
    margin: 30px 0;
}

.single-pricing-plan.active {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.single-pricing-plan.active h2,
.single-pricing-plan:hover h2 {
    color: #8EC448;
}

.single-pricing-plan.active .price-rate,
.single-pricing-plan:hover .price-rate {
    border: 5px solid #8EC448;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-plan.active,
.single-pricing-plan:hover {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}


/* =========================== 
Pricing Style End
=========================== */


/*== Video Area CSS Start ==*/

#video-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

#video-area:after {
    background-color: #222222;
    content: "";
    left: 0;
    opacity: 0.65;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.video-icon {
    background-color: #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 30px;
    height: 115px;
    line-height: 115px;
    margin: auto;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 115px;
}

.video-icon i {
    color: #1e73be;
}

.video-block .videos {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    height: 250px;
    left: 50%;
    opacity: 0;
    margin-left: -125px;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    width: 250px;
}


/*Video Area Button*/

.video-block .videos {
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: waves;
    animation-name: waves;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.video-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-block .wave-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-block .wave-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes videos {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*== Video Area CSS End ==*/


/* ================================================
 Testimonials style start
 ================================================ */

.testimonials-wrapper {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-bottom: 112px;
}

.testimonials-wrapper:after {
    background-color: #222222;
    content: "";
    left: 0;
    opacity: 0.7;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.header-color h2 {
    color: #ffffff !important;
}

.testimonials-wrapper .item i {
    color: #ffffff;
    font-size: 50px;
}

.testimonials-wrapper .item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    padding: 4px;
    margin: 33px auto 30px;
}

.testimonials-wrapper h4 {
    color: #1e73be;
    font-size: 24px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 20px !important;
}

.testimonials-wrapper p {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    font-style: normal;
    line-height: 24px;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 85%;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    margin: 60px 5px 0;
    padding: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #1e73be;
    background: transparent;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.slick-dots .slick-active {
    background: #1e73be;
}


/* ================================================
 Testimonials style end
 ================================================ */


/* ================================================
 Team Style Start
 ================================================ */

#team {
    background: #f1f1f1;
}

.team-text h3 {
    color: #222222;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: -5px;
    word-spacing: 2px;
    font-size: 26px;
}

.details-item img,
.team img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.details-item img,
.team img:hover {
    border: 3px solid #1e73be;
    border-radius: 50%;
    padding: 5px;
}

.team-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.team-text p {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.7;
}

.team-section {
    border-bottom: 1px solid #1e73be;
    position: relative;
}

.team h2 {
    font-size: 18px;
    text-align: center;
    color: #222222;
    text-transform: capitalize;
    margin-top: 18px;
}

.team ul {
    display: flex;
    justify-content: center;
    width: 80%;
}

.team ul li {
    float: left;
    margin-right: 10px;
}

.team ul li a i {
    color: #222222;
    font-size: 18px;
    margin-top: 15px;
}

.team ul li a i:hover {
    color: #1e73be;
}

.slidNext {
    position: absolute;
    bottom: -5%;
    left: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #1e73be;
    z-index: 9;
    padding-left: 3px;
    padding-top: 1px;
    color: #1e73be;
}

.slidprev {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #1e73be;
    bottom: -5%;
    left: 40%;
    z-index: 9;
    padding-top: 1px;
    color: #1e73be;
}

.slidNext:hover,
.slidprev:hover {
    color: #ffffff;
    background: #1e73be;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.team-slider-img {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-content img {
    width: 400px;
    margin: 0 auto;
}

.team-slider-img .col-md-12,
.item,
.details-item {
    outline: 0;
}


/* ================================================
 Team style end
 ================================================ */


/* ================================================
 Project style start
 ================================================ */

#project {
    background: #f1f1f1;
}

.project-text {
    background: #ffffff;
    padding: 60px 30px 80px 30px;
    height: 100%;
}

.project-text h2 {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 0 18px 0;
}

.project-text p {
    font-size: 14px;
    color: #444444;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: justify;
}

.project-inner {
    outline: 0;
}

.project-slick {
    margin-top: 30px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.project-img {
    position: relative;
}

.project-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1e73be;
    padding: 15px;
}

.project-img-text h2 {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
}


/* ================================================
 Project style end
 ================================================ */


/* ================================================
 Partner style Start
 ================================================ */

#Partner {
    background: #f1f1f1;
    outline: 0;
    padding: 60px 0;
}

.partner-slide {
    min-width: 61vw;
}

.counter-one {
    outline: 0;
}

.slick-slide img {
    margin: 0 auto;
}


/* ================================================
 Partner style end
 ================================================ */


/* ================================================
 Contact And Footer style Start
 ================================================ */

.main-footer {
    background: #212121;
    padding-top: 60px;
}

.footer-logo a {
    display: inline-block;
}

.media {
    margin-top: 20px;
}

.footer-inner .media .media-left i {
    height: 35px;
    width: 35px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin-top: 5px;
    color: #ffffff;
}

.footer-logo a img {
    width: 140px;
    padding: 15px 0 5px;
}

.footer-inner .media .media-left i:hover {
    height: 35px;
    width: 35px;
    border: 1px solid #1e73be;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin-top: 5px;
    color: #1e73be;
}

.footer-inner .media .media-body a {
    display: block;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
}

.footer-inner h3 {
    font-size: 20px;
    padding-bottom: 30px;
    position: relative;
    color: #ffffff;
}

.footer-inner h3:before {
    position: absolute;
    content: '';
    top: 60%;
    left: 0;
    width: 50px;
    height: 2px;
    background: #1e73be;
}

.footer-inner.tag a {
    height: 31px;
    padding: 0 10px;
    border: 1px solid #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(51, 51, 51);
    display: inline-block;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 10px 5px 0 0;
    font-size: 14px;
    color: #ffffff;
    outline: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
}

.footer-inner p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.post-title a p:hover {
    color: #1e73be;
}

.bottom-text p {
    font-size: 14px;
    color: #f1f1f1;
}

.post-content {
    margin-bottom: 5px;
    display: inline-block;
}

.post-img {
    float: left;
}

.post-img img {
    width: 70px;
}

.post-title {
    float: right;
    width: 68%;
}

.post-title a p {
    display: inline-block;
    text-decoration: none;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
}

.post-title p {
    margin: 0;
}

.post-title span {
    color: #ffffff;
    font-size: 13px;
}

.newsletter {
    margin-top: 24px;
}

.newsletter .form-control {
    border: 1px solid #ffffff;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0 10px;
    /*    margin-top: 34px;*/
}

.newsletter .form-control:focus {
    box-shadow: none;
    background: none;
}

.newsletter .all-btn {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #1e73be;
    outline: 0;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid transparent;
    padding: 10px;
}

.newsletter .all-btn:hover {
    background: #ffffff;
    color: #1e73be;
}

.bottom-footer {
    border-top: 1px solid #1e73be;
    padding: 15px 0;
    color: #ffffff;
    position: relative;
    z-index: 9;
}

.bottom-text p a {
    color: #1e73be;
    text-transform: uppercase;
    margin-left: 2px;
}

.bottom-social {
    text-align: right;
}

.bottom-social ul li {
    display: inline-block;
    padding-right: 30px;
}

.bottom-social ul li a {
    font-size: 14px;
    color: #cccccc;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.bottom-social ul li:last-child {
    margin-right: 0px;
}

.bottom-social ul li:hover a {
    color: #ffffff;
}


/* ================================================
 Contact And Footer style end
 ================================================ */


/* ---------------------------------------------------------------------------------------------------
                                             

                                        Other's Page Css Start


--------------------------------------------------------------------------------------------------- */


/* ================================================
 All Blog Pages  style Start
 ================================================ */


/* Breadcramb Start */

#page-breadcrumb {
    height: 250px;
    position: relative;
    z-index: 1;
    background: url(../images/breadcramb-bg.jpg) left top no-repeat;
    background-size: cover;
    background-position: center;
}

.page-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .85);
    z-index: 0;
}

.breadcrumb-menu {
    color: #ffffff;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: capitalize;
    text-align: center;
}

.breadcrumb-menu h3 {
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.5;
    letter-spacing: 1px;
	color: #fff;
}

.breadcrumb-menu .breadcrumb {
    background-color: transparent;
    border-style: none;
    border-radius: 0px;
    padding: 0;
}

.breadcrumb li a {
    color: #ffffff;
    font-size: 18px;
}

.breadcrumb>li+li::before {
    content: "\f101";
	
    font-family: 'Font Awesome 5 Free';
	
	
	
	
	
}

.breadcrumb>.active,
.breadcrumb li a:hover {
    color: #1e73be;
}


/* Breadcramb end */

.pagination {
    margin: 30px 0 0;
    border-radius: 0px;
}

.blog-pagination>ul>li>a {
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 50px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #1e73be;
    border-color: #1e73be;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #1e73be;
    border-color: #1e73be;
    color: #ffffff;
}


/* ============================== blog page sidebar css ====================== */

.blog {
    background: #f1f1f1;
}

.grid-right-row .single-blog {
    transform: translateY(0);
}

.blog-grid-right {
    margin-left: -20px;
}

.sidebar-search {
    padding-top: 0px;
    margin-top: -8px;
}

.pull-right {
    float: right;
}

.sidebar-search form {
    min-width: 350px;
    margin: 6px 0 0;
    position: relative;
}

.sidebar-search form input {
    background: #ffffff;
    padding: 15px 15px;
    border: 0 none;
    width: 100%;
    border: 2px solid #dddddd;
    outline: 0;
}

.sidebar-search form::after {
    position: absolute;
    right: 30px;
    bottom: 18px;
    font-size: 18px;
    color: #000000;
    content: "\f002";
    font-family: fontawesome;
}

.sidebar-categori {
    background: #ffffff;
    padding: 20px 15px;
    margin-top: 12px;
}

.side-tab {
    background: #ffffff;
    padding: 20px 15px;
    margin-top: 30px;
}

.blog-tag h2,
.sidebar-categori h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.sidebar-categori tr td a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #222222;
    line-height: 2.25;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
}

.sidebar-categori table {
    border: none;
    width: 100%;
}

.sidebar-categori table td {
    color: #222222;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px 5px;
}

.cat-right {
    text-align: right;
}

.cat-right:hover {
    color: #000000;
    font-weight: 600;
}

.sidebar-categori table tr:hover td,
.sidebar-categori table tr:hover td a,
.sidebar-categori table tr td a:focus {
    color: #000000;
    font-weight: 600;
    margin-left: 10px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

side-tab ul li {
    border: none;
}

.side-tab ul li a {
    font-size: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 0;
    padding: 0 10px 0 0;
}

.side-tab ul li.active a:hover,
.side-tab ul li.active a {
    border: none;
    background: none;
    color: #1e73be;
}

.side-tab ul li :hover {
    border: transparent;
    background: none;
    color: #000000 !important;
}

.nav-tabs {
    border: none;
}

.nav-tabs li {
    border: none;
}

.nav-tabs>li>a:hover {
    border: none;
    background: transparent;
    color: #000000 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #1e73be;
    cursor: default;
    background-color: #ffffff;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 0;
}

.tab-content .media {
    border-bottom: 1px solid #222222;
    padding: 20px 0;
    margin-top: 0;
    background: #ffffff;
}

.tab-content .media:last-child {
    border-bottom: none;
}

.tab-content .media-left {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-right: 0;
}

.tab-content .media-left .overlay {
    box-shadow: 0 0 0 5px rgba(129, 130, 135, .5) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(129, 130, 135, .5) inset;
}

.tab-content .media-left .img-inner {
    width: 100%;
}

.img-inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.tab-content .media-heading {
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.tab-content .media-body {
    width: 250px;
    padding-left: 27px;
}

.tab-content .media-body span {
    font-size: 14px;
    color: #444;
    padding-right: 4px;
    text-transform: capitalize;
}

.tab-content .media-body span i {
    padding-right: 5px;
}

.tab-content .media:hover .overlay-side,
.home-gallary-img:hover .overlay-side,
.home-blog-div:hover .home-gallary-img .overlay-side {
    height: 100%;
    opacity: 1;
}

.tab-img-div {
    position: relative;
    z-index: 1;
}

.tab-content .media:hover .media-heading {
    color: #222222 !important;
}

.home-gallary-img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
}

.tab-content .media:hover img {
    transform: scale(1.2);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

.overlay-side {
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background: rgba(20, 214, 216, 0.5);
    opacity: 0;
}

.over-link {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.over-link a:hover {
    color: #222222;
}

.blog-tag {
    background: #ffffff;
    padding: 20px 15px;
    margin-top: 30px;
}

.blog-tag a {
    height: 31px;
    padding: 0 10px;
    border: 1px solid #222222;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 10px 0px 0 0;
    font-size: 14px;
    color: #222222;
    outline: 0;
    text-transform: capitalize;
}

.blog-tag a:hover {
    border-color: #222222;
    color: #222222;
}


/* ================== blog list ============== */

.single-list-blog {
    border-radius: 3px;
    margin-left: 1px;
    margin-right: 0;
}

.list-shadow {
    -webkit-box-shadow: 0 0 10px -3px rgb(117, 116, 117);
    box-shadow: 0 0 10px -3px rgb(117, 116, 117);
    margin-bottom: 30px;
}

.single-list-blog .bimg {
    margin-left: -15px;
    padding: 0;
    margin-right: -15px;
}

.single-list-blog img {
    border-radius: 0 !important;
}


/* ===================================================================================
                    Here is the Blog Detail part Start
===================================================================================== */


/* === blog-details page start === */

.blg-dtls-content h4 {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    line-height: 1.5;
    padding: 30px 0 10px;
    text-transform: capitalize;
}

.blg-dtls-content h4 span {
    float: right;
    color: #000000;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.blg-dtls-content ul li:first-child,
.blg-dtls-content ul li:nth-child(2) {
    float: left;
}

.blg-dtls-content ul li a {
    color: #000000;
    margin-right: 15px;
}

.blg-dtls-content ul li a span {
    font-size: 13px;
    text-transform: capitalize;
    padding-left: 6px;
    color: #000000;
}

.blg-dtls-content p {
    text-align: left;
    line-height: 24px;
    padding: 0px 0px 30px;
    color: #444;
    text-align: justify;
}

.blg-dtls-content p:first-child {
    padding-bottom: 30px;
}
.blg-dtls-content .list-inline{
    margin-bottom: 30px;
}
.blg-dtls-content .blog-highlights p {
    background-color: #ffffff;
    padding: 26px 10px 26px 30px;
    margin-bottom: 30px;
    border-left: 3px solid #14d6d8;
    font-style: italic;
    color: #444;
    font-size: 14px;
}

.pdl {
    padding-left: 0;
}

.blog-comments h4 {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    line-height: 24px;
    padding: 0px 0 10px;
    text-transform: uppercase;
}

.blog-comments .media {
    padding: 15px 0;
}

.media-first {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.blog-comments .media .media-left img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
}

.blog-comments .blog-media .media-left {
    padding-right: 30px;
}

.blog-media .media-heading {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 600;
    color: #222222;
}

.blog-media .media-heading span {
    float: right;
    color: #444444;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.blog-media p {
    padding: 10px 0 5px !important;
}

.blog-media a {
    color: #000000;
}

.blog-media a:hover {
    color: #222222;
}

.blogdetails-form h4 {
    padding: 0px 0 40px !important;
}

.blogdetails-form form .form-group.col-sm-12 textarea {
    width: 100%;
    height: 120px;
    padding: 5px 10px;
}

.blogdetails-form form .form-group input,
.blogdetails-form form .form-group textarea {
    color: #ddd;
    text-transform: capitalize;
    resize: none;
    border: 1px solid #dddddd;
    border-radius: 0px;
    font-size: 13px;
}

.blogdetails-form form .form-group input:focus,
.blogdetails-form form .form-group textarea:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(20, 214, 216, 0.5);
}

.blogdetails-form .book-btn {
    width: 100%;
}

.blog-grid-btn a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.blogdetails-form {
    margin-top: 30px;
}

.blog-detail-img img {
    width: 100%;
    margin: 50px 0 0;
}

.browser-btn2 {
    text-align: center;
    background-color: #1e73be;
    padding: 10px 0;
    border: 1px solid #1e73be;
    width: 100%;
    transition: padding 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53), margin 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 9;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


/* ================================================
 All Blog Pages  style End
 ================================================ */


/* ================================================
 All About Us Pages  style Start
 ================================================ */


/* About us - 1 Start */

#about-details {
    background-image: url("../images/aboutus-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#about-details:after {
    background-color: #ffffff;
    content: "";
    left: 0;
    opacity: 0.10;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.about-image {
    width: 100%;
}

.about-card {
    padding: 30px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #f1f1f1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.about-card:hover {
    background: #1e73be;
}

.about-card:hover .card-content h4 {
    color: #ffffff;
}

.about-card:hover .card-content p {
    color: #ffffff;
}

.about-card:hover .card-content i {
    color: #ffffff;
}

/*.about-container {
    padding-bottom: 80px;
}*/

.card-content h4 {
    color: #1e73be;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 0;
}

.card-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.card-content i {
    color: #1e73be;
    font-size: 48px;
    margin-bottom: 20px;
}


/* counter start */

#counter {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#counter:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.80;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.count-in img {
    margin: 10px auto;
    padding-bottom: 15px;
}

.cointer-img {
    background: transparent;
    border: 2px solid #1e73be;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0px auto 30px;
    padding-top: 14px;
}

.counter-text h4 {
    color: #1e73be;
    margin-bottom: 20px;
    font-size: 40px;
    padding-bottom: 0;
}

.counter-text h5 {
    color: #1e73be;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
}

.counter-text p {
    padding-top: 20px;
    color: #ffffff;
}


/* counter end */


/* join us Start */

#joinus {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#joinus:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.70;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.joinus-inner {
    text-align: center;
}

.joinus-inner h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}


/* join us End */


/* About us - 1 End */


/* About Us - 2 Start */


/* about us stction start */

#about-two {
    background-image: url("../images/aboutus-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#about-two:after {
    background-color: #ffffff;
    content: "";
    left: 0;
    opacity: 0.10;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}


/* about us stction end */


/* about-testimonial stction Start */

.about-testimonial {
    margin-top: 0 !important;
}

.header-about h2 {
    text-align: center;
    font-size: 40px;
    color: #1e73be;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.about-test {
    margin-top: 30px;
}

.about-test p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}

.about-test .item i {
    color: #222222;
    font-size: 50px;
}

.about-test h4 {
    color: #1e73be;
    font-size: 24px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.about-test p {
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
}


/* about-testimonial stction end */


/* About Us - 2 End */


/* About Us - 3 Start */


/* about section start */

.about-content p {
    text-align: left;
    padding: 0 0 20px;
    color: #444444;
    font-size: 14px;
    margin-top: 0;
    text-transform: capitalize;
}


/* about-vedio part start */

.about-vedio {
    position: relative;
}

.about-vedio:before {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.65;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.youtube-video a img {
    text-decoration: none;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: #1e73be;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* about section end */


/* join-us section start */

.join-us {
    background-image: url("../images/joinus-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.join-us:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.70;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.join-details h1 {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0px;
    line-height: 1.3;
    color: #1e73be;
    text-transform: capitalize;
    word-spacing: 1.5px;
    font-weight: 700;
}

.join-details p {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.jn-btn {
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    background: #1e73be;
    border: 2px solid #1e73be;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    z-index: 999;
    border-radius: unset;
    font-size: 16px;
    transition: 0.3s ease all;
}

.jn-btn:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #1e73be;
}


/* about skill start */

.about-progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.about-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.about-progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.about-progress .about-progress-left {
    left: 0;
}

.about-progress .about-progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.about-progress .about-progress-left .about-progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.about-progress .about-progress-right {
    right: 0;
}

.about-progress .about-progress-right .about-progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.about-progress .about-progress-value {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}

.about-progress.blue .about-progress-bar {
    border-color: #1e73be;
}

.about-progress.blue .about-progress-value {
    color: #1e73be;
}

.about-progress.blue .about-progress-left .about-progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.about-progress.yellow .about-progress-bar {
    border-color: #1e73be;
}

.about-progress.yellow .about-progress-value {
    color: #1e73be;
}

.about-progress.yellow .about-progress-left .about-progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.about-progress.pink .about-progress-bar {
    border-color: #1e73be;
}

.about-progress.pink .about-progress-value {
    color: #1e73be;
}

.about-progress.pink .about-progress-left .about-progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.about-progress-text {
    text-align: center;
    text-transform: capitalize;
}

.about-progress-text h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0 20px;
}

.about-progress-text p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}


/* about skill end */


/* join-us section end */


/* About Us - 2 End */


/* About Us - 3 Start */

.video-sec {
    min-height: 30vh;
}

.video-card {
    background: #f1f1f1;
    padding: 50px 16px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.video-card:hover {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    background: #ffffff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
}

.video-content {
    padding-top: 30px;
}

.video-card-content {
    text-align: center;
}

.video-card-content i {
    color: #1e73be;
    font-size: 48px;
    margin-bottom: 20px;
}

.video-card-content h4 {
    color: #1e73be;
    font-size: 22px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.video-card-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    color: #444;
}


/* history section start */

.history {
    background: #f1f1f1;
}

.timeline {
    position: relative;
    z-index: 1;
}

.timeline:before {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 1px;
    top: 0;
    border-right: 1px solid #1e73be;
    z-index: -1;
}

.timeline .date-title {
    text-align: center;
    margin: 0px 50px 40px;
}

.timeline .date-title span {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #1e73be;
    border-radius: 4px;
}

.news-item.right {
    float: right;
    margin-top: 40px;
}

.news-item .news-content {
    margin: 20px 30px 0 0;
    position: relative;
    padding: 30px;
    padding-left: 100px;
    background: #ffffff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:hover .news-content {
    background: #1e73be;
    color: #ffffff;
}

.news-item.right .news-content {
    margin: 20px 0 0 30px;
}

.news-item .news-content:after {
    display: block;
    content: "";
    position: absolute;
    top: 50px;
    right: -40px;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 20px solid transparent;
    border-left: 20px solid #ffffff;
    -webkit-transition: border-left-color .3s ease-out;
    transition: border-left-color .3s ease-out;
}

.news-item.right .news-content:after {
    position: absolute;
    left: -40px;
    right: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid #ffffff;
    -webkit-transition: border-right-color .3s ease-out;
    transition: border-right-color .3s ease-out;
}

.news-item:hover .news-content:after {
    border-left-color: #1e73be;
}

.news-item.right:hover .news-content:after {
    border-left-color: transparent;
    border-right-color: #1e73be;
}

.news-item .news-content:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -55px;
    top: 60px;
    background: #1e73be;
    border: 3px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.news-item.right .news-content:before {
    left: -55px;
    right: auto;
}

.news-content .date {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 10px;
    text-align: center;
    color: #1e73be;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.news-item:hover .news-content .date {
    color: #ffffff;
}

.news-content .date p {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.news-content .date small {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.news-content .news-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

.news-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #222222;
    text-align: justify;
}

.news-item.right:hover>.news-content>.date>p {
    color: #ffffff;
}

.news-item.right:hover>.news-content>.news-title {
    color: #ffffff;
}

.news-item.right:hover>.news-content>p {
    color: #ffffff;
}

.news-item:hover>.news-content>.date>p {
    color: #ffffff;
}

.news-item:hover>.news-content>.news-title {
    color: #ffffff;
}

.news-item:hover>.news-content>p {
    color: #ffffff;
}


/* history section end */

/* newsletter start */

.about-newsletter {
    background-image: url("../images/service-newsletter-bg-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.about-newsletter:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.70;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.newsletter-text {
    text-transform: capitalize;
}

.newsletter-text h3 {
    color: #ffffff;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}


/* newsletter end */


/* About Us - 3 End */


/* ================================================
 All About Us Pages  style End
 ================================================ */


/* ================================================
 All Service Pages  style Start
 ================================================ */


/* service - 1 Start */

.join-us-service {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 60px !important;
}

.join-us-service:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.70;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}


/* send message start */

.cont-inline .cont-group .form-control,
.cont-inline .cont-group textarea {
    width: 100%;
    border-style: none;
    border: 1px solid #f6f6f6;
    padding: 5px 10px;
    height: 40px;
    color: #000000 !important;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    border-radius: 0;
}

.cont-inline .cont-group textarea {
    height: 120px;
    resize: none;
}


/* send message end */


/* service - 1 End */


/* service - 2 Start */

.service-two-text h4 {
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 0;
}

.service-two-text p{
    text-align: justify;
}

.service-two-text {
    padding: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #f1f1f1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.service-two-text:hover {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .2);
    background: rgba(0, 185, 231, 1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
}

.service-two-text:hover h4,
.service-two-text:hover p {
    color: #fff;
}

.feature-text p{
    text-align: justify;
}

/* feature start */

#service-features {
    background: #f1f1f1;
}

.service-features-text {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 20px;
}

.service-features-text:hover {
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.service-features-text h4 {
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 0;
}

.service-features-text img {
    margin: 20px auto;
}


/* feature end */


/* service - 2 End */


/* service - 3 Start */

#service-inner-one,
#service-inner-three {
    background: #f1f1f1;
}

.service-inner-text h3 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 30px;
}

.service-inner-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
    font-weight: 400;
    text-align: justify;
}


/* subscribe */

.main-newsletter {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 60px 0 !important;
}

.main-newsletter:after {
    background-color: #000000;
    content: "";
    left: 0;
    opacity: 0.75;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.main-newsletter h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 45px;
    margin-top: 0;
}

.subscribe {
    width: 70%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.subscribe h6 {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.subscribe input[type="email"] {
    outline: none;
    border: none;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #222222;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
}

.subscribe input[type="submit"] {
    color: #1e73be;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: 'Lora', serif;
    font-weight: 600;
    padding: 9.5px 0px;
    text-transform: capitalize;
    width: 100%;
    border: none;
    outline: none;
    background: #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 30px;
}

input[type="submit"]:hover {
    background: #f1f1f1;
    color: #1e73be;
}


/* service - 3 End */


/* ================================================
 All Service Pages  style End
 ================================================ */


/* ================================================
 404 Page  style Start
 ================================================ */

.error-page {
    background: #f1f1f1;
}

.search-container {
    height: 125px;
}

input.search-btn {
    width: 150px;
    background: #1e73be;
    color: #ffffff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px;
    border: unset;
}

input.search-btn:hover {
    background: #8EC448;
    color: #ffffff;
}

input.search-page {
    width: 50%;
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
}

.error-text {
    text-align: center;
}

.error-text h2 {
    font-family: 'Lora', serif;
    font-size: 200px;
    font-weight: 700;
    text-align: center;
    padding: 60px 0;
    color: #222222;
}

.error-text span {
    color: #1e73be;
}

.error-text h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    padding-top: 50px;
    color: #222222;
    padding-bottom: 30px;
}

/* ================================================
404 page style End
 ================================================ */


/* ================================================
 plcaholder color selection color style Start
 ================================================ */

textarea::-webkit-input-placeholder {
    color: #dddddd;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #dddddd;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #dddddd;
}

textarea:-ms-input-placeholder {
    color: #dddddd;
}

p::-moz-selection {
    background: #1e73be;
    color: #ffffff;
}

p::-webkit-selection {
    background: #1e73be;
    color: #ffffff;
}

p::selection {
    background: #1e73be;
    color: #ffffff;
}


/* placeholder color */

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222222 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222222 !important;
}

.footer-form::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff !important;
}

.top-search input.form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}


/*** EXTRA CSS ***/

.about-text ul {
    margin: 0!important;
    list-style: none!important;
    padding: 0!important;
}


.about-text ul li {
    padding-bottom: 15px;
    font-size: 14px;
    color: #444!important;
    font-weight: 500;
    text-align: left;
    list-style: none!important;
    margin: 0!important;
    line-height: inherit!important;
	position: relative;
	padding-left: 30px;
}

.about-text ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'IcoFont' !important;
    content: "\f021";
    color: #1e73be;
}

.team-bordered-grad img {
	border-radius: 50%!important;
	width: 182px!important;
}

.team ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
	font-style: normal!important;
}

.team ul li {
    line-height: inherit!important;
    margin-bottom: 0!important;
    color: inherit!important;
    list-style: none!important;
}

.team ul li a i, .video-area-content i, .blog-content i, .our-blog i, .our-team i {
	font-style: normal!important;
}


.blog-comment ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}

.blog-content ul li {
	margin: 0!important;
    padding: 0!important;
    list-style: none!important;
	margin-right: 8px!important;
}

.counter-text h4, .counter-text h5, .about-progress-text h3, .card-content h4, .main-newsletter h2{
	text-align: center;
}

.video-card-content i, .card-content i {
    font-style: normal!important;
}

.cont-inline .header-btn-group .small-btn {
	border: 0px solid;
}


.theme-header-area {
	position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
	padding: 24px 0;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	padding-left: 45px;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
}

.mainmenu ul li a {
	padding: 0 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 600!important;
}

.theme_footer_Widegts {
	background: #212121;
    padding-top: 60px;
}

.theme_footer_Widegts img.footer-logo {
    width: 140px;
    margin: 15px 0 5px;
}

.footer-inner h4.widget-title {
    font-size: 20px;
    padding-bottom: 30px;
    position: relative;
    color: #ffffff;
}

.footer-inner h4.widget-title:before {
    position: absolute;
    content: '';
    top: 60%;
    left: 0;
    width: 50px;
    height: 2px;
    background: #1e73be;
}

a.srpw-title {
    font-size: 16px;
    color: #fff;
}

.srpw-classic-style .srpw-meta {
    color: #fff !important;
    font-size: 11px !important;
    padding: 0px 0 !important;
    line-height: 1;
}


.footer-inner .tagcloud a {
    height: 31px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 10px 5px 0 0;
    font-size: 14px!important;
    color: #ffffff;
    outline: 0;
    border-bottom: 1px solid #fff;
}

.newsletter input[type="email"]::placeholder, .newsletter input[type="text"]::placeholder {
    color: #fff!important;
}


.header-two-wrapper.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header-two-wrapper.sticky {
	background: #1e73be;
}

body.admin-bar .header-two-wrapper.sticky {
	top: 32px;
}

.header-two-wrapper.sticky .mainmenu ul li a {
	padding: 0px 20px;
}

.header-two-wrapper.sticky .mainmenu ul li ul.sub-menu li a {
	padding: 8px 30px;
}

.header-two-wrapper.sticky .mainmenu ul li:first-child a {
	
}


.dark-mode-logo {
    display: none;
}

#theme-header.stick-top.sticky .theme-logo {
    display: none;
}

#theme-header.stick-top.sticky .dark-mode-logo {
    display: block;
}


/*** Header Search ***/

.theme-search-box {
    position: relative;
    display: inline-block;
	top: 5px;
}

.theme-search-box .search-btn {
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.theme-search-box .close-btn {
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 20px;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.theme-search-box .close-btn.active {
    display: block;
}

.theme-search-box .close-btn:hover {
    color: #fff;
}

.search_box__Wrap {
    display: none;
}

.search_box__Wrap.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    z-index: 99;
    margin-top: 20px;
    border-radius: 8px;
    background: #ffffff;
}

.search_box__Wrap.search-popup .search-form {
    position: relative;
}

.search_box__Wrap.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #1e73be;
    padding-left: 20px;
    color: #292929;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 8px;
}

.search_box__Wrap.search-popup .search-form .search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    background: transparent;
    border: none;
    width: 40px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.search_box__Wrap.search-popup .search-form .search-button:hover {
    color: #1e73be;
}

.header_search_alt .theme-search-box .search-button i {
    line-height: normal;
    font-weight: 400;
    font-size: 18px;
}

.header_search_alt .theme-search-box .close-btn {
    width: auto;
}

.header_search_alt .search_box__Wrap.search-popup {
    right: 0px;
    margin-top: 6px;
}

.header_search_alt .search-form .search-input {
    font-size: 17px;
}

.header_search_alt .theme-search-box:hover:before {
    background: #fff;
}

.header_search_alt .search_box__Wrap.search-popup {
    border-radius: 10px;
}

.search_box__Wrap.search-popup .search-form ::-webkit-input-placeholder {
    color: #CCC;
}

.header_search_alt.search-layout-two .search_box__Wrap.search-popup {
    right: 0px;
    margin-top: 19px;
}

.srpw-content {
	float: right;
    width: 72%;
	overflow: hidden;
}

.blog-new-layout .blog-content {
    padding: 30px 0px 30px 45px!important;
}

.post-author.blog-author-img img {
    border-radius: 50px!important;
}

.single-blog .blog-content .blog-meta::after {
    right: 50%;
}


.blog-sidebar .widget_search .input-group {
    display: block;
    overflow: hidden;
}

.srpw-classic-style li {
    border-bottom: 0px solid #f0f0f0 !important;
}


.blog-layout-bottom-content h1.blog-item-title {
	font-size: 24px;
    color: #222222;
    font-weight: 700;
    line-height: 1.5;
    padding: 30px 0 10px;
    text-transform: capitalize;
}

.blog-layout-bottom-content blockquote p:last-child {
	padding-bottom: 0!important;
}


.blog-layout-bottom-content .blog-item-meta-top {
    overflow: hidden;
    margin-bottom: 25px;
    font-size: 13px;
}

.blog-layout-bottom-content .blog-item-meta-top div {
    display: inline-block;
    margin-right: 15px;
}

.blog-layout-bottom-content .blog-item-meta-top div a {
    color: #000;
}

.blog-layout-bottom-content .blog-item-meta-top div span {
    color: #000;
}

.into-text h1, .service-content h4, .single-pricing-plan.active h2, .testimonials-wrapper h4, .video-card-content h4, .price-category h2 {
	text-align: center;
}

.team-content img {
    border: 3px solid #1e73be!important;
    border-radius: 50%!important;
    padding: 5px!important;
}

.about-pagee-overview section#about {
    background: transparent;
}

.join-alt-design .joinus-inner h2 {
    font-size: 24px;
}


.mainmenu ul li ul.sub-menu {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
    display: block;
    right: 0;
    left: -25px;
    float: none;
    text-align: left;
    opacity: 0;
    padding: 0px 0;
    top: 45px;
    visibility: hidden;
    min-width: 175px;
    border: 0px solid #f5f5f5;
    background: #ffffff;
    box-shadow: 0px 30px 70px 0px rgb(137 139 142 / 15%);
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 0px solid #0B2DA6;
}

.mainmenu ul li ul.sub-menu li {
    display: block;
    width: 100%;
    clear: both;
}

.mainmenu ul li ul.sub-menu li a {
    font-size: 14px;
    font-weight: 400!important;
    line-height: 1.375;
    display: block;
    padding: 12px 30px 12px 20px;
    color: #6f6f6f;
    position: relative;
    z-index: 1;
    width: 100%;
    clear: both;
    text-align: inherit;
    background: 0 0;
    border: 0;
}

.mainmenu ul li ul.sub-menu li a:hover {
    background: #1e73be;
	color: #fff;
}

.mainmenu ul li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.mainmenu ul li a {
    padding-bottom: 23px;
}


/*** Mobile Navigation ***/

.slicknav_menu {
    display: none;
}

div.slicknav_menu {
    background: transparent;
    text-align: right;
    font-size: 15px;
}

.slicknav_menu .slicknav_menutxt {
    font-weight: 400;
}

.slicknav_btn {
    float: none;
    display: inline-block;
}

ul.slicknav_nav {
    background: #1e73be;
    text-align: left;
    position: relative;
    top: -52px;
}

.slicknav_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slicknav_nav li:last-child {
    border-bottom: 0 solid;
}

a.slicknav_btn {
    background: #1e73be;
    border-radius: 0;
    margin: 3px 1px 15px;
    position: relative;
    top: 0px;
    right: 9px;
    border-radius: 3px;
}

.slicknav_nav a {
    color: #ffffff;
    padding-left: 20px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0px 0px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
}

.slicknav_nav li a:hover {
    background: #000;
    border-radius: 0;
    color: #fff;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.bitit-mobile-nav {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: #111;
    color: #fff;
}

.slicknav_nav .slicknav_arrow {
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 20px;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0;
    border-radius: 8px;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    box-shadow: none;
    top: 3px;
    position: relative;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.theme-nav-design-two.tab-nav {
    margin-top: 4px;
}

.widget_smart_recent_entries .srpw-classic-style li {
    border-bottom: 0px solid!important;
}

.widget_smart_recent_entries a.srpw-title {
    font-size: 15px!important;
    color: #fff;
    line-height: 1.5!important;
}

.footer-top {
    padding-bottom: 45px;
}

.not-found form button, .blog-sidebar .widget_search form button {
    z-index: 111;
}

.theme-tags__wrapper.tag-lists a {
    font-size: 17px;
    line-height: 29px;
    border: 1px solid #8F8F8F;
    color: #8F8F8F;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}

.theme-tags__wrapper.tag-lists a:hover {
    background: #1e73be;
    border-color: #1e73be;
    color: #fff;
}

.content-search {
	padding-top: 100px;
	padding-bottom: 70px;
}

.content-search a:hover {
    color: #000;
}


.content-search h2.entry-title {
    margin-bottom: 30px;
}

.project-slick .project-img img {
	height: 100%;
}

.testimonials-wrapper {
    padding-bottom: 152px;
    padding-top: 75px;
}

 .team ul {
    text-align: center;
    margin: auto!important;
}

.testimonials-wrapper .item i {
    font-style: normal!important;
}

h1.text-logo.theme-logo-text a {
    color: #fff;
}

h1.text-logo.theme-logo-text a:hover {
    color: #f8f8f8;
}

.mainmenu ul li a {
    color: #fff;
}

.mainmenu ul li.menu-item-has-children:before {
    position: absolute;
    right: 4px;
    top: 0px;
    font-family: 'IcoFont' !important;
    content: "\eab2";
    color: #fff;
}




























