* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-weight: 300;
}
ol,ul{
	list-style-position: inside;
}
/* @font-face {
    font-family: "butler-light";
    src: url(font/Butler_Light.woff);
}
@font-face {
    font-family: "butler-regular";
    src: url(font/Butler_Regular.woff);
}
@font-face {
    font-family: "butler-ultra";
    src: url(font/Butler_Ultra_Light.woff);
} */

html {
    --mulish-font: "Mulish", sans-serif;
    /* --play-font: "Playfair Display", serif; */
    --thm-black: #000;
    --thm-gray: #F3F3F3;
    --thm-silver: #EAEAEA;
    --thm-light-black: #424242;
    --thm-white: #fff;
    --butler-ultra:"Playfair Display", serif;
    --butler-light: "Playfair Display", serif;
    --butler-regular: "Playfair Display", serif;
    scroll-behavior: smooth;
     font-size: 16px;
 line-height: 24px;
}
.bg-dark-gray{
    background-color: var(--thm-silver);
}
body {
    position: relative;
    font-family: var(--mulish-font);
    color: var(--thm-light-black);
}
.mb-25{
    margin-bottom: 25px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.py-60{
    padding: 60px 0px;
}
a{
    color: inherit;
}
.elementor-button{
    padding: 20px 50px 20px 20px;
        position: relative;
        background-color: transparent !important;
}
.elementor-button span.elementor-button-text{
    font-family: var(--butler-regular);
    font-weight: 400;
    font-size: 20px;
    color: var(--thm-light-black);
}
.elementor-button span.elementor-button-text::after {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
	-webkit-mask-image: url('../images/icons/right.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
	-webkit-mask-size: 15px;
	mask-image: url('../images/icons/right.svg');
    mask-repeat: no-repeat;
    mask-position: center;
	mask-size: 15px;
	background:var(--thm-light-black);
    transition: all 0.5s;
}
.elementor-button span.elementor-button-text::before {
    content: '';
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid var(--thm-light-black);
    position: absolute;
    top: 50%;
    right: 0px;
    border-left-color: transparent;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.elementor-button:hover span.elementor-button-text::after,
.elementor-button:hover span.elementor-button-text::before{
right: 5px;
}
.invert .elementor-button span.elementor-button-text::after{
  background:var(--thm-white);
}
.invert .elementor-button span.elementor-button-text{
	color:var(--thm-white);
}
.invert .elementor-button span.elementor-button-text::before{
	border-color:var(--thm-white) var(--thm-white) var(--thm-white) #0000;
}
.no-cricle .elementor-button span.elementor-button-text::before{
    display:none;
}
.mini .elementor-button{
       padding: 10px 50px 10px 10px; 
}
.mini .elementor-button span.elementor-button-text{
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title  {
    font-family: var(--butler-light);
}
h2.wp-block-heading{
    font-size: 42px;
    line-height: 54px;
}
h3 {
    font-size: 32px;
    line-height: 42px;
}
p{
    margin-bottom: 15px;
}
.elementor-widget-text-editor p{
    margin-bottom: 0;
}
img,video,svg{
    max-width: 100%;
}
.thm-container {
    max-width: 1140px;
}

.thm-container,
.thm-container-fluid {
    width: 100%;
    padding: 0px 10px;
    display: block;
    margin: auto;
}
.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.upper{
    text-transform: uppercase;
}
.capital{
    text-transform: capitalize;
}
.text-center{
    text-align: center;
}
.clr-white{
    color: #fff;
}
.mxw-700{
    max-width: 700px !important;
}
.d-block{
    display: block;
}
.w-fit{
    width: fit-content;
}
.thm-row{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
}
.thm-col-3,
.thm-col-4,
.thm-col-6,
.thm-col-12{
    display: block;
    padding: 0px 10px;
}
.thm-col-12{
    width: 100%;
}
.thm-popup-box{
    position: fixed;
    overflow: auto;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    background-color: var(--thm-gray);
    z-index: 99999;
    padding: 45px 0px 20px;
    display: none;
}
.thm-popup-box.active{
    display: block;
}
.thm-popup-box .close-menu{
    height: 45px;
    width: 45px;
    cursor: pointer;
   margin-left: 20px;
}
.thm-popup-box  .content-box .title{
    font-family: var(--butler-light);
    font-weight: 300;
    font-size: 42px;
    line-height: 52px;
    margin: 30px auto;
}
.thm-popup-box  .content-box{
    font-size: 16px;
    line-height: 24px;
    max-width: 700px;
    margin: auto;
}
/* header */
header{
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 45px 0px 15px;
}
header .header-box{
    position: relative;
    display: flex;
    justify-content: center;
}
header .header-box .logo img{
    max-width: 250px;
    width: 100%;
        user-select: none;
 }
 header .header-box .menu img{
    max-width: 45px;
    width: 100%;
        user-select: none;
 }
.home header .header-box .menu img,
.home header .header-box .logo  img{
    filter: invert(1) brightness(6000);
    cursor: pointer;

}
header .header-box .logo a{
    display: block;
    width: fit-content;
    margin: auto;
}
header .header-box .menu{
    position: absolute;
    left: 15px;
    z-index: 66;
}
header .header-box ul.nav-links{
display: flex;
list-style-type: none;
margin: 15px auto ;
flex-wrap: wrap;
justify-content: center;
text-transform: uppercase;
}
header .header-box ul.nav-links li{
    padding: 10px 15px;
    text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
}

.home header .header-box ul.nav-links li a{
        color: var(--thm-white);

}
header .header-box ul.nav-links li a{
    color: var(--thm-light-black);
            text-decoration: none;
}
header .header-box ul.nav-links .sub-menu{
    list-style-type: none;
}
header .header-box ul.sub-menu li a::after{
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    margin-left: 15px;
    background-image: url('../images/icons/right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.banner-sec{
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-sec::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.scroll-up {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 3;
}
.banner-sec .content-box{
    padding: 60px 0px;
    display: flex;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100%;
    width: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 2;
}
.banner-sec .content-box h1{
    font-size: 60px;
    line-height: 72px;
    color: var(--thm-white);
    font-weight: 300;
    font-family: var(--butler-ultra);
    margin-bottom: 10px;
}

/* footer */
footer{
    padding: 55px 0px;
    background: var(--thm-gray);
}
footer .footer-content{
    margin: 15px auto;
}
footer .footer-content h4{
    font-size: 24px;
    line-height: 30px;
    font-family: var(--butler-regular);
    font-weight: 400;
    margin-bottom: 10px;
}
footer .footer-content  ul{
    list-style-type: none;
}
footer .footer-content  ul li{
    margin: 5px auto;
}
footer .footer-content  ul li a,
footer .footer-content  p{
    text-decoration: none;
    color: var(--thm-light-black);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
footer .footer-content form input{
    border: 1px solid var(--thm-white) ;
    outline-color: var(--thm-white);
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    font-family: var(--mulish-font);
    color: var(--thm-black);
    font-weight: 400;
}
footer .footer-content form input::placeholder{
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 400;
    font-family: var(--mulish-font);
}
footer .footer-content form button,
footer .footer-content form input[type="submit"]{
    padding: 10px 20px;
    background-color: var(--thm-light-black);
    color: var(--thm-white);
    outline-color: transparent;
    border: 1px solid var(--thm-light-black);
    cursor: pointer;
    font-weight: 400;
    font-family: var(--mulish-font);
    width: fit-content;
    margin: 15px 0px;
}
footer .footer-content form p{
    margin-bottom: 0 !important;
}
footer .footer-content .invalid .wpcf7-spinner,
footer .footer-content .init  .wpcf7-spinner{
    display: none;
}
footer .footer-content .wpcf7-response-output{
    margin: 0 !important;
}
footer .footer-bottom{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
footer .footer-bottom p{
    margin-top: 15px;
        font-size: 14px;
    color: var(--thm-black);
    font-weight: 400;
    text-transform: uppercase;
}
ul.social-links{
    display: flex;
    list-style-type: none;
    align-items: center;
    flex-wrap: wrap;
}
ul.social-links li{
    margin: 5px;
}
ul.social-links li a{
    width: 30px;
    height: 30px;
    display: block;
}
/* posts grid */
.grid-blog-posts{
    display: grid;
    width: 100%;
    list-style-type: none;
}
.grid-blog-posts a{
    text-decoration: none;
}
.grid-blog-posts .cate-name {
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0px;
}
.grid-blog-posts .cate-name span {
    font-size: 12px;
    position: relative;
    top: -1px;
}
.grid-blog-posts .cate-name a{
  font-weight: 500;   
  vertical-align: middle;
	    font-size: 12px;
    letter-spacing: 2px;
}
.grid-blog-posts .cate-name a:hover{
    color: var(--thm-black);
}
.grid-blog-posts .blog-thumb {
    width: 100%;
    overflow: hidden;
}
.grid-blog-posts .blog-thumb img{
    display: block;
    transition: all 0.5s;
}
.grid-blog-posts .blog-item:hover .blog-thumb img{
    transform: scale(1.1);
}
.breadcramp {
    padding: 300px 0px 100px;
    text-align: center;
    background-color: var(--thm-gray);
}
.breadcramp  h1{
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    text-transform: capitalize;
}
.breadcramp ul.page-links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    margin: 25px auto;
}
.breadcramp ul.page-links li,
.breadcramp ul.page-links li a{
    margin: 5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
	font-size: 14px;
}
.breadcramp ul.page-links li span{
    font-weight: 700;
}
.breadcramp ul.page-links li a{
    text-decoration: none;
}
.breadcramp ul.page-links li::after{
    content: "---";
    padding-left: 10px;
	letter-spacing: -2px;
}
.breadcramp ul.page-links li:last-child::after{
display: none;
}
.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.pagination .nav-links span,
.pagination .nav-links  a{
    padding: 8px 15px;
    border-radius: 5px;
    margin: 5px;
    display: block;
    width: fit-content;
    box-shadow: 0px 0px 5px #0003;
}
.pagination .nav-links span{
    background-color: var(--thm-gray);
}
.pagination .nav-links a{
    background-color: var(--thm-light-black);
    color: var(--thm-white);
    text-decoration: none;
}
.post-tags-sec .post-bottom-content{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  margin: auto;
}
.post-tags-sec .post-bottom-content .post-tags{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
}
.post-tags-sec .post-bottom-content .post-tags a{
text-decoration: none;
display: block;
width: fit-content;
padding: 8px 24px;
border-radius: 30px;
margin: 5px;
text-transform: uppercase;
background-color: var(--thm-gray);
transition: all 0.5s;
font-weight: 500;
}
.post-tags-sec .post-bottom-content .post-tags a:hover{
    background-color: var(--thm-light-black);
    color: var(--thm-white);
}
.single-post-feature-image{
    margin-top: -50px;
    background: linear-gradient(var(--thm-gray) 50%, #0000 50%);
}
.single-post-feature-image img{
    width: 100%;
}