.pb--70 {
    padding-bottom: 70px !important;
}

.pt--70 {
    padding-top: 70px !important;
}

/* Blog-page 28-Dec-2023 */
.blog_main {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 30px;
}

.blog_box {
    list-style: none;
    position: relative;
    margin-bottom: 0px;
    padding: 23px;
    transition: all .5s ease-in-out;
    display: block;
    border-radius: 10px;
    /* background: #565656; */
    border: 1px solid #565656;
}

.blog_box .img_box {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dddddd9e;
}
.right_div_blog .img_box img {
    width: 100%;
}


.blog_box .blog_title {
    color: #ddd;
    font-size: 20px;
    margin-bottom: 15px;
    display: table;
    width: 100%;
    line-height: normal;
}

.blog_box .blog_title:hover {
    color: #b98e34;
}

.blog_box .blog_desc {
    color: #acacac;
    font-size: 15px;
    text-align: unset;
}

.blog_main .blog_box a.blog_btn, .mybtn {
    font-weight: 600;
    color: #000000;
    transition: 0.5s ease-in-out all;
    background: #dcdcdc;
    display: table;
    padding: 2px 12px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    border-bottom: 3px solid #151515;
}

.blog_main .blog_box:hover a.blog_btn, .mybtn:hover {
    transition: 0.5s ease-in-out all;
    background: #00a5a4;
    border-color: #037271;
    color: #ffffff;
}

.blog_main .blog_box .img_box img {
    transition: .5s ease-in-out all;
    max-width: 100%;
}

.blog_main .blog_box:hover .img_box img {
    transition: 2s cubic-bezier(0, 0, 0, 0.66) all;
    transform: scale(1.2);
}

.blog_main .blog_box:hover {
    transform: translateY(-8px);
    transition: all .5s ease-in-out;
    box-shadow: -3px 6px 3px #02020263;
    /* background: #141414; */
}

.side-nav.page_sidevar.blog_left {
    min-height: 500px;
}

.side-nav.blog_left .sidebar-navigation ul li:last-child a {
    border: 0;
}


/* Page  */
.nav-tabs-2-title {
    padding: 10px 0px;
    flex-grow: 1;
    font-weight: 400;
    letter-spacing: 0.025em;
    text-transform: none;
}
.nav-tabs-2 {
    display: block;
    padding-top: 0;
    border: none;
    background: transparent;
    border: 1px solid #e7e7e7;
    border-style: dashed;
}
.nav-item-2 {
    font-size: 14px;
    line-height: 1.72;
    font-weight: 700;
    color: #151515;
}

.nav-item-2 a.active {
    background: #ce3312;
    color: #ffffff;
}

.nav-item-2 a:after {
    position: absolute;
    right: 15px;
    content: '\f0a9';
    font-family: 'fontawesome';
    top: 9px;
}
.nav > li.nav-item-2  > a {
    padding: 10px 15px;
    border-bottom: 1px solid #AFAFAF;
    border-bottom-style: dashed;
    transition: 0.5s ease-in-out all;
    padding-right: 30px;
}

.nav-item-2 a:hover {
    background-image: linear-gradient(-90deg, #EBEBEB, white);
    margin-left: 10px;
    color: #ce3312;
    transition: 0.5s ease-in-out all;
}

section.blog_details_sec {
    width: 100%;
    background: #ebebeb;
    padding: 60px 0;
}

section.blog_details_sec h5.nav-tabs-2-title {font-size: 24px;}

.blog_details_box { text-align:justify;  }

.innerTitle {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
    position: relative;
    line-height: unset;
}
.innerTitle:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #4e4e4e;
    bottom: -3px;
    border-radius: 23px;
}

.blog_details_box .title_blg {
    font-size: 25px;
}

.blog_details_box .title_blg span {
    display: table;
}

.blog_details_box .img_box {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #a3a3a3;
    margin-bottom: 20px;
}

.blog_close_mobile{ display:none; }
.blog_open_mobile{ display:none; }
/* Page  */



/* Responsive  */
@media(max-width:1024px){
  .blog_close_mobile{ display:table; }
  
  a.blog_open_mobile {
    background: #050505;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0px -4px 14px #000000ab;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
}

  div#blogToicId {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 92%;
    background: #ffffff;
    z-index: 999;
    overflow: auto;
    padding-bottom: 50px;
    box-shadow: 2px 0px 24px #000;
    transition: all 0.6s ease 0s;
    transform: rotateY(90deg);
    transform-origin: right center;
    opacity: 0;
    visibility: hidden;
  }

  a.blog_close_mobile {
    color: #d93714;
  } 
  div#blogToicId.openLeft {
    transition: all 0.6s ease 0s;
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
  }

}
/* 1024px  */



