@import url("https://fonts.googleapis.com/css?family=Hind+Siliguri:400,300,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Hind+Vadodara:400,300,500,600,700");

:root {

    --body-font-family:"Open Sans", sans-serif;
    --second-font-family: "Hind Siliguri", sans-serif;
    --theme-primary: #ff8700;
    --theme-Secondary: #222;
    --theme-tertiary: #231f20;
    --common-lightblack: #151515;
    --common-white:#fff;
    --black-rgba:rgba(255, 255, 255, 0.2);
    --f-hover:#f58634;
}

body {font-family: var(--body-font-family);}
h1, h2, h3, h4, h5, h6 {font-family: var(--body-font-family);}


.tnmt-header4 {box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);}
@media (min-width: 1200px) {
.tnmt-header4 .container {max-width: 1200px !important;}
}
@media (max-width: 991px) {
    .tnmt-header4 .container {max-width: 100% !important;}
    .tnmt-header4 .logo-header img {width:auto;height: 40px !important;}
}
.tnmt-header4 .header-nav .nav>li>a { font-family:var(--body-font-family);}
/*.tnmt-header4 .header-nav .nav>li.active>a {border: 1px solid var(--theme-Secondary) !important;color: var(--theme-Secondary) !important;}
.tnmt-header4 .header-nav .nav>li:hover>a {color: var(--theme-Secondary);}*/
.tnmt-header4 .header-content-bx {display: flex;align-items: center;justify-content: space-between;padding: 10px 0px;}
/* .tnmt-header4 .is-fixed .header-content-bx {padding: 20px 0px;} */
.tnmt-header4 .header-content-bx.no-bdr {border-bottom: none !important;}
.tnmt-header4 .logo-header {width:auto !important;}
.tnmt-header4 .logo-header img {width:auto;height: 80px; max-width:unset !important;padding: 0 0 0 0px !important;}
.tnmt-header4 .headerlogo img {width:auto;height: 80px;}
.tnmt-header4 .headerlogo {padding:0 20px !important;}
.tnmt-header4 .extra-nav{padding: 0px !important; align-items: center !important; vertical-align: middle;}
.tnmt-header4 .extra-nav .extra-cell {display: block !important;}
.tnmt-header4 .header-nav .nav>li>a {
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    padding: 6px 20px 6px 20px !important;
    letter-spacing:normal !important;
    color: var(--theme-Secondary);
}
.tnmt-header4 .header-nav .nav i {display:inline-block;}
.tnmt-header4 .header-nav .nav i.fa-chevron-down{
    padding-right: 0;
    padding-left: 2px;
}
.tnmt-header4 .header-nav .nav>li.active>a {border: 1px solid var(--theme-Secondary) !important;color: var(--theme-Secondary) !important;}
@media (min-width: 991px) {
.tnmt-header4 .header-nav .nav>li .sub-menu{
    /* width: 250px;
    padding: 10px 0px;
    background-color: #fff;
    text-align: left;
    z-index: 9999; */
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    width: 500px;  /* Set submenu width */
    justify-content: space-between; /* Space columns evenly */
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* Center align submenu */
    border-top: 5px solid #ff8700;
    border-radius: 0 !important;
    background: rgba(21, 21, 21, .9);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    
}
.tnmt-header4 .header-nav .nav>li .sub-menu li {width:50%;}
.tnmt-header4 .header-nav .nav>li .sub-menu li a{
    font-size: .9em;
    color: var(--common-white);
    text-transform: capitalize;
    text-decoration: none;
    padding: 6px 0;
}
}


