@charset "UTF-8";
/*--------------------------------------------------------------
  [ TABLE OF CONTENTS }
----------------------------------------------------------------
    1. Default CSS
    2. Header CSS
    3. Footer CSS
    4. Breadcrumb CSS
    5. Blog CSS
    6. Comments CSS
    7. Widgets CSS
*/
/*--------------------------------------------------------------
    1.Default CSS
----------------------------------------------------------------*/
body {
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #666666;
  background-attachment: fixed;
  background-repeat: repeat;
}

.box-layout {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

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

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  border: 0px solid;
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #222222;
  margin: 0 0 15px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
textarea {
  border: 1px solid #ddd;
  padding: 10px;
}

input[type=submit],
button[type=submit] {
  border: none;
  background-color: #065FD4;
  color: #fff;
  padding: 11px 20px;
  transition: 0.25s ease-in;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background-color: #333333;
}

.wpcf7-form label {
  width: 100%;
}
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form textarea {
  height: 110px;
}

.button {
  background: #065FD4 !important;
  color: #fff !important;
  padding: 8px 20px;
}

blockquote {
  border-left: 5px solid;
}

::-webkit-input-placeholder {
  color: gray;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.section-padding {
  padding: 70px 0;
  background: #fafafa;
  overflow: hidden;
}

/*-------[ Default Responsive ] ------*/
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  blockquote {
    font-size: 16px;
    font-style: italic;
  }

  .error-title h1 {
    font-size: 80px;
  }

  .error404 h3 {
    line-height: 1.3;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 20px;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  font-size: 14px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

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

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

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

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

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

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

.gallery-caption {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

/******------------------------------
-----------BLOG CSS------------
------------------------------******/
.page-links a {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 11px;
  color: #ffffff !important;
  background: #0052a5;
}

.page-links a:hover {
  background-color: #333;
  color: #ffffff;
}

.page-links {
  margin: 25px 0;
}

article.sticky {
  position: relative;
  background: #f8f8f8;
  padding: 25px;
}

article.sticky::after {
  color: #fff;
  content: "\f08d";
  font-family: FontAwesome;
  font-size: 28px;
  position: absolute;
  right: 25px;
  top: 25px;
  background: #0052a5;
  width: 90px;
  height: 45px;
  text-align: center;
}

.entry-header {
  margin-bottom: 25px;
}
.entry-header h2 {
  font-size: 25px;
}

.entry-footer,
.entry-meta,
.cat-links {
  font-size: 93%;
}

.cat-links {
  font-size: 100%;
}

.entry-footer span {
  padding-right: 15px;
}

.entry-meta > span {
  padding-right: 15px;
}

.entry-meta i.fa {
  padding-right: 5px;
}

article.post a.granted-btn {
  color: #fff;
  margin-top: 10px;
}

.entry-footer {
  margin-top: 15px;
  /* Change  15px slo*/
}

.widget-title {
  font-size: 25px;
}

.widget_calendar table {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
}

.widget_calendar table td,
.widget_calendar table th {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}

.widget_calendar table caption {
  font-weight: 700;
}

.widget {
  margin-bottom: 40px;
}
.widget select {
  max-width: 100%;
}
.widget a {
  color: #333;
}
.widget ul {
  line-height: 35px;
  font-size: 16px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.rss-date {
  color: #999;
  font-weight: 300;
}

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

.widget ul.sub-menu:nth-child(2) {
  line-height: 25px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.widget ul.sub-menu:last-child {
  padding-bottom: 5px;
}

.widget ul.sub-menu {
  padding-left: 15px;
}

.cat-links a {
  text-decoration: underline;
}

.entry-content {
  line-height: 1.7;
  color: #333333;
}

body.single .entry-content {
  font-size: 16px;
}

.entry-content table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 30px;
}

.entry-content table td,
.entry-content table th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.entry-content dd {
  margin-bottom: 15px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0 !important;
}

.widget ul {
  line-height: 35px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.rssSummary {
  line-height: 26px;
}

.widget.widget_rss .rsswidget {
  font-size: 110%;
  font-weight: 600;
}

.widget_rss ul {
  line-height: 26px;
}

.widget.widget_rss li:hover {
  color: #333;
}

.widget.widget_rss cite {
  display: inline-block;
  font-weight: 400;
  padding-top: 5px;
}

/******------------------------------
-----------COMMENTS CSS------------
------------------------------******/
.comments-area {
  border: 1px solid #eee;
  padding: 20px 20px 30px 20px;
  box-shadow: 1px 1px 17px 1px #eee;
}

.comments-title {
  margin-bottom: 35px;
  font-size: 30px;
  color: #000000;
}

.comment-list {
  max-width: 790px;
}

.comment-list,
.children {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.says {
  display: none;
}

.comment-author.vcard img {
  float: left;
  margin-right: 18px;
}

.comment-content {
  color: #555555;
  padding-left: 50px;
  margin-top: 15px;
  font-size: 16px;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 15px;
  line-height: 1.3125;
  margin: 30px 0 30px;
  max-width: 100%;
  overflow: auto;
  padding: 25px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: transparent;
}

code {
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  padding: 0.125em 0.25em;
  border-radius: 0;
}

code,
kbd,
pre,
samp {
  font-size: 15px;
}

ins,
mark {
  background: #007acc;
  color: #ffffff;
  padding: 2px 5px;
  text-decoration: none;
}

kbd {
  padding: 3px 5px;
  color: #333;
  background-color: rgba(68, 68, 68, 0.2);
  border-radius: 0px;
  box-shadow: none;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin: 20px 0;
}

.comment-content dd {
  margin-bottom: 20px;
}

.comment-content table {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
}

.comment-content table td,
.comment-content table th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
}

.comment-content ol {
  padding-left: 15px;
}

.comment-content ul,
.comment-content ol {
  padding-left: 25px;
}

.comment-content ul {
  list-style: disc outside;
}

.comment-list li ol.children {
  padding-left: 50px;
}

.comment-list li ol.children ol.children {
  padding-left: 20px;
}

.comment-author.vcard img {
  border-radius: 50%;
  position: relative;
  top: 10px;
}

b.fn {
  color: #666;
  font-size: 18px;
  text-transform: capitalize;
}

b.fn a,
.comments-area a {
  color: #000;
}

.comment-list > li,
.children article {
  margin-bottom: 30px;
}

.comment-metadata a time {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
}

.reply {
  padding-left: 50px;
}

.reply a {
  color: #666;
}

.children {
  padding-left: 25px;
}

.comment-form p > input,
.comment-form p textarea {
  border: 0px solid;
  padding: 11px 0 11px 10px;
  width: 100%;
  transition: 0.3s;
  resize: none;
  background-color: #f6f6f6;
}

.comment-form textarea {
  margin-bottom: 10px;
}

.comment-form .form-submit {
  margin-top: 30px;
}

.comment-form p {
  margin-bottom: 20px;
}

.comment-form p.comment-form-comment {
  margin-bottom: 5px;
}

.comment-reply-title {
  margin-bottom: 30px;
  font-size: 20px;
}

.logged-in .comment-reply-title {
  margin-bottom: 30px;
}

.comment-form p > input:focus,
.comment-form p textarea:focus {
  border-color: transparent;
  box-shadow: none;
}

.comment-form {
  padding-right: 10px;
}

.comment-form .comment-notes {
  display: none;
}

.logged-in .form-submit {
  bottom: 4px;
  right: 0;
}

.logged-in .comment-form p:nth-child(2) {
  float: none;
}

.logged-in .comment-form p:not(:first-child) {
  float: none;
  width: 70%;
}

.logged-in .comment-form-comment textarea {
  display: block;
  width: 100%;
}

.comment-form p > input[type=submit] {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

#cancel-comment-reply-link {
  color: red;
  padding-left: 10px;
}

.comment-list li.pingback {
  margin-bottom: 15px;
}

input#wp-comment-cookies-consent {
  width: auto;
  margin-right: 3px;
}

.comment-body {
  border: 1px solid #eee;
  padding: 10px;
  box-shadow: 1px 1px 17px 1px #eee;
}

/*--------------------------------------------------------------
    2.Header CSS
----------------------------------------------------------------*/
.dostart-header-area {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.dostart-header-area .logo a {
  display: inline-block;
}

.custom-logo-link img {
  max-width: 200px;
  max-height: 40px;
}

.site-logo {
  padding: 22px 0;
}

.site-text-logo {
  align-items: center;
  display: flex;
  margin: 3px 0px;
}
.site-text-logo h1.site-title {
  font-size: 36px;
  margin: 0;
}

.primary_header {
  position: relative;
}

.menu_col {
  display: flex;
  align-items: center;
  justify-content: end;
}

/*-------[ Header Responsive ] ------*/
@media (min-width: 991px) {
  .dostart-mainmenu {
    text-align: right;
  }
  .dostart-mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dostart-mainmenu ul li {
    position: relative;
    display: inline-block;
  }
  .dostart-mainmenu ul li a {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 35px 15px 34px 15px;
  }
  .dostart-mainmenu ul li a:hover, .dostart-mainmenu ul li a:focus, .dostart-mainmenu ul li a:active {
    text-decoration: underline;
    color: #03752f;
  }
  .dostart-mainmenu ul li a i {
    font-size: 12px;
    padding-left: 5px;
    color: #6d6767;
  }

  .dostart-mainmenu ul li:last-child a {
    padding-right: 0;
  }

  /*-------[ 2 Label Menu ] ------*/
  .dostart-mainmenu ul ul {
    position: absolute;
    top: 120%;
    left: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    width: 210px;
    background-color: #ffffff;
    box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0px 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    text-align: left;
  }

  .dostart-mainmenu li:last-child ul {
    max-width: 165px;
  }

  .dostart-mainmenu li ul li {
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .dostart-mainmenu li ul li a {
    display: block;
    padding: 12px 26px 12px;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    color: #888;
    transition: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    padding-left: 26px;
  }

  .dostart-mainmenu ul li ul ul {
    right: 100%;
    left: inherit;
    top: 0 !important;
  }

  .dostart-mainmenu li.active > ul,
.dostart-mainmenu li.focus > ul,
.dostart-mainmenu li:hover > ul {
    opacity: 1;
    filter: Alpha(opacity=100);
    z-index: 99;
    top: 100% !important;
  }

  /*-------[ Mega Menu] ------*/
  .megamenu-li {
    position: static !important;
  }

  .megamenu ul.sub-menu {
    display: block;
    opacity: 1;
    top: 100%;
    position: static;
    max-width: 100% !important;
    width: 100%;
    box-shadow: none;
  }

  .megamenu li a .nav-arrow {
    display: none;
  }

  ul.megamenu {
    display: flex;
    min-width: 800px;
    position: absolute !important;
    right: 0 !important;
    left: inherit !important;
  }

  .hide-headings .megamenu > li > a {
    display: none;
  }

  .megamenu > li > a {
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 16px !important;
  }
}
/*------- WooCommerce Header Cart Style.------*/
/**
 * Header Cart
 */
.primary_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dostart-header-cart {
  padding-left: 25px;
}

.cart-contents {
  position: relative;
}

.cart-contents i {
  color: #333;
  font-size: 18px;
}

.cart-contents .count {
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}

.cart-contents .count {
  position: absolute;
  top: -30px;
  left: 14px;
  height: 13px;
  padding: 0;
  margin: 19px -7px 0 0;
}

.dostart-wc-button {
  display: flex;
  justify-content: end;
}

.dostart-my-account-btn a {
  border: 1px solid #065fd4;
  padding: 7px 10px;
  margin-left: 19px;
}

/*-------[ Navigation Responsive ] ------*/
@media (max-width: 1024px) {
  .menu_col {
    flex-direction: row-reverse;
  }

  .dostart-wc-button {
    margin-right: 20px;
  }

  .hc-nav-trigger.hc-nav-1 {
    position: inherit;
    right: 0;
    top: 1px;
  }

  .hc-nav.hc-nav-1 {
    display: block !important;
  }

  .hc-offcanvas-nav {
    z-index: 9999999999;
  }

  body.hc-nav-open {
    position: inherit;
  }

  .hc-offcanvas-nav li.nav-close span::before {
    margin-left: -6px;
  }

  .dostart-mainmenu {
    display: none;
  }

  .menu li a i {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .dostart-header-area .row {
    align-items: center;
    justify-content: space-between;
  }
  .dostart-header-area .row .logo_col {
    width: auto;
  }
  .dostart-header-area .row .menu_col {
    width: auto;
  }
}
/*--------------------------------------------------------------
    3.Footer CSS
----------------------------------------------------------------*/
.dostart-footer-area {
  padding: 20px 0;
  font-size: 14px;
}

.dostart-site-footer {
  background: #222222;
}

.dostart-site-footer h3.footer-widget-title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}

.dostart-site-footer .widget {
  padding: 75px 0 45px;
  margin: 0;
  font-size: 14px;
}

.dostart-site-footer .widget p {
  margin-bottom: 15px;
}

.footer-top-widgets .widget.widget_recent_entries li {
  line-height: 25px;
  margin-bottom: 5px;
}

.footer-top-widgets .widget.widget_recent_entries li a {
  color: #7E7E7E;
}

.footer-top-widgets .widget.widget_recent_entries li a:hover {
  text-decoration: underline;
  color: #ffffff !important;
}

.footer-top-widgets .widget.widget_nav_menu li a:hover {
  text-decoration: underline;
  color: #ffffff !important;
}

.footer-top-widgets .widget.widget_recent_entries li span.post-date {
  color: #fff;
  display: none;
}

.footer-top-widgets {
  line-height: 30px;
  color: #7E7E7E;
  font-weight: 400;
  background: #2f2e2e;
}

.widget a {
  color: #7E7E7E;
}

.footer-social-icon ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.footer-social-icon ul li a {
  color: #a5a0a0;
  border: 1px solid #403d3d;
  height: 35px;
  width: 37px;
  display: inline-block;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
}

.footer-social-icon ul li {
  padding: 10px 8px 20px 8px;
}

div.back-to-top {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background-color: #065FD4;
  transition: all 0.2s ease-in-out 0s;
  outline: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  cursor: pointer;
}

div.back-to-top:hover {
  background-color: #222;
}

/*-------[ Footer Responsive ] ------*/
@media (max-width: 1200px) {
  .dostart-site-footer .widget {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .dostart-site-footer .widget {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .footer-top-widgets {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .dostart-footer-area {
    font-size: 15px;
  }

  .footer-top-widgets {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dostart-site-footer h3.footer-widget-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .dostart-site-footer h3.footer-widget-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .dostart-footer-area {
    font-size: 13px;
  }
}
/*--------------------------------------------------------------
    4.Breadcrumb CSS
----------------------------------------------------------------*/
.dostart-breadcrumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #065FD4;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 80px 0 80px;
}

.dostart-breadcrumb h1,
.dostart-breadcrumb a {
  color: #ffffff;
}

.breadcrumb-inner-content h1 {
  font-size: 45px;
  margin-bottom: 5px;
}

.dostart-breadcrumb ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.dostart-breadcrumb ul li {
  position: relative;
  margin-right: 25px;
}
.dostart-breadcrumb ul li a:hover {
  color: #fff;
}
.dostart-breadcrumb ul li:before {
  position: absolute;
  content: "»";
  top: -2px;
  right: -15px;
  font-size: 18px;
  font-style: italic;
}
.dostart-breadcrumb ul li:last-child::before {
  display: none;
}

/*-------[ Breadcrumb Responsive ] ------*/
@media (max-width: 991px) {
  .dostart-breadcrumb-bg {
    padding: 105px 0 105px;
  }

  .breadcrumb-inner-content h1 {
    font-size: 33px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .dostart-breadcrumb {
    padding: 50px 0 50px;
  }
}
/*--------------------------------------------------------------
    5.Blog CSS
----------------------------------------------------------------*/
.search article.post .entry-summary {
  display: none;
}

.search article.page {
  margin-bottom: 50px;
}

article.post {
  margin-bottom: 50px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 17px 1px #eee;
}

.entry-content ul {
  list-style: disc inside;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content h6,
.entry-content h5,
.entry-content h4,
.entry-content h3,
.entry-content h2,
.entry-content h1 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.entry-content address {
  border: 1px solid #ddd;
  padding: 10px;
}

.dostart-post {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.dostart-post .post_thumbnail {
  position: relative;
}
.dostart-post .excerpt-date {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px 20px;
  border-top-right-radius: 30px;
  background: #065fd4;
}
.dostart-post-content {
  padding: 30px;
}
.dostart-post-content .tags > a {
  transition: 0.4s;
  border: 2px solid;
  padding: 3px 15px;
  border-radius: 20px;
  margin: 2px;
  display: inline-block;
}
.dostart-post-content .tags > a:hover {
  background: #065fd4;
  color: #fff;
}
.dostart-post .entry-meta {
  font-size: 14px;
  padding-bottom: 20px;
}
.dostart-post .entry-meta a {
  color: #333;
}
.dostart-post .entry-meta a:hover {
  color: #065fd4;
}
.dostart-post .entry-title {
  font-weight: 700;
}
.dostart-post .entry-title a {
  color: #333;
}

.excerpt-readmore a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border-radius: 50px;
  background: #065fd4;
}
.excerpt-readmore a:hover {
  background: #222;
}

blockquote {
  font-size: 16px;
  font-style: italic;
  padding-left: 10px;
  border-color: #065FD4;
}

.blog-sidebar .widget {
  border: 1px solid #efefef;
  padding: 20px 15px;
}

/*-------[ Pagination ] ------*/
.pagination {
  display: unset;
  margin-top: 50px;
}
.pagination .nav-links {
  margin: 0 auto;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 6px;
  background: #eaeaea;
  color: #333;
}
.pagination .nav-links .page-numbers:hover {
  color: #fff;
  background-color: #065fd4;
}
.pagination .nav-links .page-numbers.current {
  color: #fff;
  background-color: #065fd4;
}

/**--------- Blog Previous Next Button ----------------*/
.navigation.post-navigation .nav-links {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.navigation.post-navigation .nav-links .nav-next a,
.navigation.post-navigation .nav-links .nav-previous a {
  display: inline-block;
  border-radius: 60px;
  cursor: pointer;
  border: px solid;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  color: #333;
  display: block;
  padding: 10px 0;
}
.navigation.post-navigation .nav-links .nav-next a:hover,
.navigation.post-navigation .nav-links .nav-previous a:hover {
  color: #222222;
  text-decoration: underline;
}

/*---------------------------
      Soical Share
----------------------------*/
.dostart-post-share {
  text-align: center;
  overflow: hidden;
  margin-bottom: 50px;
}
.dostart-post-share h2 {
  font-size: 25px;
}
.dostart-post-share .btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eee;
  color: #fff;
  padding: 8px 20px;
  transition: all 0.5s;
}
.dostart-post-share .btn:focus, .dostart-post-share .btn:hover, .dostart-post-share .btn:active {
  outline: 0;
  box-shadow: none;
}
.dostart-post-share .btn span {
  padding-left: 5px;
}
.dostart-post-share .btn-facebook {
  background-color: #065fd4;
}
.dostart-post-share .btn-facebook:hover, .dostart-post-share .btn-facebook:focus, .dostart-post-share .btn-facebook:active {
  background-color: #0e54af;
}
.dostart-post-share .btn-twitter {
  background-color: #55acee;
}
.dostart-post-share .btn-twitter:hover, .dostart-post-share .btn-twitter:focus, .dostart-post-share .btn-twitter:active {
  background-color: #2888d1;
}
.dostart-post-share .btn-pinterest {
  background-color: #cb2028;
}
.dostart-post-share .btn-pinterest:hover, .dostart-post-share .btn-pinterest:focus, .dostart-post-share .btn-pinterest:active {
  background-color: #aa181f;
}
.dostart-post-share .btn-linkedin {
  background-color: #007bb6;
}
.dostart-post-share .btn-linkedin:hover, .dostart-post-share .btn-linkedin:focus, .dostart-post-share .btn-linkedin:active {
  background-color: #096088;
}

/***************************
      Related  Post Grid
****************************/
.related-posts {
  padding-top: 50px;
}

.dostart-blog-item {
  box-shadow: 0px 10px 30px 0px rgba(54, 56, 110, 0.15);
  transition: 0.3s;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.dostart-blog-item-content {
  padding: 20px;
}
.dostart-blog-item-content ul {
  margin-bottom: 0;
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.dostart-blog-item-content ul li i {
  margin-right: 10px;
  font-size: 14px;
}
.dostart-blog-item-img {
  position: relative;
}
.dostart-blog-item-img span {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(54, 56, 110, 0.15);
  position: absolute;
  left: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 14px;
}
.dostart-blog-item-img span a {
  color: #fff;
}
.dostart-blog-item-img img {
  width: 100%;
}
.dostart-blog-item-meta {
  font-size: 16px;
  border-top: 1px solid #eceef2;
  padding-top: 15px;
  margin-top: 15px;
}
.dostart-blog-item-meta a {
  display: flex;
  align-items: center;
  padding-right: 10px;
  color: #333;
}
.dostart-blog-item-meta .avatar {
  border-radius: 50%;
  margin-right: 10px;
}
.dostart-blog-item-meta .blog-meta-info {
  position: relative;
  margin: 0;
  padding-right: 20px;
}
.dostart-blog-item-meta .blog-meta-info:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 16px;
  background: #b7b2b2;
  height: 16px;
  width: 1px;
}
.dostart-blog-item-meta .blog-meta-info:last-child {
  margin-right: 0;
}
.dostart-blog-item-meta .blog-meta-info:last-child:after {
  display: none;
}
.dostart-blog-item-content h4 {
  font-size: 20px;
  margin-bottom: 0;
  margin: 0;
  color: #333;
  padding-bottom: 20px;
}
.dostart-blog-item-content p {
  font-size: 16px;
}
.dostart-blog-item-content .blog-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.dostart-blog-item-content .blog-item-date {
  margin: 0;
}

/*-------[ Blog Responsive ] ------*/
@media (max-width: 767px) {
  .blog-page-padding {
    padding-right: 15px;
  }

  .entry-header h2 {
    font-size: 23px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .entry-header h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
/*--------------------------------------------------------------
    6.Comments CSS
----------------------------------------------------------------*/
body.page .comment-respond {
  padding: 0;
}

.logged-in .comment-form p:not(:first-child) {
  width: 100%;
}

.comment-form p > input[type=submit] {
  width: auto;
  padding: 10px 25px;
  background-color: #065FD4;
}

.comment-form p > input[type=submit]:hover {
  background-color: #333333;
}

.comment-list > li:not(:last-child) {
  margin-bottom: 30px;
}

.comment-list .children {
  margin-top: 30px;
}

.comments-area .edit-link a {
  color: #065FD4;
  margin: 0 5px;
}

.comment-form p > input[type=submit] {
  border: none;
}

.bypostauthor {
  padding: 2px;
  display: block;
}

/*-------[ Comment Responsive ] ------*/
/*--------------------------------------------------------------
    7.Widgets CSS
----------------------------------------------------------------*/
.widget.widget_archive ul,
.widget.widget_categories ul {
  overflow: hidden;
}

.widget_categories ul li:before {
  display: block;
  font-size: 12px;
  float: left;
  content: "\f105";
  font-family: "FONT AWESOME 5 FREE";
  padding-right: 12px;
  font-weight: 600;
  color: #222;
}

.widget_categories ul li a {
  width: 100%;
}

.widget a,
.widget li {
  transition: 0.3s;
}

.widget a:hover {
  color: #065FD4;
}

.widget select {
  width: 100%;
}

.error404 .search-form {
  max-width: 300px;
  margin: 30px auto 35px auto;
}

.error-title h1 {
  font-size: 100px;
  margin-bottom: 15px;
}

.error404 h2 {
  font-size: 23px;
  margin-bottom: 30px;
}

.error404 h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}

.error-404 .widget_search {
  margin-top: 20px;
}

section.error-404 {
  padding: 80px 0;
}

.error404 .dostart-breadcrumb-area {
  padding: 90px 0 90px;
}

.error404 .dostart-breadcrumb-area h1 {
  font-size: 35px;
  margin-bottom: 10px;
}

.search-form {
  position: relative;
}
.search-form label {
  width: 100%;
  margin: 0;
}

.search-form input[type=submit]:hover {
  background: #222;
}

.search-form label input.search-field {
  border: 0px solid #f0f0f0;
  padding: 15px 20px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  background: #f6f6f6;
}

.search-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 27px;
  text-indent: -999999px;
  height: 100%;
  z-index: 111;
  background: none !important;
}

.search-form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 0;
  background: #065FD4;
  padding: 15px 20px;
  border-radius: 0px;
}

.widget_search .widget-title {
  display: block;
}

.blog-sidebar .widget-title {
  font-size: 18px;
  margin-bottom: 35px !important;
  position: relative;
  padding-bottom: 20px;
}
.blog-sidebar .widget-title:before {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  position: absolute;
  width: 22%;
  bottom: 0;
  height: 2px;
  background: #065fd4;
  z-index: 1;
}
.blog-sidebar .widget-title:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #ddd;
}

.widget.widget_recent_entries li {
  line-height: 25px;
  padding-bottom: 10px;
}

.widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  display: inline-block;
  position: relative;
  padding: 7px 20px 9px;
  margin: 0 5px 5px 0;
  background-color: #065FD4;
  color: #fff;
  transition: all 0.3s;
  border-radius: 4px;
}

.widget_tag_cloud .tagcloud a:hover {
  background-color: #222;
  color: #ffffff;
}

/*------------------------------------------------
    WordPress Default Widget Design
 ------------------------------------------------*/
.widget_search .search-form {
  display: flex;
}
.widget_search .search-form label {
  width: 100%;
  display: block;
}
.widget_search .search-form input[type=search] {
  width: 100%;
}

/*-------[ Widget Responsive ] ------*/