.classic-logo a{
	color: #fff;
	min-height: 57px;
	display: block;
	font-size: 35px;
	line-height: 50px;
    word-wrap: break-word;
}
.header-sec.topbar_none .classic-logo{
	padding: 25px 0 25px 0!important;
}
.contact-tp-title{
	margin-right: 10px;
}
.soical-profile ul li a i{
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.widget-footer p{
	color: #fff;
}
h2.widget-title{
	margin-bottom: 30px;
	color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    z-index: 2;
}
h2.widget-title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #40a6ff;
    bottom: -10px;
}
.footer-contact-info-icon {
	top:0px;
}
.footer-contact-info-text{
	line-height: 20px;
}
.footer-copyright{
	padding: 0px;
}
.footer-copyright p{
	padding: 0px;
}
.footer-contact-info{
	margin: 0px;
}
/*** Comment Area ***/
.evo-comment-list{
	margin: 0 0 70px 0;
}
.evo-post-comments{
	margin-top: 40px;
}
.evo-post-comments .comments-title{
	margin-bottom: 40px;
	border-bottom: 1px solid #ececec;
}
.evo-post-comments .comments-title h3{
	font-size: 20px;
}
.evo-post-comments .evo-comment-list li.comment:first-child{
    border:0px;
    padding: 0px;
    margin:0px;
}
.evo-post-comments .evo-comment-list li.comment{
	margin-bottom: 20px;
    list-style-type: none;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.evo-post-comments .evo-comment-list li.comment .children{
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px;
}
.evo-post-comments .evo-comment-list li.pingback{
    margin-bottom: 20px;
    list-style-type: none;
}
.evo-post-comments .evo-comment-list li article{
	display: flex;
}
.evo-post-comments .evo-comment-list li article .evo-author-name{
	margin-bottom: 0px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #071c34;
}
.evo-post-comments .evo-comment-list li article .evo-comment-date a{
	font-size: 14px;
    color: #40a6ff;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.evo-post-comments .evo-comment-list li ul li.comment{
	padding-left: 90px;
	margin-top:30px;
    list-style-type: none;
}
.evo-post-comments .evo-comment-list li ul li.pingback{
    padding-left: 90px;
    margin-top:30px;
    list-style-type: none;
}
.evo-post-comments .evo-comment-list li article .evo-comment-avatar{
	margin-right: 10px;
}
.evo-post-comments .evo-comment-list li article .evo-comment-avatar img{
    width: 90px;
    height: 90px;
    max-width: 90px!important;
}
.evo-post-comments .evo-comment-list li article .evo-comment-detail{
    width: 90%;
    padding-right: 30px;
}
.evo-post-comments .evo-comment-list li article .evo-reply{
	font-size: 12px;
	font-weight: bold;
}
/*** Widget ***/
.widget{
	margin-bottom: 40px;
    padding: 40px;
    border: 1px solid #eee;
}
.widget_categories li{
	display: inline-block;
    position: relative;
    width: 100%;
    color: #071c34;
}
.widget_categories li {
    text-align: right;
}
.widget_categories li a{
    float: left;
}
.widget_tag_cloud .tagcloud:after{
    content: '';
    clear: both;
}
.widget_tag_cloud a {
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
    font-weight: normal;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
/** services-module **/
.services-module[data-style="style1"][data-dark="light"] .sec-title h1,
.services-module[data-style="style1"][data-dark="light"] .sec-title{
    color: #111;
}
.services-module[data-style="style1"][data-dark="dark"] .sec-title h1,
.services-module[data-style="style1"][data-dark="dark"] .sec-title{
    color: #fff;
}

.services-module[data-style="style2"][data-dark="light"] .sec-title-v2 h1,
.services-module[data-style="style2"][data-dark="light"] .sec-title-v2-subtitle p{
    color: #111;
}
.services-module[data-style="style2"][data-dark="dark"] .sec-title-v2 h1,
.services-module[data-style="style2"][data-dark="dark"] .sec-title-v2-subtitle p{
    color: #fff;
}

/* Wordpress Css */

.sticky, .gallery-caption, .bypostauthor {
    visibility: visible;
}
.alignnone {
    margin: 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.aligncenter > a,
div.aligncenter > a {
    width: 100%;
    max-width: 100%;
}
.alignright {
    float:right;
    margin: 1.5em 0 0.5em 2em;
}
.alignleft {
    float: left;
    margin: 0.5em 2em 0 0;
}
a img.alignright {
    float: right;
    margin: 1.5em 0 0.5em 2em;
}
a img.alignnone {
    margin: 0;
}
a img.alignleft {
    float: left;
    margin: 0.5em 0 0 2em;
}
a img.aligncenter {
    display: block;
    margin: 0 auto;
}
.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
    text-align: center;
}
.wp-caption.alignnone {
    margin: 0;
}
.wp-caption.alignleft {
    margin: 0.5em 2em 0 0;
}
.wp-caption.alignright {
    margin: 1.5em 0 0.5em 2em;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 0.7857rem;
    line-height: 1.7;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 1rem;
}
.wp-caption-text {
    display: block;
    margin: 15px 0;
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
    line-height: 1.45;
    color: #666;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    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;
    /* Above WP toolbar. */
}

.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul {
    margin-left: 20px;
}
.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_pages ul li {
    position: relative;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    list-style-type: square;
}
.widget_nav_menu ul li {
    position: relative;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: .7rem;
}
.widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_meta ul li:last-child, .widget_pages ul li:last-child, .widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}
.widget_archive ul li, .widget_categories ul li{
    list-style-type: square;
}
.widget_categories ul li{
    list-style-type: square;
}
.widget_nav_menu ul.menu > li > .sub-menu, .widget_nav_menu ul.menu > li > .sub-menu > li > .sub-menu, .widget_nav_menu ul.menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    margin-left: 20px;
}
.widget_archive a, .widget_categories a, .widget_meta a, .widget_pages a, .widget_nav_menu a {
    color: currentColor;
}
.widget_archive select, .widget_categories select, .widget_text select {
    font-size: 0.8125rem;
    font-weight: 500;
    width: 100%;
    height: 45px;
    padding:12px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar a {
    color: currentColor;
}
#wp-calendar tbody a {
    font-weight: 700;
}
#wp-calendar > caption {
    padding: 8px 0 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, .08);
}
#wp-calendar thead {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
#wp-calendar thead th {
    font-weight: bold;
}
#wp-calendar tfoot td#next, #wp-calendar tfoot td#prev {
    padding: 10px 0 10px 15px;
    font-size: 13px;
    font-weight: 700;
}
#wp-calendar thead th, #wp-calendar tbody td {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
}
.widget_recent_comments .recentcomments, .widget_recent_entries ul li {
    font-size: 0.8125rem;
    margin-bottom: .7rem;
}
.widget_recent_comments .recentcomments a, .widget_recent_entries ul li a{
    font-size: 0.8125rem;
    margin-bottom: .7rem;
}
.widget_rss ul li {
    font-size: 0.8125rem;
    margin-bottom: 1.3rem;
}
.widget_recent_comments .recentcomments:last-child, .widget_recent_entries ul li:last-child, .widget_rss ul li:last-child {
    margin-bottom: 0;
}
.widget_recent_comments .recentcomments a, .widget_recent_entries a, .widget_rss a, .widget_tag_cloud a {
    color: currentColor;
    font-weight: 600;
}
.widget_rss .evo-title img {
    display: inline-block;
    margin-top: -4px;
    margin-right: 4px;
}
.widget_search form {
    position: relative;
}
.widget_search input[type="search"] {
    font-size: 0.8125rem;
    font-weight: 500;
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #ddd;
}
.widget_search input[type="submit"] {
    padding: 9px;
    background: #22253a;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.widget_search form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border:0;
    background-color: transparent;
    padding:0;
    outline: none;
    box-shadow: none;
    cursor: default;
}
.widget_search form button svg {
    width: 15px;
}
.widget_text p {
    font-size: 0.8125rem;
}
blockquote{
    border-left: 5px solid #40a6ff;
}
.single-blog table {
    max-width: 100%;
    width: 100%;
    margin: 1.5rem 0;
    border:1px solid rgba(0, 0, 0, .08);
}
.single-blog table thead th {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding:.7rem 1.2rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.single-blog table tbody th, .single-blog table tbody td {
    font-size: 0.875rem;
    padding:.7rem 1.2rem;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-width: 0 1px 1px 0;
}
.single-blog dd {
    margin-bottom: 1.5rem;
    margin-left: .5rem;
}
.single-blog ul li, .single-blog ol li {
    margin: .5rem 0;
}
.single-blog .content ul li, .comment ul li{
    list-style-type: square;
    margin-left: 20px;
    display: list-item;
}
.single-blog .content ol li, .comment ol li{
    list-style-type: decimal;
    margin-left: 20px;
    display: list-item;
}
.single-blog ol {
    list-style-type: decimal;
    margin-left: 15px;
}
.single-blog ul ul, .single-blog ol ol {
    padding-left: 20px;
}
.post-pages {
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0;
}
.post-pages > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 3px;
}
.evo-primary-color, .evo-entry-content a, .evo-respond .logged-in-as, .evo-galler-style-a .slick-arrow, .evo-not-found .evo-title {
    color: #40a6ff!important;
}
.evo-format-icon, .live_preview, #commentform .form-submit input[type="submit"], .evo-module-newsletter form input[type="submit"], .evo-not-found a, .evo-pagination .nav-links .current, .post-pages > span, .post-password-form input[type="submit"] {
    background-color: #40a6ff;
    color: #fff;
}
.evo-not-found {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 70vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.evo-not-found .evo-title {
    font-size: 16rem;
    line-height: .8;
}
.evo-not-found span {
    font-size: 2.5rem;
}
.evo-not-found p {
    max-width: 680px;
    font-weight: 400;
    margin:2rem 0;
}
.evo-not-found a {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .7px;
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #fff;
    outline: none;
    box-shadow: none;
    padding: 0 2rem;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.evo-not-found a:hover {
    opacity: .8;
}
.author-page-title{
    background-color: #f8f8f8;
    text-align: center;
    padding: 5rem 0; 
    margin-bottom: 4rem;
}
.author-page-title h2{
    color: #111;
    margin-bottom: 20px;
    font-size:30px;
    position: relative;
    display: inline-block;
}
.author-page-title h2:before{
    content : '';
    border:1px solid #111;
    width: 20px;
    position: absolute;
    left:-30px;
    top:50%;
}
.author-page-title h2:after{
    content : '';
    border:1px solid #111;
    width: 20px;
    position: absolute;
    right:-30px;
    top:50%;
}
.author-page-title p{
    color: #111;
    margin: 0px;
}
.author-page-title a{
    color: #111;
}
.evo-archive-title {
    position: relative;
    text-align: center;
    padding: 5rem 0;
    margin-bottom: 4rem;
    background-color: #f8f8f8;
}
.evo-tags{
    margin-top:30px;
}
.evo-tags ul li{
    display: inline-block;
    margin-left: 0px;
    border: 1px solid #ff9a01;
    text-align: center;
    padding: 0 10px;
    margin-right: 10px;
}
.evo-tags ul li a{
    color:#ff9a01;
}
.evo-tags ul li:last-child{
    padding-right: 10px;
}
.post-pages {
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0;
}
.post-pages:before {
    content: '';
    clear: both;
    display: block;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {padding-top: 0 !important;}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin:0px!important;}
.coni-not-found{
    text-align: center;
    padding: 100px 0;
}
.coni-not-found h2{
    font-size: 30px;
}
.module-title-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.module-title{
    max-width: 600px;
}
.module-title[data-style="dark"] p, .module-title[data-style="dark"] h2{
    color:#fff;
}
.module-title[data-style="light"] p, .module-title[data-style="light"] h2{
    color:#111;
}
.module-title[data-position="left"]{
    text-align: left;
}
.module-title[data-position="center"]{
    text-align: center;
}
.module-title[data-position="right"]{
    text-align: right;
}
.module-title h2{
    font-size: 30px;
}
input[type="password"], input[type="text"]{
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #ddd;
    height: 46px;
}
input[type="submit"]{
    font-size: 0.8125rem;
    font-weight: 500;
    font-weight: bold;
    border-radius: 0;
    padding: 0 15px;
    background: #40a6ff;
    height: 45px;
}
.evo-respond{
    margin-bottom: 70px;
}
.mean-nav{
    margin: 18px 0 0 0;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_pages ul li a{
    position: relative;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: .7rem;
    list-style-type: square;
    letter-spacing: 0.6px;
}
.classic-why-choose-us-before{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
}