@media(max-width:768px){
  .blog_main {
    grid-template-columns: 1fr 1fr;
  } 
  section.blog_details_sec{ padding:30px 0; }

}
/*768px*/


@media(max-width:500px){
  .blog_main {
    grid-template-columns: 1fr;
  } 
  .blog_details_box .title_blg {
    font-size: 20px;
  }

}
/*500px*/

@media(max-width:375px){
  div#blogToicId{ width:100%; }

}
/*500px*/

/* Responsive  */

.blog_left .sidebar-navigation {
    padding: 0;
}

.blog_left .sidebar-navigation .sidebartitle {
    padding: 20px 55px;
    margin: 0 31px;
}

.side-nav.blog_left .sidebar-navigation ul li a {
    border-bottom: 1px dashed #dddddd38;
    padding: 13px 13px;
    position: relative;
    font-size: 14px;
}

.side-nav.blog_left .sidebar-navigation ul li a i {
    position: absolute;
    right: 19px;
}

.side-nav.blog_left .sidebar-navigation ul li:hover a, .side-nav.blog_left .sidebar-navigation ul li.active a {
    background: linear-gradient(-90deg, #2a2a2a, #ce251c) !important;
    padding-left: 20px;
}

.blog_left {
    background: #202020;
}

.side-nav.blog_left .sidebar-navigation ul li:hover a i, .side-nav.blog_left .sidebar-navigation ul li.active a i {
    color: #ff7873;
}




.blog_box ul {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.blog_box ul li {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #ddd;
}
.blog_box ul li img {
    height: 17px;
    opacity: 0.8;
    filter: invert(1);
}


ul.blogauthor_ul {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.blogauthor_ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
ul.blogauthor_ul li img {
    height: 17px;
    opacity: 0.8;
    filter: invert(1);
}

.rts-single-wized .wized-body .rts-search-wrapper input {font-size: 14px;padding: 0 14px;padding-right: 60px;}

.rts-single-wized .wized-body .rts-search-wrapper input::placeholder {
    font-size: 14px;
}

/* blog-page iNNER  */

.right_div_blog {}

.right_div_blog .title_page {
}

.right_div_blog .title_page::after {
    bottom: -16px;
}

.right_div_blog .img_box {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #263d81;
}

.right_div_blog ul.blogauthor_ul {
    margin: 17px 0;
    justify-content: unset;
    column-gap: 25px;
}

.right_div_blog ul.blogauthor_ul .blog_details {}

.right_div_blog  .blog_details p, .right_div_blog .blog_details h1, .right_div_blog .blog_details h2,  .right_div_blog .blog_details h4, .right_div_blog .blog_details h3, .right_div_blog .blog_details h5, .right_div_blog .blog_details span
{
  font-family: "Muli", sans-serif !important;
}

.right_div_blog  .blog_details span {
    font-size: 15px !important;
    line-height: 26px !important;
    text-align: justify;
    color: #505050 !important;
    margin-bottom: 0px !important;
}

.right_div_blog .blog_details p {
    font-size: 16px !important;
    line-height: 27px !important;
    text-align: justify;
    color: #505050 !important;
    margin-bottom: 5px;
}

.right_div_blog .blog_details h1 {
    font-size: 25px !important;
    margin-bottom: 15px !important;
    line-height: normal !important;
}

.right_div_blog .blog_details h2 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    line-height: normal !important;
}

.right_div_blog .blog_details h5, .right_div_blog .blog_details h5 {
    font-size: 18px !important;
    margin-bottom: 15px !important;
    line-height: normal !important;
}


.blog_open_mobile {
    display: none;
}
.blog_close_mobile {
    display: none;
}

/* blog-page iNNER  */


/* Responsive  */
@media(max-width:1024px){
  ._page_sidebar_main.blog_list .right_div {
    width: 100%;
  }
 
  .blog_close_mobile{ display:table; }
  
  a.blog_open_mobile {
    background: #050505;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0px -4px 14px #000000ab;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    left: 0;
}

  div#blogToicId {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 34%;
    background: #202020;
    z-index: 999;
    overflow: auto;
    padding-bottom: 50px;
    box-shadow: 2px 0px 24px #000;
    transition: all 0.6s ease 0s;
    transform: rotateY(90deg);
    transform-origin: right center;
    opacity: 0;
    visibility: hidden;
  }

  a.blog_close_mobile {
    color: #d93714;
  } 
  div#blogToicId.openLeft {
    transition: all 0.6s ease 0s;
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
  }

  .blog_left .sidebar-navigation .sidebartitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 17px 15px;
    background: #363636;
  }

  .blog_left .sidebar-navigation .sidebartitle:before, .blog_left .sidebar-navigation .sidebartitle:after {
      display: none;
  }




}
/* 1024px  */



