/* ------- Global styles start ------- */
html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: #FFFFFF;
    color: #212529
}

h1 {
    font-family: 'Inter', sans-serif;
}

h2,
h3,
h4,
h5 {
    font-family: 'Oswald', sans-serif;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 44px;
    line-height: 52px;
}

h3 {
    font-size: 24px;
	line-height: 52px;
}

h4 {
    font-size: 21px;
}
h5 {
    font-size: 18px;
}

a {
	color: #e98306;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
}

.button, button {
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    transition: all .3s;
}

.button:hover, button:hover {
    text-decoration: none;
    cursor: pointer;
}

.container {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-full {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.hd-content-box {
    box-shadow: 0 2px 8px 0 rgba(16,7,104,.1),0 1px 2px 0 rgba(83,51,237,.06);
	border-radius: 15px;
    background-color: #ffffff;
    padding: 30px;
}

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

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

.page-header {
    margin-bottom: 60px;
}

.dark-overlay {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
}

.page-content ul,
.post-content ul {
    padding-left: 45px;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    list-style: disc;
}

.page-content ul li,
.post-content ul li {
    margin-bottom: 10px;
}
/* ------- Global styles end ------- */

/* ------- Header Menu styles start ------- */
.site-header {
    background: #FAFAFA;
    border-top: 8px solid #F7A42A;
    position: relative;
    padding: 26px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.header-logo {
    max-width: 100%;
    height: auto;
}

.social-networks {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 5px;
}

.social-networks li {
    padding: 0 10px;
}

.woocommerce-header-links a {
    margin: 0 5px;
}


.header-notice {
    background: #000000;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 18px;
    line-height: 37px;
    color: #FFFFFF;
    padding: 18px;
    display: flex;
    justify-content: center;
    margin-top: 98px;
}

.header-notice--title {
    margin-right: 35px;
}

.header-phone {
    margin-right: 25px;
    display: flex;
}

.header-phone--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 37px;
    color: #FFFFFF;
}

.header-phone--link {
    color: #F6A42B;
    font-weight: 700;
    font-size: 19px;
    line-height: 37px;
    margin-left: 10px;
}
/* ---------------- For sticky header: class="float-panel"  ------------------*/
/* .float-panel {
    width:100%;
    background: #FAFAFA;
    border-top: 4px solid #F7A42A;
    z-index:300;
    transform: translateZ(0);
    transition:all 0.5s;
}

.fixed {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    padding: 15px 0;
    animation: slide-down 0.7s;
    opacity: 0.95;
}

.fixed .fa-gg {
    transform: rotate(360deg); 
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
} */

/* ---------------- For Animation on Scroll ---------------- */
/* .slideanim {
    visibility:hidden;
    visibility:visible\9;
}

.slideanim.slide {
    visibility: visible; animation:slide 1s;
}

.slideanim::after {
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
} */

.header-v1 {
    position: relative;
    height: 555px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.header-v1--title {
    position: relative;
    font-weight: 900;
    font-size: 53px;
    line-height: 55px;
    font-family: 'Inter', sans-serif;
    max-width: 763.52px;
    color: #FFFFFF;
    text-shadow: 0px 4.008px 4.008px rgba(0, 0, 0, 0.25);
    z-index: 2;
    margin-bottom: 48px;
}

.header-button {
    position: relative;
    z-index: 2;
    background: #018d4c;
    box-shadow: inset 0px -2px 0px #002D18;
    padding: 13px 38px;
    gap: 10px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    transition: all .3s;
    display: inline-block;
}

.header-button i {
    position: relative;
    margin-left: 10px;
    transition: all .3s;
}

.header-button:hover i {
    left: 5px;
    transition: all .3s;
}

/* ------- Header & Menu styles end ------- */

/* ------- Home Page styles start ------- */
/* ------- Home Page styles end ------- */

/* ------- Archive, Blog, Search styles start ------- */
.posts-grid {
    padding: 80px 0;
}

.categories-grid {
	margin: 60px 0;
}

.category-grid-item {
  	position: relative;
  	text-align: center;
  	margin-bottom: 15px;
}

.category-grid-item img {
	max-width: 100%;
	width: 100%;
	height: auto;
  	margin-bottom: -5px;
}

.category--title {
    color: #fff;
    position: absolute;
    z-index: 122212;
    bottom: 10px;
    text-align: center;
    width: 100%;
}


.post-grid-item {
    border: 0.954939px solid #BABABA;
    padding: 30px 22px;
  	text-align: center;
  	background-size: cover !important;
    background-repeat: no-repeat !important;
  	min-height: 350px;
    align-items: flex-end !important;
    display: flex !important;
  	position: relative;
}

.post-item-overlay {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .5;
}
/* ------- Archive Blog styles end ------- */

/* ------- Single Post styles start ------- */
/* ------- Single Post styles end ------- */

/* ------- Archive CPT styles start ------- */
/* ------- Archive CPT styles end ------- */

/* ------- Single CPT styles start ------- */
/* ------- Single CPT styles end ------- */

/* ------- About Page styles start ------- */
/* ------- About Page styles end ------- */

/* ------- Contact Page styles start ------- */
/* ------- Contact Page styles end ------- */

/* ------- Footer styles start ------- */
.site-footer {
    background: #000000;
    padding: 81px 0 130px;
    color: #C4C4C4;
}

.footer-menu {
    display: flex;
    padding: 0;
    margin-bottom: 27px;
}

.footer-menu li a {
    color: #C4C4C4;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    padding: 5px 14px;
    border-left: 1px solid #DDDDDD;
}

.footer-bottom {
    display: flex;
    align-items: center;
}

.menu-policy {
    display: flex;
}

.menu-policy li a {
    color: #C4C4C4;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    padding: 5px 14px;
}

.footer-menu li:first-child a {
    border: none;
    padding-left: 0;
}

.footer-phones {
    display: flex;
    margin-bottom: 5px;
}

.footer-phone {
    margin-right: 25px;
    display: flex;
}

.footer-phone--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 37px;
    color: #FFFFFF;
}

.footer-phone--link {
    color: #F6A42B;
    font-weight: 700;
    font-size: 19px;
    line-height: 37px;
    margin-left: 10px;
}

.footer-copyright {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
}
/* ------- Footer styles end ------- */