
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.54px;
    font-family: 'Graphik';
    background: #EEEDE5;
    color: #000;
}
/* Single Post */
body.single-post {
	font-family: warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif !important;	
	background: white !important;
	font-size: 18.2px !important;
	line-height: 26px !important;
	letter-spacing: normal !important;
}

body.single-post .site_Header {
	background: white !important;
}

body.single h2 {
	color: rgba(0,0,0,.87);
    font-size: 3rem !important;
    margin-top: 0;
    font-weight: 400 !important;
    line-height: 1.30357em;
    margin-left: 0;
    margin-bottom: 0;
    letter-spacing: -.02em;
}
body.single h2 { 
	font-size: 2.5rem !important;
    margin-top: 1em;
    line-height: 1.13333em;
    margin-left: -0.02em;
}

body.single p {
	margin-top: 1em !important;
    margin-bottom: 1em !important;
	color: rgba(0,0,0,.87) !important;
}

/* Single Post */
body.overflowHidden{
    overflow: hidden;
}
a {
    text-decoration: none;
    cursor: pointer;
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6{
    margin-bottom: 24px;
}
body h1, body .h1{

}
body h2, body .h2{

}
body h3, body .h3{

}
body h4, body .h4{

}
body h5, body .h5{

}
body h6, body .h6{

}
ul {
    list-style: none;
}

.wp-block-column ul{
	list-style:unset !important;
}
img {
    height: auto;
    max-width: 100%;
}
.container {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin: 0 auto;
    padding: 0;
}

/*Header style*/
.site_Header {
    padding: 16px 0;
    border-bottom: 1px solid #000;
    background: #EEEDE5;
}
.logo-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    color: #000;
}
.session-data {
    display: flex;
    align-items: center;
    gap: 7px;
    opacity: 1;
    transition: all 0.25s ease;
}
.session-data.sessionBtnHide{
    opacity: 0;
}
.session-data .session-status {
    width: 10px;
    height: 10px;
    display: flex;
    border-radius: 50%;
    animation: myanimation 2s infinite;
}
@keyframes myanimation {
    0% {
        background: #E05436;
    }
    50%{
        background:#EEEDE5;
    }
    100% {
        background: #E05436;
    }
}
.session-data .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.28px;
    color: #000 !important;
}
.menuNavOuter .session-data{
    display: none;
}
ul.menuNav {
    width: auto;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0 8px;
}
ul.menuNav li {
    display: flex;
    align-items: center;
    width: auto;
}
.header_Search_block input,
.menuNav li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.28px;
    color: #000;
}
.header_Search_block {
    width: auto;
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}
.header_Search_block .icon {
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header_Search_block input {
    width: auto;
    background: transparent;
    border: none;
    outline: none;
}
.toggleSearch {
    position: absolute;
    display: none;
    top: 46px;
    right: 0;
    width: 320px;
    border: 1px solid #000;
}
.toggleSearch form > div{
    position: relative;
    background: rgb(166 166 166 / 30%);
}
.toggleSearch label.screen-reader-text{
    display: none;
}
.toggleSearch form input[type='text']{
    width: 100%;
    background: none;
    height: auto;
    padding: 8px 70px 8px 15px;
}
.toggleSearch form input[type='submit']{
    position: absolute;
    right: 0;
    height: 100%;
    width: auto;
    padding: 6px 10px;
    background: #a6a6a6;
}
/*===========================*/
.customToggle {
    display: none;
    padding: 0px;
}
.customToggle button {
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    cursor: pointer !important;
}
.customToggle span.toggleBar {
    width: 20px;
    /*height: 24px;*/
    height: 20px;
    display: inline-block;
    position: relative;
    outline: 0;
}
.customToggle span.toggleBarInner{
    width: 20px;
    height: 2.5px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.customToggle.toggleOpen span.toggleBarInner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
    /*top: 2px;*/
    top: 0px;
}
.customToggle span.toggleBarInner:before,
.customToggle span.toggleBarInner:after{
    /*width: 20px;*/
    width: 100%;
    height: 2.5px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;

    content: "";
    display: block;
}
.customToggle span.toggleBarInner:before{
    /*display: none !important;*/
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.customToggle.toggleOpen span.toggleBarInner:before{
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.customToggle span.toggleBarInner:after{
    bottom: -16px;
}
.customToggle.toggleOpen span.toggleBarInner:after {
    /*transform: translate3d(0, -17px, 0) rotate(-90deg);*/
    transform: translate3d(0, -15.5px, 0) rotate(-90deg);
}
/*===========================*/

/*Site main content style*/
.main-data-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 60px 0 160px 0;
}
.page-main-heading {
    padding: 16px 0;
    display: flex;
    align-items: center;
}
.main-heading {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 41.6px;
    letter-spacing: -0.96px;
    width: 100%;
    text-align: left;
}
.blog-listing {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.blog-listing .blog-item {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-top: 1px solid #000;
    width: 100%;
}
.blog-listing .image-block {
    position: relative;
/*     width: 442px;  */
	width: 250px;
    height: 250px !important;
    padding-bottom: 218px;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    background: #A6A6A6;
}
.blog-listing .image-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;

}
.blog-listing .content-block {
/*     width: calc(100% - 458px); */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    height: 100%;
}
.top-btns-block {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.btn {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    border: 1px solid #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    box-shadow: none !important;
    outline: none !important;
}
.blog-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.blog-description .heading {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #000 !important;
    line-height: 25.2px;
    width: 100%;
    text-align: left;
}
.blog-description .heading a{
    color: #000 !important;
    display: inline-block;
}
.blog-description .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.54px;
}
.blog-bottom-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.blog-bottom-block .updated-on {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.blog-bottom-block .updated-on span {
    font-weight: normal;
    line-height: 21px;
    letter-spacing: -0.28px;
    font-size: 14px;
}
.blog-bottom-block .updated-on .strong {
    font-weight: 600;
}
.blog-bottom-block .btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.28px;
    border: none;
    border-radius: 0;
    padding: 0;
}
.Load-more-option {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 32px 0 0 0;
}
button.btn.read-more-btn {
    padding: 19px 20px;
    min-width: 200px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #1F1F1F;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.18px;
    color: #fff;
}
/*Site main content style*/


/*Footer style*/
.site_Footer {
    padding: 32px 0px;
    flex-direction: column;
    align-items: flex-start;
    background: #000;
    display: flex;
}
.newsletter-title {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.newsletter-title .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.6px;
    letter-spacing: -0.96px;
    color: #fff;
    max-width: 410px;
}
.newsletter {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 26px;
}
.newsletter input {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    height: auto;
    background: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.newsletter .btn {
    display: flex;
    padding: 12px 40px 12px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}
.contact-and-footernav {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    padding-bottom: 48px;
}
.logo-and-contact-option {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 48px;
}
.logo-and-contact-option .site_Logo .logo-text {
    color: #fff;
}
.contact-option {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
}
.footerNavOuter{

}
ul.footerNav {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.footerNav li{

}
ul.footerNav li a{

}
ul.footerNav > li{
    width: 25%;
}
ul.footerNav > li > a{
    color: #EEEDE5 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.36px;
    margin: 0 0 12px;
    display: inline-block;
}
ul.footerNav .sub-menu{
    padding: 0;
}
ul.footerNav .sub-menu li{
    padding: 4px 0;
}
ul.footerNav .sub-menu li a{
    color: #7B7B7B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.54px;
    transition: 0.5s;
    display: inline-block;
}

.contactOptionOuter {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.contactOption{

}
.contactOption .contactTitle{
    color: #EEEDE5 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.36px;
    margin: 0 0 12px;
}
.contactOption a{
    color: #7B7B7B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.54px;
    transition: 0.5s;
    display: inline-block;
}
.bottomNav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 32px 0 16px 0;
    border-top: 1px solid #EEEDE5;
    margin-top: 0;
    gap: 32px;
}
.bottomNav li{

}
.bottomNav li a{
    color: #EEEDE5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.28px;
    transition: 0.5s;
}
/*-------------------------------------*/
.detailBar {
    width: 100%;
    height: 1px;
    /* display: inline-block; */
    margin: 0 !important;
    padding: 8px;
    border-top: 1px solid #000;
}
.post_ID_Date{
    max-width: 215px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 0 32px;
}
.left_sidebar {
    position: sticky;
    top: 30px;
    padding-left: 20;
	padding-bottom: 24px;
    max-width: 300px;
	max-height: 100vh;
    overflow-y: scroll;
}
.left_sidebar ul, .left_sidebar ol{
    padding-left: 16px;
	list-style:none !important;
}
.left_sidebar li{
	position: relative;
}
/* .left_sidebar li a {
    font-weight: 400;
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 100%;
    color: #000 !important;
    padding: 8px 0 5px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #000;
} */
.left_sidebar li a { 
	font-size: 14px;
    font-weight: 400;
	font-family: GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	color: #757575;
    display: block;
    padding-top: 6px;
    line-height: 1.2em;
    padding-bottom: 6px;
}
.left_sidebar li.active > a {
	color: #000 !important;
	position: relative;
}

/* ul.left_sidebar li a::after {
	content: "";
    border-bottom: 1px solid #000;
    height: 100%;
    position: absolute;
    width: 500px;
    top: 0;
    left: -60px;
} */
.left_sidebar li a:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -12px;
	display: inline-block;
    margin: auto;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #000;
    opacity: 0;
/*     transition: all 0.3s ease; */
/*     animation: myanimation 2s infinite; */
}
/*@keyframes myanimation {
    0% {
        background: #E05436;
    }
    50%{
        background:#EEEDE5;
    }
    100% {
        background: #E05436;
    }
}*/
.left_sidebar li.active > a{
    font-weight: 600;
/*     padding-left: 20px; */
}
.left_sidebar li.active > a:before{
    opacity: 1;
}
.postTableHead {
    border-top: 1px solid #000000;
    padding: 10px 0 40px;
    margin: 80px 0 0;
    display: inline-block;
    width: 100%;
}
.postTableHead h1{
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
.postTable {
    display: table;
    width: 100%;
}
.postRow {
    display: table-row;
}
.postRow span {
    display: table-cell;
    vertical-align: middle;
    padding: 16px 30px 16px 0;
    font-weight: 400;
    font-size: 18px;
    color: #000 !important;
    border-top: 1px solid #000;
    max-width: 625px;
}
.postRow span:last-of-type{
    padding-right: 0;
    padding-left: 20px;
    text-align: right;
}
div.postRow span {
    font-weight: 600;
    border:none;
}

/*--------------------------*/

.wp-block-table {
    margin: 40px 0;
    width: 100%;
    display: inline-block;
}
.wp-block-table tr th, .wp-block-table tr td{
    padding: 16px 30px 16px 0;
    border:none !important;
    vertical-align: middle;
}
.wp-block-table tr th:last-of-type, .wp-block-table tr td:last-of-type{
    text-align: right;
    padding-right: 0;
    padding-left: 20px;
}
.wp-block-table tr td{
    border-top: 1px solid #000 !important;
}
.wp-block-table thead{
    border:none !important;
}
.wp-block-table thead tr th{
    border:none !important;
    font-weight: 600;
}

strong{
    font-weight: 600;
}
body.single h1{
    font-size: 40px;
    font-weight: 400;
}
body.single h1 strong{
    font-weight: 500;
}
body.single h2{
    font-size: 32px;
/*     font-weight: 600; */
}
body.single h3{
    font-size: 24px;
/*     font-weight: 600; */
}
body.single .wp-block-image figure,
body.single .wp-block-image img{
    width: 100%;
}
body.single p + h2, body.single p + h3, body.single p + h4{
    margin-top: 45px;
}
body.single .wp-block-image + p,
body.single .wp-block-image + h1,
body.single .wp-block-image + h2,
body.single .wp-block-image + h3,
body.single .wp-block-image + h4{
    margin-top: 30px;
}

.package_table th, .package_table td{
    text-align: left !important;
    padding: 16px 10px !important;
}
.package_table tfoot{
    border:none;
}
.package_table tfoot td{
    font-weight: 600;
}
.package_table tbody td:nth-of-type(2){
    border-right: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
}

ul.left_sidebar::-webkit-scrollbar {
  width: 5px;
}
 
ul.left_sidebar::-webkit-scrollbar-track {
/*   box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3); */
}
 
ul.left_sidebar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #ccc;
	border-top-right-radius: 2px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
}
.outline{
	    color: #adaca9;
    font-size: 14px;
}
.border-image{
    border-radius: 24px;
	padding-top: 15px;
/* 	margin-bottom: 96px; */
}

h2.heading{
   font-size: calc(40px * 1.35) !important;
}

.wp-block-group__inner-container ul{
	list-style: outside  !important;
}

@media (min-width: 768px) {
  .margin-left {
    margin-left: 5rem;
  }
}
.back-to-blog {
    font-family: warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #716F6B;
    top: 25px;
}

.outline {
    color: #040404;
    font-size: 15px;
    font-weight: bold;
}

section ul{
	list-style:outside !important;
}
section img{
	display: block !important;
}