@media(max-width:990px){
  div#blogToicId { width: 40%;  }
}
/*990px*/



@media(max-width:768px){
  div#blogToicId { width:50%;  }
  .blog_left .sidebar-navigation .sidebartitle {
    font-size: 16px;
  }

  .right_div_blog .blog_details p {
    font-size: 15px !important;
  }

  .right_div_blog .blog_details h4, .right_div_blog .blog_details h3 {
    font-size: 18px !important;
  }

  span.quote__icon {
    position: absolute;
    left: -9px;
    top: -2px;
  }



}
/*768px*/


@media(max-width:500px){
    div#blogToicId { width:80%;  }
}
/*500px*/


@media(max-width:425px){
  div#blogToicId { width:85%;  }
}
/*425px*/


@media(max-width:375px){
  div#blogToicId{ width:100%; }

}
/*500px*/


/* Responsive  */


.right_div_blog .title_page {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 45px !important;
    color: #fff;
    position: relative;
}

.right_div_blog .title_page::after {
    bottom: -16px;
}

._buttom_shade::after {
    background-image: linear-gradient(45deg, #EDBC5A, #ffffff00);
    height: 3px;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 33%;
}
.right_div_blog .blog_details .subtitle {
    font-size: 20px !important;
    font-weight: 500;
    color: #000;
}



.blog_details h1, 
.blog_details h2, 
.blog_details h3, 
.blog_details h4, 
.blog_details h5, 
.blog_details h6 {
  color: #263d81; 
  margin-bottom: 15px !important;
  line-height: normal !important;
}


.blog_details h1 {
  font-size: 2.5em !important;
}

.blog_details h2 {
  font-size: 2em !important; 
}

.blog_details h3 {
  font-size: 1.75em !important;
}

.blog_details h4 {
  font-size: 1.5em !important;
}

.blog_details h5 {
  font-size: 1.25em !important;
}

.blog_details h6 {
  font-size: 1em !important; 
}

.mb--15{ margin-bottom:15px !important;  }


.m-auto{ margin:auto; } 

.float-unset{ float:unset; }
/* Blog-page 28-Dec-2023 */



/*related blog*/

.related_blog {
}

.related_blog h5 {
    font-size: 20px;
    color: #274967;
}

.related_blog .thumbnail {
    border: 1px solid #dddddd82;
    width: 100%;
}

.related_blog .thumbnail .content-area {
    padding: 10px;
    width: 100%;
}

.related_blog .content-area a.post-title h6 {
    font-size: 15px;
    margin-bottom: 7px;
}

.related_blog .content-area .user {
    font-size: 14px;
}

.related_blog .thumbnail:hover .content-area a.post-title h6 {
    color: #1d4873;
}


.relatedpost .owl-nav button {
    background: #263d81ab !important;
    color: #fff !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px !important;
}

.relatedpost .owl-nav button span {
    margin-top: -5px;
}

.relatedpost .owl-nav button:hover {
    background: #263d81 !important;
}
/*related blog*/



.relatedpost .owl-nav {
    position: absolute;
    bottom: -10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    column-gap: 5px;
}

.relatedpost .owl-prev, .relatedpost .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
    z-index: 10;
}
.relatedpost .owl-prev:hover, .relatedpost .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}




.arrow-left {
    padding-left: 25px;
    position: relative;
}
.arrow-left:before {
    content: "\f101";
    color: #909090;
    position: absolute;
    left: 0;
    top: 2px;
    font-family: fontawesome;
}

.right_div_blog .blog_details p b {
    color: #333;
}

.right_div_blog .blog_details ul li {
    color: #747474;
    font-size: 14px;
}

.right_div_blog .blog_details ul li b {
    color: #444;
}



/* Tag box  */
.tagBox ul {
    list-style: none;
    padding: 0 !important;
    margin: 25px 0 0;
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}

.tagBox ul li {
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    background: #01488e;
    color: #fff;
    transition: all 0.5s ease;
    text-transform: capitalize;
}

/* Tag box  */