* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  background-color: #FFFFFF;
  font-weight: 400;
}

a img {
  border: none;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

/*
a:hover{color:var(--secondary-color)}
*/
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

a:focus {
  outline: none;
  text-decoration: none;
}

.form-control:focus {
  box-shadow: 0 0 0 .1rem var(--primary-color);
  border: none;
}

p {
  font-size: 14px;
  line-height: 22px;
  color: rgb(19, 19, 19, .9);
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

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

ol,
ul,
li {
  margin: 0px;
  padding: 0px;
}

input:focus {
  outline: none;
}

textarea {
  outline: none;
  resize: none;
}

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

.p0 {
  padding: 0px;
}

:root {
  --primary-color: #EF4100;
  --secondary-color: #f7f8fa;
}

::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.7);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}

::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.btn-theme {
  background-color: #9F86D9;
  border: 1px solid #9F86D9;
}

.w100 {
  width: 100%;
}

.container-fluid {
  max-width: 1850px;
  width: 96%;
}

.container {
  max-width: 1280px;
  width: 96%;
}

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

.navbar {
  padding-top: 5px;
  padding-bottom: 0px;
  margin-left: 35px;
}

.radius-20 {
  border-radius: 20px;
}

/*header .left-blk{padding-top:20px;padding-bottom:20px;}*/
header {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: -1px 2px 8px 2px rgba(55, 55, 55, 0.23);
  -webkit-box-shadow: -1px 2px 8px 2px rgba(55, 55, 55, 0.23);
  -moz-box-shadow: -1px 2px 8px 2px rgba(55,55,55,0.23);
}

.signup_btn {
  padding: 10px 17px;
  background: #EF4100;
  border-radius: 35px;
  margin-left: 20px;
}

.right-sidebar ul li {
  display: inline-block;
}

.right-sidebar ul li a {
  color: #fff;
  font-size: 16px;
}

.category-btns button {
  border-radius: 50px;
}

.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.blog-content {
  padding: 20px;
}

.blog-meta {
  font-size: 16px;
  font-weight: 400;
  color: rgb(19, 19, 19, .6);
}

.category {
  font-weight: 600;
  color: #131313;
}

.sidebar-box {
  background: #fff;
  padding: 30px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.sidebar-post img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.sidebar-post-title {
  margin-left: 20px;
}

.blog-card h5 {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.icon_plus {
  width: 20px;
  display: inline-block;
}

.read_more {
  font-size: 15px;
  color: rgb(19, 19, 19, .7);
}

.blog-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.blog-banner .page-title {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 900;
  background-color: #0069E3;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 10px;
}

.blog-banner h1 {
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.blog-banner p {
  color: rgb(19, 19, 19, .7);
  font-size: 16px;
  margin-bottom: 0px;
}

.blog-banner .container {
  max-width: 800px;
}

.blog .blog,.archive .blog{
  background-color: #FAFAFA;
}

.category-btns button {
  font-size: 16px;
  font-weight: 400;
  bordeR: 1px solid #E0E0E0;
  padding: 5px 13px;
}

.blog-thumb-xl {
  width: 100%;
}

.share-comment img {
  width: auto;
}

.share-comment a {
  margin: 0px 5px;
}

.search_blk {
  position: relative;
}

.search_blk .form-control {
  padding: 15px 20px
}

.search_btn {
  position: absolute;
  right: 0px;
  border: none;
  background: transparent;
  height: 100%;
  width: 50px;
}

.sidebar-box h6 {
  font-size: 16px;
  font-weight: 600;
}

.blog-thumb {
  width: 90px;
  height: 70px;
  object-fit: cover;
}

.sidebar-post-title {
  font-size: 16px;
  line-height: 25px;
}

.renct-blk {
  margin-bottom: 20px;
}

.renct-blk a {
  font-size: 16px;
  color: #131313;
}

.sidebar-box .renct-blk:last-child {
  margin-bottom: 0px;
}

.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.archieves a {
  color: rgb(19, 19, 19, .9);
  list-style: disc;
  text-decoration: underline;
  padding: 10px 0px;
  font-size: 16px;
  font-weight:400;
}
ul.archieves a:hover {color:var(--primary-color);}
.archieves {
  margin-left: 20px;
}

.archieves.show-less li:nth-child(n+7) {
  display: none;
}

.read-more-toggle {
  display: inline-block;
  margin-top: 10px;
  color: #005BC7;
  cursor: pointer;
  font-size: 16px;
}

.load-more a {
  color: rgb(19, 19, 19, .6);
  font-size: 16px;
  font-weight: 700;
}

.search-toggle {
  position: relative;
}

.search-dropdown {
  display: block;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 5px;
}

.search-dropdown.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.search-dropdown {
  width: 250px;
}

.search-dropdown input {
  border: 1px solid #E0E0E0
}

.search-dropdown button {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.footer-wrap {
  background-color: #fff;
  margin-top: 68px;
}


.footer-wrap .footer-sec .main-footer .footer-left {
  max-width: 310px;
}

.footer-wrap .footer-sec .main-footer .footer-left .footer-logo {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  margin-top: -110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.footer-wrap .footer-sec .main-footer .footer-left .footer-logo img {
  width: 100px;
}

.footer-wrap .footer-sec .main-footer .footer-left .footer-para {
  margin-bottom: 40px;
}

.footer-wrap .footer-sec .main-footer .footer-left .footer-para p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #313131;
}

.footer-wrap .footer-sec .main-footer .footer-right h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
  color: #313131;
}

.footer-wrap .footer-sec .main-footer .footer-right .footer-list ul li {
  margin-bottom: 6px;
}

.footer-wrap .footer-sec .main-footer .footer-right .footer-list ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height:32px;
  font-weight: 400;
  color: #313131;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}

.footer-wrap .footer-sec .main-footer .footer-right ul li a:hover {
  color: #EF4100;
}

.footer-wrap .footer-sec .bootom-footer {
  background-color: #393939;
  color: #fff;
}

.footer-wrap .bootom-footer .bottom-footer-content {
  max-width: 940px;
  margin: 0 auto;
}

.footer-wrap .bootom-footer h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom:0px;
}

.footer-list ul {
  list-style: none;
}

.main-footer {
  padding-bottom: 68px;
}

.footer-social-links a {
  display: inline-block;
  margin-right: 28px;
}

.bottom-footer-content {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.bottom-footer-content p {
  color: rgb(255, 255, 255, 0.7);
  margin-bottom: 0px;
}
header .container,footer .container{max-width:1460px;}
.breadcrumb-wrap{background-color:#FAFAFA;padding-top:25px;padding-bottom:25px;}
.breadcrumb .breadcrumb-item a{color:#131313;font-size:16px;}
.blog-details{background-color:#fff;}
.blog-details .content{padding-top:70px;padding-bottom:50px;}
.blog-details .container{max-width:900px;}
.blog-details h1{font-size:36px;font-weight:700;text-align:center;}
.blog-details .blog-meta{text-align:center;}
.blog-details p,.blog-details ul li{font-size:16px;color:rgb(19, 19, 19,.7);}
.blog-details h4{font-size:18px;font-weight:700;}
.blog-details ul{padding-left:20px;}
.blog-details ul li{margin-bottom:10px;}
.sharepost{padding-top:60px;padding-bottom:60px;background-color:#FAFAFA;}