@media (max-width: 991px) {
    
    .tnmt-header4 .navbar-toggler {margin: 0px 0 0px auto;position: absolute; right: 0px;z-index: 999;}
    .tnmt-header4 .header-content-bx{padding: 5px 0px !important;}
    .tnmt-header4 .logo-header {height: unset !important;}
    .tnmt-header4 .headerlogo {padding: 20px !important;}
    .tnmt-header4 .headerlogo img{background-color:var(--common-white);}
    .mo-left.tnmt-header4 .header-nav{background-color:var(--common-lightblack);}
    .mo-left.tnmt-header4 .header-nav .logo-header {display: none;}
    .mo-left.tnmt-header4 .navbar-toggler.open span {background-color: #000;}
    .mo-left.tnmt-header4 .navbar-toggler.open:after{content:none;background-color:transparent !important;}
    .mo-left.tnmt-header4 .header-nav {
        height:unset !important;
        overflow: unset;
        /* border-top: 1px solid var(--theme-tertiary); */
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        left: 0 !important;
        top: -100%;
        width: 100%;
        transition: top 0.3s ease-in-out;
    }
    .mo-left.tnmt-header4 .header-nav.show {width: 100%; left: 0 !important; top:100% !important; position: absolute;padding-top:120px;}
    .tnmt-header4 .extra-nav{position:absolute; top:5px;}
    .tnmt-header4 .header-nav .nav li {border-bottom: 1px solid rgba(255, 255, 255, .25);}
    .tnmt-header4 .header-nav .nav li:first-child {border-top: 1px solid rgba(255, 255, 255, .25);}
    .tnmt-header4 .header-nav .nav li:last-child {border-bottom: none;}
    .tnmt-header4 .header-nav .nav>li>a {line-height: 30px;color: #fff;padding: 10px 20px !important;}
    .tnmt-header4 .header-nav .nav i {margin: auto;font-size: 12px;color: #cccccc; line-height: 30px;}
    .tnmt-header4 .header-nav .nav>li .sub-menu {
        width: 100%;
        margin-top: 0;
        padding:0;
        padding-bottom: 0;
        background: rgba(255, 255, 255, .1);
    }
    .tnmt-header4 .header-nav .nav>li .sub-menu li {margin-left: 0px;}
    .tnmt-header4 .header-nav .nav>li .sub-menu li a{line-height: 20px;padding: 10px 20px;display: block;color:var(--common-white);opacity: 1;font-size: .9em; font-family: var(--body-font-family);}
    .tnmt-header4 .header-nav .nav>li>a:hover, .tnmt-header4 .header-nav .nav>li .sub-menu li a:hover{color: var(--theme-primary); background-color: var(--common-white);}
    .tnmt-header4 .header-nav .nav>li.active>a{border: none;}
    .tnmt-header4 .header-nav .social-menu{display:none;}
    .tnmt-header4 .header-nav .nav>li .sub-menu li {border-bottom: 1px solid rgba(255, 255, 255, .25);}
    .tnmt-header4 .header-nav .nav>li .sub-menu li:first-child {border-top: none;}
    .tnmt-header4 .header-nav .nav>li .sub-menu li:last-child{border-bottom: none;}
}
/* @media (max-width: 768px) {
  .mo-left.tnmt-header4 .header-nav.show {top:58px !important;}
} */



/*--------Blog listing and detail page ------------------*/

.post-meta {
    border-bottom: solid 1px #ccc;
    border-top: 1px solid #ccc;
    padding: 2px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.post-meta > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}
.post-meta > li:not(:last-child):after {
    margin-right: 0.5rem;
    content: "|";
    margin-left: 0.5rem;
}
.meta-author .by {
    margin-right: 0.2rem;
    font-size: 13px;
}

.meta-author .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meta-author .author a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
}

.blg-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-card.post-grid .blog-card-info p {margin-bottom: 0px;}
.btn-link.readmore {font-family: var(--body-font-family);background-color:var(--theme-primary) !important;}
.blog-post.blog-single .dlab-post-text blockquote p {font-family: var(--body-font-family);font-size: 15px;}
blockquote {font-size: 15px;}
.blog-post.blog-single .dlab-post-text ul>li:before {background: var( --common-lightblack);}
.btn-link, .comment-respond .comment-reply-title, .comments-area .comment-form p input[type="text"], .comments-area .comment-form p input[type="email"], 
.comments-area .comment-form p textarea, .comments-area .comments-title,
ol.comment-list li.comment .comment-author .fn  {font-family: var(--body-font-family);}

.comments-area .comment-form p input[type="text"], .comments-area .comment-form p textarea {text-transform: none;}
.comments-area .comment-form p input[type="submit"]{background-color: var(--theme-primary);}

.blog-post figure img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 300px !important;
}

.alignwide, .blog-post.blog-single  {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.blog-post.blog-single  {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section-head {margin-bottom: 0px !important;}
.title-head {margin-bottom: 5px !important;}
.content-inner {padding-top: 40px !important;}
.mt-0{margin-top: 0px !important;}
.mb-0{margin-bottom: 0px !important;}
.mb-10{margin-bottom: 10px !important;}
/*--------footer------------*/
/*--------footer------------*/
.footer4 {
    padding: 40px 0 10px 0;
    background: url(../themes/frontend/lemars/images/bg-image/footer-bg.jpg);
    z-index: 1;
   }

.footer4 .footer-top { background:none !important; padding:60px 0px 0px 0px !important;}
/* @media (min-width: 991px) {
    .footer4 {
        padding-top: 60px;
    }
}
@media (max-width: 992px) {
.footer4 .footer-top {padding: 80px 0 30px;}
} */
.footer4 .footer-title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family:var(--body-font-family);
    margin-bottom: 20px !important;
    text-align: left;
}
.footer4 .footer-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #ff8700;
    margin-top: 12px;
}
.footer4 .footer-title span {border-top: none;}
.footer4 ul{list-style: none; text-align: left;padding-left: 0px;}
.footer4 .f-item li {
    color: #aaa;
    padding: 6px 0;
    margin: 0;
    line-height: 21px;
}
.footer4 .f-item li a
{
    font-size: 14px;
    color: #d4d4d4;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    font-weight: 400;
    line-height: 21px;
}
.footer4 .f-item li a:hover{
    color: #ff8700;
    margin-left: 6px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.footer4 .f-item li:hover i{
    color: #ff8700;
}
.footer4 .f-item li i {
    font-size: 10px;
    color: #d4d4d4;
    padding-right: 5px;
}

.footer4 .footer-bottom {background:none;border-top: 1px solid rgba(255, 255, 255, .1);padding: 20px 0px 5px 0px;margin-top: 20px;}
.footer4 .footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.footer4 .footer-bottom p span a , .footer4 .footer-bottom p span a strong{
    color: var(--theme-primary) !important;
}
.footer4 .footer-bottom li {
    display: inline-block;
    padding-left:7px;
}

.footer4 .footer-bottom ul{text-align: right !important;}
.footer4 .footer-bottom ul li a{color: var(--theme-primary) !important;}
.footer4 .footer-bottom .text-right li{margin-left: 20px;}
.footer4 .footer-bottom .text-right li:first-child{margin-left: 0px;}
.footer4 .widget-social-ic {
        margin-top: 0 !important;
        border-top: none !important;
        padding-top: 10px !important;
        justify-content: start !important;
       
}
.footer4 .widget-social-ic li { display: inline-block;margin-right: 10px;margin-bottom: 5px;}
.footer4 .widget-social-ic li:nth-child(1)  a{
    background: #4267b2 !important;
}
.footer4 .widget-social-ic li:nth-child(2)  a{
    background: #0073b1 !important;
}
.footer4 .widget-social-ic li:nth-child(3)  a{
    background: #e60023 !important;
}
.footer4 .widget-social-ic li:nth-child(1) a:hover,
.footer4 .widget-social-ic li:nth-child(2) a:hover,
.footer4 .widget-social-ic li:nth-child(3) a:hover {
    background: #fff !important;
}

/* Change icon color when parent link is hovered */
.footer4 .widget-social-ic li:nth-child(1) a:hover i {
    color: #4267b2 !important;
}
.footer4 .widget-social-ic li:nth-child(2) a:hover i {
    color: #0073b1 !important;
}
.footer4 .widget-social-ic li:nth-child(3) a:hover i {
    color: #e60023 !important;
}

.footer4 .widget-social-ic li a {
    font-size: 15px !important;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 8px 11px;
    margin: 0px !important;
    line-height: 18px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.footer4 .widget-social-ic li i {
    font-size: 15px !important;
    min-width: auto !important;
    color: #fff !important;
}

/* .footer4 .contact {
    margin-top: 15px;
}
.footer4 .contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer4 .contact li p {
    margin: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 14px;
}
.footer4 .contact li span {
    display: block;
    text-transform: none;
    letter-spacing: inherit;
    font-weight: 400;
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4 .footer-title {
        font-size: 18px !important;
    }
}


blockquote>ol, .dlab-post-text>ol{
    list-style: auto !important;
}
blockquote>ol>li:before, .dlab-post-text>ol>li:before,blockquote>ul>li:before, .dlab-post-text>ul>li:before{
    content:none !important;
    list-style: auto !important;
}
.social-link-round:hover li:nth-child(3) { 
        top:1px !important;
    left: 42px !important;
}
.social-link-round li .btn-link i{
margin-left : 0px !important;
}

.blog-post.blog-single .dlab-post-text>ul{list-style:disc !important; padding-left: 2rem !important;}
.pagination .page-numbers.current{border-radius: 50%;padding: 11px 17px;}

.with-icon::before {
    content: "\e649"; 
    font-family: "Themify"; 
    margin-right: 5px; 
    display: inline-block;
    vertical-align: middle;
     font-size: 10px;
    color: #666666;
}
.blog-card .blog-card-media img {height:200px;}
/*@media (max-width: 991px) {
  .blog-card .blog-card-media img {height:200px;}
}*/

@media only screen and (min-width: 768px) and (max-width: 991px){
    .dlab-bnr-inr h1 {font-size: 40px !important; line-height:30px !important;}
}
@media screen and (max-width: 767px) {
    .footer4 .footer-bottom ul, .footer4 .footer-bottom p {
        text-align: center !important;
    }
}

/*.footer4 .footer-bottom a {color: #ff8700 !important;}*/

.footer4 .f-item li a:before {
    content: "\e649";
    font-family: "Themify";
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    color: #fff !imporatnt;
    }

/*.tnmt-header4 .header-nav .nav>li .drop-down.grid-col-6
 {
    width: 50%;
    right: 0;
}

@media screen and (min-width: 993px) {
.tnmt-header4 .header-nav .nav .drop-down
 {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        border-top: 5px solid #ff8700;
        border-radius: 0 !important;
        background: rgba(21, 21, 21, .9);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
        font-family: var(--bs-body-font-family);
    }
}
.tnmt-header4 .header-nav .nav .drop-down {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    background: #fff;
    float: left;
    padding: 10px;
    z-index: 999;
    display: block;
    cursor: default;
    overflow: hidden;
    margin-top: 10px;
}

.tnmt-header4 .header-nav .nav .drop-down .grid-row{
    margin: 0;
    padding: 0;
    min-height: 1px;
    width: 100%;
    float: left;
    clear: both;
}

.tnmt-header4 .header-nav .nav .drop-down .grid-col-6{
    width: 50%;
}

.tnmt-header4 .header-nav .nav .drop-down [class*=grid-col-] {
    margin: 0;
    float: left;
    padding: 10px;
    position: relative;
}

.tnmt-header4 .header-nav .nav .drop-down ul {
    padding: 0;
    margin: 0 0 0;
    list-style: none;
}

.tnmt-header4 .header-nav .nav .drop-down ul li.title {
    margin-bottom: 10px;
    color: #ff8700;
    font-weight: 700;
    text-transform:none;
}

.tnmt-header4 .header-nav .nav .drop-down ul li {
    line-height: 20px;
    font-size: 1em;
}

.tnmt-header4 .header-nav .nav .drop-down a{
    font-size: .9em;
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    max-width: 100%;
    text-transform: capitalize;
    font-family: var(--bs-body-font-family);
}
*/
.tnmt-header4 .header-nav .nav>li .sub-menu li a:hover {background:none !important; color:#ff8700;}

@media screen and (max-width: 575px) {
    .c-box, .g-box {
        width: 60%;
    }
    .c-box, .s-box {
        padding-top: 20px;
    }
    .q-box, .s-box {
        width: 40%;
    }
}
.tnmt-header4 .header-nav .nav>li .sub-menu .title{color:#ff8700;}
/*.back-button {
      display: inline-flex;
      align-items: center;
      padding: 10px 0px;
      color: #000;
      text-decoration: none;
      font-weight: 700;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    .back-button svg {
      width: 16px;
      height: 16px;
      fill: currentColor;
      transition: transform 0.3s ease;
    }
*/
@media only screen and (max-width: 991px) {
   .tnmt-header4  .header-nav .nav {max-height:450px; overflow-y: auto;}
   .tnmt-header4 .header-nav .nav>li.sub-menu-down a {opacity:1;}
}

.back-button {
  display: inline-flex;
  align-items: center;
  padding: 8px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.back-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.back-button:hover {
  background-color: #dcdcdc;
  color: #000;
}

.title-head {line-height:40px !important;}

.dlab-post-text h2 {font-size: 25px !important;
    line-height: 32px !important;
    margin-bottom: 8px !important;
  font-weight: 600 !important;}

.dlab-post-text h3 {font-size: 23px !important;
    line-height: 30px !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;}

.dlab-post-text h4 {font-size: 21px !important;
    line-height: 28px !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;}

.dlab-post-text h5 {font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;}
@media only screen and (max-width: 767px) {
  .footer4 .footer-top {
        padding-top: 0px !important;
    }
}