body{
    color: #6d6d6d;
    font-size: 17px;
    line-height: 1.5;
}
p:last-child {
    margin-bottom: 0;
}
a:hover{
    text-decoration: none !important;
}
.section-title h2{
    position: relative;
    font-size: 40px;
    line-height: 60px;
    color: #3b3b3b;
    font-weight: 700;
    padding-bottom: 0;
}
h1,h2,h3,h4,h5,h6{
    color: #3b3b3b;
}
.site-header{
    padding: 20px 0;
}
/**
 * Navigation */
 .header-section {
    position: relative;
    padding: 20px 0px;
}
.header-navigation {
    text-align: center;
    flex-grow: 1;
    padding: 0 20px;
}
.header-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-navigation a:hover {
    text-decoration: none;
}
.header-navigation>ul {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
    float: right;
}
.header-navigation>ul>li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
    position: relative;
}
.header-navigation>ul>li>a {
    color: #888888;
    display: block;
    padding: 30px 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.header-navigation>ul>li:hover>a,
.header-navigation>ul>li.active a {
    color: #006DFE;
}
.header-navigation .has-dropdown {
    position: relative;
}
.header-navigation ul>.has-dropdown>a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    padding-left: 10px;
    font-weight: 100;
    font-size: 15px;
    vertical-align: bottom;
}
.header-navigation ul>.has-dropdown ul>li.has-dropdown>a::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    padding-left: 10px;
    font-weight: 100;
    font-size: 15px;
    vertical-align: bottom;
    text-align: right;
    float: right;
    color: #8a929a;
}
.header-navigation ul ul {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .3s ease 0s;
    width: 280px;
    z-index: 99999 !important;
    text-align: left;
    visibility: hidden;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, .09);
    -moz-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, .09);
    box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, .09);
}
.header-navigation ul>li:hover>ul {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.header-navigation ul>li>ul>li ul {
    background: #fff;
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .3s ease 0s;
    width: 220px;
    z-index: 99999 !important;
    text-align: left;
    visibility: hidden;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, .09);
    -moz-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, .09);
    box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, .09);
}
.header-navigation ul>li:last-child>ul,

.header-navigation ul>li:nth-last-child(2)>ul,

.header-navigation ul>li:nth-last-child(3)>ul {

    right: 0;

    left: auto;

}

.header-navigation ul>li:last-child>ul>li ul,

.header-navigation ul>li:nth-last-child(2)>ul>li ul,

.header-navigation ul>li:nth-last-child(3)>ul>li ul {

    right: 100%;

    left: auto;

    top: 0;

}
.header-navigation ul>li>ul>li:hover>ul {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.header-navigation .has-dropdown ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.header-navigation .has-dropdown ul li a {
    display: block;
    padding: 9px 15px;
    color: #2b2b2b;
    font-size: 16px;
}
.header-navigation .has-dropdown ul li a .label{
    background: #006DFE;
    font-size: 12px;
    margin-left: 7px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    text-align: right;
}
.header-navigation .has-dropdown ul li:hover>a,
.header-navigation .has-dropdown ul li a:hover {
    color: #006DFE;
    background: transparent;
}
.header-navigation .has-dropdown.overflow-element ul {
    left: auto;
    right: 100%;
    transform: translateY(-20px);
}
.header-navigation .has-dropdown.overflow-element>ul {
    left: auto;
    right: 0;
}
.meanmenu-reveal {
    top: -52px !important;
    color: #333 !important;
    z-index: 99999999999999999999;
    text-indent: 0 !important;
    font-size: 32px !important;
}
.menu-item i {
    float: right;
    line-height: 24px;
    margin-left: 10px;
}
.menu-item-btn>a, .menu-item-btn>a:visited {
    background: #006DFE;
    color: #fff !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.menu-item-btn>a:hover{
    background: #000;
}
/* End header  */
.color-text{
    color: #006DFE;
}
/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) {
    .container-header{
        padding: 0px 100px;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
}
.container-header{
    padding: 0px 15px;
}
.breadcumbs {
    padding: 0;
    margin: 0;
}
.ptb-110{
    padding: 110px 0;
}
/* 1.3 Sidebar ***************************************************/

input:focus {

    outline: none;

}

.widget {

    display: block;

    margin-bottom: 45px;

    float: left;

    width: 100%;

}

.widget:last-child {

    margin-bottom: 0px;

}

.widget a {

    color: #999;

}

.widget h4.widget-title {

    padding-bottom: 15px;

    margin-bottom: 10px;

    margin-top: 0;

    position: relative;

}

.widget .screen-reader-text {

    display: none;

}

.widget.widget_rss {

    margin-bottom: 35px;

}

.widget.widget_rss ul li {

    margin-bottom: 30px;

    padding-bottom: 17px;

    border-bottom: 1px solid #e7e7e7;

}

.widget.widget_rss ul li:last-child {

    border-bottom: none;

    margin-bottom: 0;

}

.widget.widget_rss ul li a.rsswidget {

    font-weight: 600;

    display: block;

    line-height: 1.5em;

    margin-bottom: 12px;

    color: #343434;

    font-size: 15px;

}

.widget.widget_rss ul li .rss-date {

    display: inline-block;

    margin-bottom: 12px;

    font-weight: 500;

    opacity: 0.7;

}

.widget.widget_rss ul li .rssSummary {

    margin-bottom: 12px;

}

.widget.widget_calendar {

    width: 100%;

}

.widget.widget_calendar table {

    margin-bottom: 0;

}

.widget.widget_calendar table thead {

    border: 1px solid #213355;

}

.widget.widget_calendar table thead tr th {

    background-color: #213355;

    color: #fff;

}

.widget.widget_calendar tr th {

    background: #ccc;

    color: #444;

}

.widget.widget_calendar caption {

    background: #213355;

    color: #fff;

    font-weight: bold;

    text-align: center;

    border: none;

}

.widget.widget_calendar tr th,

.widget.widget_calendar tr td {

    border: none;

    text-align: center;

}

.widget.widget_calendar tr td {

    border: 1px solid #e4e4e4;

}

.widget.widget_tag_cloud .tagcloud {

    position: relative;

    width: 100%;

    float: left;

}

.widget.widget_tag_cloud .tagcloud a {

    float: left;

    margin: 0 10px 10px 0;

    display: block;

    padding: 5px 15px;

    background-color: transparent;

    border: solid 1px #dcdcdc;

    font-size: 14px !important;

    -webkit-border-radius: 50px;

    -moz-border-radius: 50px;

    border-radius: 50px;

    color: #fe625e;

    text-transform: uppercase;

    font-weight: 500;

    letter-spacing: 1px;

}

.widget.widget_tag_cloud .tagcloud a:hover {

    color: #fff;

    background-color: #fe625e;

    text-decoration: none;

}

.widget.widget_search form.search-form {

    position: relative;

}

.widget .search-field {

    max-width: 100%;

    margin-right: 0px;

    height: 40px;

    padding: 5px 50px 5px 15px;

}

.widget.widget_search input.search-field::-moz-placeholder {

    color: #8a929a;

}

.widget.widget_search input.search-field::-webkit-input-placeholder {

    color: #333;

    opacity: 0.9;

}

.widget.widget_search input.search-field:-moz-placeholder {

    color: #333;

    opacity: 1;

}

.widget.widget_search input.search-field::-moz-placeholder {

    color: #333;

    opacity: 1;

}

.widget.widget_search input.search-field:-ms-input-placeholder {

    color: #333;

}

.widget ul.search {

    list-style-type: none;

    padding-left: 0;

}

.search-submit {

    background: #006DFE;

    color: #fff;

    border: none !important;

    position: absolute;

    top: 0;

    right: 0;

    font-size: 18px;

    line-height: 1;

    height: 40px;

    padding: 10px 15px;

}

.search-submit:hover {
background: #000;
    color: #fff;

}

.widget select {

    width: 100%;

    height: 30px;

    line-height: 30px;

}

.widget img {

    width: auto;

}

.widget ul {

    list-style-type: none;

    margin-left: 0;

    padding-left: 0px;

}

.widget.widget_categories ul {

    margin-bottom: 0;

}

.widget.widget_archive a,

.widget.widget_categories a,

.widget.widget_links a,

.widget.widget_meta a,

.widget.widget_nav_menu a,

.widget.widget_pages a,

.widget.widget_recent_comments a,

.widget.widget_recent_entries a {

    border: 0;

}

.widget.widget_archive ul,

.widget.widget_categories ul,

.widget.widget_links ul,

.widget.widget_meta ul,

.widget.widget_nav_menu ul,

.widget.widget_pages ul,

.widget.widget_recent_comments ul,

.widget.widget_recent_entries ul {

    list-style: none;

    margin: 0;

}

.widget.widget_archive li,

.widget.widget_categories li,

.widget.widget_links li,

.widget.widget_meta li,

.widget.widget_nav_menu li,

.widget.widget_pages li,

.widget.widget_recent_comments li,

.widget.widget_recent_entries li {

    border-top: 1px solid #eaeaea;

    border-top: 1px solid rgba(51, 51, 51, 0.1);

    padding: 0.7667em 0;

    position: relative;

}

.widget.widget_archive li:first-child,

.widget.widget_categories li:first-child,

.widget.widget_links li:first-child,

.widget.widget_meta li:first-child,

.widget.widget_nav_menu li:first-child,

.widget.widget_pages li:first-child,

.widget.widget_recent_comments li:first-child,

.widget.widget_recent_entries li:first-child {

    border-top: 0;

    padding-top: 0;

}

.widget.widget_archive li:last-child,

.widget.widget_categories li:last-child,

.widget.widget_links li:last-child,

.widget.widget_meta li:last-child,

.widget.widget_nav_menu li:last-child,

.widget.widget_pages li:last-child,

.widget.widget_recent_comments li:last-child,

.widget.widget_recent_entries li:last-child {

    padding-bottom: 0;

}

.widget.widget_categories .children,

.widget.widget_nav_menu .sub-menu,

.widget.widget_pages .children {

    border-top: 1px solid #eaeaea;

    border-top: 1px solid rgba(51, 51, 51, 0.1);

    margin: 0.7667em 0 0 0.8em;

    padding-top: 0.7667em;

}
.widget-posts li .widget-posts-descr::before, .multipage-agency .widget_recent_entries li a::before, .multipage-agency .widget_archive li a::before, .multipage-agency .widget_categories li a::before, .multipage-agency .widget_meta li a::before {
    content: "";
    font-family: linearicons;
    font-size: 12px;
    position: absolute;
    left: 10px;
    color: rgb(68, 68, 68);
}
/* End widget styles */
.entry-title a, .entry-title a:visited{
    color: #3b3b3b;
    text-decoration: none;
}
.entry-title a:hover{
    color: #006DFE;
}
.post-readmore, .post-readmore:visited{
    background: #006DFE;
    color: #fff;
}
.meta-icon{
    margin-right: 7px;
    display: inline-block;
}
.author-vcard-photo > img{
    border-radius: 50%!important;
}

.post-header .entry-title{
    margin-bottom: 20px;
}
.post-header .entry-title, .post-header .entry-title a{
    font-size: 36px;
    color: #3b3b3b;
    font-weight: 700;
}
.post-header{
    padding: 20px 0;
}
.author-vcard-photo{
    width: 70px;
    min-width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #006DFE;
    -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
    animation: white-shadow .8s infinite, red-shadow .8s infinite;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
@keyframes white-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
		-webkit-transition: box-shadow .3s ease-in-out;
		-webkit-transition: -webkit-box-shadow .3s ease-in-out;
		-o-transition: box-shadow .3s ease-in-out;
		transition: box-shadow .3s ease-in-out;
		transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
	}
	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: box-shadow .4s ease-in-out;
		-webkit-transition: -webkit-box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out
	}
}
@-webkit-keyframes red-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 109, 254, .4);
		box-shadow: 0 0 0 0 rgba(0, 109, 254, .4)
	}
	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent
	}
}
@keyframes red-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 109, 254, .4);
		box-shadow: 0 0 0 0 rgba(0, 109, 254, .4)
	}
	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent
	}
}
.datasci-post-block{
    padding-bottom: 45px;
}
.post-entry-meta a, .post-entry-meta a:visited{
    color: #888888;
}
.widget-area .widget-title{
    position: relative;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
.widget-area .widget-title::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 32px;
    left: 0;
    bottom: -10px;
    background: #006DFE;
    transition: .4s linear;
}
.widget-area .widget{
    background: #F4F5F8;
    padding: 30px;
}
.single-post-block{
    padding-top: 30px;
}
.single-post-block .entry-title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.datasci-post-author{
    background: #006DFE;
    color: #fff;
    padding: 5px 15px;
    display: block;
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
margin-right: 15px;
}
.datasci-post-author a, .datasci-post-author a:visited{
    color: #fff;
}
.datasci-post-date a, .datasci-post-date a:visited{
    color: #888888;
}
.post-password-form button,

.post-password-form input[type="button"],

.post-password-form input[type="reset"],

.post-password-form input[type="submit"] {

    min-height: 42px;

    background: #006DFE;

    color: #fff;

    font-size: 16px;

    line-height: 42px;

    padding: 0px 30px;
border: none;
}
.protected-post-form{
    display: block;
    background: #F4F5F8;
    padding: 45px;
    font-size: 24px;
}
.protected-post-form .button{
    background: #006DFE;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 7px 30px;
    min-height: 50px;
}
.me-pass-form{
    min-height: 50px;
    padding-left: 15px !important;
    font-size: 16px;
}
.p-relative{
    position: relative;
}
.single-post-entry-footer{
    display: block;
    background: #F4F5F8;
    padding: 45px;
    font-size: 17px;
    margin-top: 30px;
}
.single-post-entry-footer a, .single-post-entry-footer a:visited{
    color: #888;
}
.post-navigation{
    margin-top: 30px !important;
}
.post-author-details{
    display: block;
    background: #F4F5F8;
    padding: 45px;
    font-size: 17px;
    margin-top: 30px !important;
}
.datasci-post-navigation{
    margin-top: 30px !important;
}
.image_prev{
    position: relative;
    display: block;
}
.link_wrapper{
    position: relative;
}
.prev-link-info_wrapper{
    background: #fff;
}
.meta-wrapper{
    display: block;
}
.post_nav_title{
    background: #006DFE;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 7px 30px;
    margin-top: 20px;
    display: inline-block;
}
.prev-link-info_wrapper, .next_title{
    font-size: 20px;
    font-weight: 500;
    color: #3b3b3b;
    margin: 20px 0px;
    display: block;
}
.info_prev-link_wrapper, .info_next-link_wrapper{
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 30px;
}
.date_post{
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}
.next-link-info_wrapper{
    position: relative;
    display: block;
}
.blog_pagination .pagination{
    padding: 0;
    margin: 0;
}
.pagination .active{
    background: #006DFE;
    color: #fff !important;
}
.pagination a:visited, .pagination a{
    color: #888888;
}
.pagination .active a{
    color: #fff;
}
.share_social_wpapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.share_social_wpapper ul li{
    margin-right: 15px;
}
.me-share-title{
    font-weight: 500;
    margin-right: 10px;
}
.author-name{
    font-weight: 500;
    font-size: 18px;
}
.comments-area{
    background: #F4F5F8;
    display: block;
    position: relative;
    padding: 30px;
    margin-top: 40px;
}
.btn-comments{
    background: #006DFE;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    display: inline-block;
    margin-top: 30px;
}
.comment-info{
    position: relative;
    margin-top: 20px;
}
.comment-consent{
    margin-top: 20px;
}
#wp-comment-cookies-consent {
    margin-top: 7px;
    margin-right: 7px;
}
.search-form{
    position: relative;
}
.page-links {

    clear: both;

    margin: 30px 0 1.5em;

    float: left;

    display: block;

    position: relative;

}

.page-links>.page-links-title {

    border: 0;

    color: #1a1a1a;

    height: auto;

    margin: 0;

    padding-right: 0.6153846154em;

    width: auto;

}

.page-links a,

.page-links>span {

    border: 1px solid #d1d1d1;

    border-radius: 2px;

    display: inline-block;

    font-size: 13px;

    font-size: 0.8125rem;

    height: 36px;

    line-height: 36px;

    margin-right: 0.3076923077em;

    text-align: center;

    width: 36px;

}

.page-links>span {

    background-color: #006DFE;

    border-color: #006DFE;

    color: #fff;

}

.page-links a:hover {

    background-color: #006DFE;

    border-color: #006DFE;

    color: #fff;

    text-decoration: none;

}
.scroll-top {
    background: #000;
    display: none;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 50px;
    width: 50px;
    z-index: 9999;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .35s linear;
    -o-transition: all .35s linear;
    -moz-transition: all .35s linear;
    transition: all .35s linear;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 2px 0px;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .section-title h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .entry-title, .page-header-title{
        font-size: 22px;
    }
}