/* RoofPlan HTML5 Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Banner Section
7. Page Title
8. Section Banner
9. Section Title
10. About Section
11. Blog Section

**********************************************/



:root {
    --thm-font: 'Poppins', sans-serif;
    --thm-font-2: 'Montserrat', sans-serif;
    --thm-gray: #808080;
    --thm-black: #252628;
    --thm-base: #ed202b;
    --thm-base-rgb: 237, 32, 43;
    --thm-primary: #e7bd1a;
    --thm-primary-rgb: 231, 189, 26;
}
  






/*==============================================
   Base Css
===============================================*/
*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--thm-font);
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--thm-black);
    font-weight: 700;
    line-height: 1.25em;
    font-family: var(--thm-font-2);
    margin: 0;
}


a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.sp{
    padding: 150px 0;
}



.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fancybox-image, 
.fancybox-spaceball {
    border-radius: 10px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}


.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}



i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}



.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    font-family: var(--thm-font-2);
    z-index: 2;
}
.btn-one:before {
    position: absolute;
    top: 110px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: var(--thm-black);
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    z-index: 1;
}
.btn-one:hover:before{
    top: 0%;
    left: -70px;
    right: -70px;
}
.btn-one:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 30px;
    background-color: var(--thm-base);
    opacity: 1;
    transform: scaleX(1.0);
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    z-index: -1;
}
.btn-one:hover:after{
    transform: scaleX(0);
    webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
} 


.btn-one.style2{
    color: #252628;
}
.btn-one.style2:after{
    background-color: #ffffff !important;
}
.btn-one.style2:hover:after{
    transform: scaleX(0);
    webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
}
.btn-one.style2:before{
    background-color: var(--thm-base);
}


.btn-one .txt {
    position: relative;
    z-index: 1;
}
.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
}


.btn-two{
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
}
.btn-two span:before{
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 10px;
}
.btn-two:hover{
    color: var(--thm-base);
}



.checked-box2 {
    position: relative;
    display: block;
    min-height: 30px;
}
.checked-box2 label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #585858;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    min-height: 30px;
    font-family: var(--thm-font);
}
.checked-box2 input[type="checkbox"] {
    display: none;
}
.checked-box2 input[type="checkbox"] + label span {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: #ecf2f6;
    border: 1px solid #dae5ec;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.checked-box2 label span:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin: 0px;
    color: #585858;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.checked-box2 input[type="checkbox"]:checked + label span {
    border-color: #dae5ec;
}
.checked-box2 input[type="checkbox"]:checked + label span:before {
    opacity: 1;
}






.thm-social-link1 {
    position: relative;
    display: block;
}
.thm-social-link1 ul{
    position: relative;
}
.thm-social-link1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.thm-social-link1 ul li:last-child{
    margin-right: 0;
}
.thm-social-link1 ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    color: #222222;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.thm-social-link1 ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.thm-social-link1 ul li a:hover:before{
    transform: scaleX(1.0);      
}
.thm-social-link1 ul li a:hover{
    color: #ffffff;
}



.thm-social-link2 {
    position: relative;
    display: block;
}
.thm-social-link2 ul{
    position: relative;
    overflow: hidden;
}
.thm-social-link2 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.thm-social-link2 ul li:last-child{
    margin-right: 0;
}
.thm-social-link2 ul li a{
    position: relative;
    display: block;
    color: #909090;
    font-size: 16px;
    line-height: 30px;
    transition: all 500ms ease;
}
.thm-social-link2 ul li a:hover{
    color: var(--thm-primary);
}



.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 






/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span, 
.owl-theme .owl-next span {
    
}
.owl-nav-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    line-height: 0;
    z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: rgba(var(--thm-base-rgb), .05);
    border-radius: 50%;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before{
    content: "\f111";
    font-family: flaticon !important;
    position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    color: var(--thm-base); 
    font-size: 25px;
    line-height: 60px;
    text-align: center;  
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span{
    display: none;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
    margin-right: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 0px;
    transform: rotate(180deg);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: rgba(var(--thm-base-rgb), 1.0);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before{
    color: #ffffff !important;
}










.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 60px !important;
    display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
    background: #d9d9d9;
    border: 0px solid transparent;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    width: 30px;
    border-radius: 10px;
    background: var(--thm-base);
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active span{}




@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;    
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li a{
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;  
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}



.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.styled-pagination.pdtop0{
    padding-top: 0;
}
.styled-pagination li{
	position: relative;
	display: inline-block;
    float: left;
    float: none;
	margin-right: 10px;
}
.styled-pagination li:last-child{
    margin-right: 0;
}
.styled-pagination li.prev a{
    transform: rotate(-180deg);
}
.styled-pagination li.prev a span.left{
    position: relative;
    top: 1px;
}
.styled-pagination li.next a span.right{
    position: relative;
    top: 2px;
}

.styled-pagination li a{
	position: relative;
	display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5e5e5;
	color: var(--thm-black);
	font-size: 16px;
	line-height: 53px;
	font-weight: 600;
	text-align: center;
	text-transform:uppercase;
	transition:all 500ms ease;
    font-family: var(--thm-font-2);
    z-index: 1;
}
.styled-pagination li:hover a,
.styled-pagination li.active a{
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}
.styled-pagination li.prev a,
.styled-pagination li.next a{
	color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover{
    color: #ffffff;
}






/** search pop-up style **/
.serach-button-style1{
    position: relative;
    display: block;
}
.serach-button-style1 .search-toggler{
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    background: transparent;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    transition: all 500ms ease;
}
.serach-button-style1 .search-toggler:hover{
    color: var(--thm-base);
}
.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: #1F2021;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.search-popup.popup-visible{
    -webkit-transform:translateY(0%);
    -ms-transform:translateY(0%);
    transform:translateY(0%);
    visibility:visible;
    opacity:1;
}
.search-popup .overlay-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    display:block;
}
.search-popup .close-search{
    position:absolute;
    right:25px;
    top:25px;
    font-size:22px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    transition: all 500ms ease;
}
.search-popup .search-form{
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 10;
}
.search-popup.popup-visible .search-form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}
.search-popup .search-form .form-group{
    margin-bottom: 30px;
}
.search-popup .search-form fieldset{
    position:relative;
    border-radius:12px;
}
.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 250px 20px 30px;
    background: transparent;
    line-height: 30px;
    font-size: 24px;
    color: #FFFFFF;
    border-radius: 7px;
    border: unset;
    border-bottom: 2px solid #404142;
    border-radius: 0;
}
.search-popup .search-form fieldset input[type="search"]::placeholder {
	color: #7E7E7E;
}
.form-control:focus {
    border-color: unset !important;
    box-shadow: unset !important;
}
.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 8px;
    top: 8px;
    text-align: center;
    padding: 10px 50px 10px 50px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    background: #F44438;
    border-radius: 30px;
}
.search-popup .search-form fieldset input[type="submit"]:hover{
    transform: translateY(0px);
}
.search-popup h3{
    text-transform:uppercase;
    font-size:20px;
    font-weight:600;
    color:#ffffff;
    margin-bottom:20px;
    letter-spacing:1px;
    text-align:center;  
}
.search-popup .recent-searches{
    font-size:16px;
    color:#ffffff;
    text-align:center;
}
.search-popup .recent-searches li{
    display:inline-block;
    margin:0px 10px 10px 0px; 
}
.search-popup .recent-searches li a{
    display:block;
    line-height:24px;
    border:1px solid #ffffff;
    padding:7px 15px;
    color:#ffffff;
    border-radius:3px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.search-popup .recent-searches li a:hover{
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
}



/*________________Preloader_______________ */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url(../images/icon/preloader.svg);
}
.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
    background-color: var(--thm-black);
}
.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-base);
}





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 2px solid var(--thm-primary);
    color: var(--thm-primary);
    border-radius: 50%;
    font-size: 20px;
    line-height: 56px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: var(--thm-base);
    border-color: var(--thm-black);
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}







/* Overlay styles */
.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 60, 34, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.overlay-style-one .box .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}





.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}




.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}
.review-box ul {
    display: block;
    overflow: hidden;
}
.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.review-box ul li:last-child{
    margin-right: 0px;    
}
.review-box ul li i {
    color: var(--thm-primary);
    font-size: 18px;
}





/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}




/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}
.nav-outer.style1 .mobile-nav-toggler {
    padding: 25px 0 25px;
}
.nav-outer.style2 .mobile-nav-toggler {
    padding: 10px 0;
}
.nav-outer.style3 .mobile-nav-toggler {
    padding: 45px 0;
}


.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
    background: var(--thm-base);
}
.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(9, 16, 32, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}
.mobile-menu .nav-logo a{
    position: relative;
    display: inline-block;
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}


.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
    border-left: 5px solid var(--thm-primary);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
    color: var(--thm-primary);    
}


.mobile-menu .navigation li ul li > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: uppercase;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
	display: none;
}
.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .social-links li a:hover{
    color: var(--thm-primary);
}



.sec-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 50px;
    line-height: 0;
}
.sec-title .sub-title {
    position: relative;
    display: block;
    padding-bottom: 3px;
}
.sec-title .sub-title p{
    color: var(--thm-base);
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.sec-title h2 {
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 800;
    text-transform: none;
}






.video-holder-box1{
    position: absolute;
    bottom: 70px;
    left: -175px;
    width: 250px;
    height: 290px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 20px 40px 0px rgba(86, 20, 19, 0.05);
}



.video-holder-box1 .icon{
    position: relative;
    display: block;
}
.video-holder-box1 .icon a{
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    border: 15px solid var(--thm-primary);
    border-radius: 50%;
}
.video-holder-box1 .icon a:before {
    position: absolute;
    content: '';
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(54,124,232, 0.0);
    z-index: -1;
    -webkit-animation: ripple2 1s infinite;
    animation: ripple2 3s infinite;
}


.video-holder-box1 .icon a span:before{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #172746;
    font-size: 25px;
    line-height: 90px;
    text-align: center;
}
.video-holder-box1 .title{
    position: relative;
    display: block;
    padding-top: 25px;
}
.video-holder-box1 .title h4{
    color: #252628;
    font-size: 20px;
    line-height: 26px;
}





/*** 
=============================================
    Features Style1 Area Css
=============================================
***/
.features-style1-area{
    position: relative;
    display: block;
    background: #f8f5ef;
    padding-bottom: 110px;
}
.features-style1-area .thm-shape1 {
    position: absolute;
    top: -190px;
    right: -370px;
    z-index: 10;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.contact-style1-area.home-4 .contact-form-box1 form input[type="text"]{
	background: transparent;
	color: #fff !important;
}

.team-style1-area.pdbtm60  .single-team-style1 .img-holder .shape-bg-overlay{
	bottom: 111px;
}

.blog-style1-area.home-8 .single-blog-style1 .img-holder .inner .date-box h5{
	right: 0px;
}

.elementor-422 .elementor-element.elementor-element-e67f641 .team-home-four .team-block .inner-box .lower-content{
	padding-left: 30px;
	padding-right: 30px;
}

.elementor-422 .elementor-element.elementor-element-e67f641 .team-home-four .team-block .inner-box .share-box{
	right: 20px;
}


.single-features-style1{
    position: relative;
    display: block;
    padding: 80px 0px 62px;
    margin-bottom: 40px;
    z-index: 1;
	transition: all 500ms ease;
}

.single-features-style1:hover{
	transform: translatey(-10px);
}
.single-features-style1::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
	height: 0%;
    background: #ffffff;
    border-radius: 20px;
	transition: all 500ms ease;
    z-index: -1;
}
.single-features-style1:hover:before,
.single-features-style1.active:before {
    height: 100%;
	top: 0px;
}





.single-features-style1 .icon {
    position: relative;
    display: block;
    line-height: 0;
    z-index: 1;
}
.single-features-style1 .icon span::before{
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
	transition: all 500ms ease;
}

.single-features-style1 .icon .shape1{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 auto;
    z-index: -1;
}
.single-features-style1 .icon .shape1::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0,0);
    transition: all 500ms ease;
    background-color: rgba(var(--thm-base-rgb), .05);
}
.single-features-style1:hover .icon .shape1::after,
.single-features-style1.active .icon .shape1::after{
    transform: scale(1,1);   
}

.single-features-style1 .text{
    position: relative;
    display: block;
    margin-top: 25px;
}
.single-features-style1 .text h4{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.single-features-style1 .text h4 a{
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style1 .text h4 a:hover{
    color: var(--thm-base);
}
.single-features-style1 .text p{
    margin: 0;
}



/*** 
=============================================
    Features Style2 Area Css
=============================================
***/
.features-style2-area{
    background: #1f2021f7;
    padding-bottom: 110px;
}
.features-style2-area .sec-title h2 {
    color: #ffffff;
}
.single-features-style1--style2{}
.single-features-style1--style2 .icon .shape1 {
    background: rgba(255, 255, 255, 0.05);
}
.single-features-style1--style2 .text h4 a {
    color: #ffffff;
}
.single-features-style1--style2:hover .text h4 a,
.single-features-style1--style2.active .text h4 a {
    color: var(--thm-black);
}
.single-features-style1--style2 .text p {
    color: rgba(255, 255, 255, 0.60);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.single-features-style1--style2:hover .text p,
.single-features-style1--style2.active .text p {
    color: var(--thm-gray);
}



/*** 
=============================================
   Project Style1 Area Css
=============================================
***/
.project-style1-area{
    position: relative;
    display: block;
    padding: 150px 0px 120px;
    background-image: -moz-linear-gradient( -90deg, rgba(248,245,238,0.4) 0%, rgb(248,245,238) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(248,245,238,0.4) 0%, rgb(248,245,238) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(248,245,238,0.4) 0%, rgb(248,245,238) 100%);
}
.project-style1-area .auto-container{
    max-width: 100%;
    padding: 0 30px;
}


/***
.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 60px;
}
.project-filter {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.project-filter li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 8px;
}
.project-filter li .filter-text {
    position: relative;
    display: block;
    padding: 18px 30px 15px;
    color: #98a1a7;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #dae5ec;
    border-radius: 27px;
    transition: all .4s ease;
    z-index: 1;
    font-family: var(--thm-font-2);
}
.project-filter li .filter-text:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: var(--thm-primary);
    border-radius: 27px;
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before{
    transform: scaleX(1.0);    
}
.project-filter li:hover .filter-text,
.project-filter li.active .filter-text{
    color: #ffffff;    
}
.project-filter li .count {
    display: none;
}
**/


.single-project-item{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-project-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
	background: #000;
}
.single-project-item .img-holder img{
    width: 100%;
	transitiona: all 500ms ease;
}

.single-project-item:hover .img-holder img{
	opacity: 0.2;
}

.single-project-item .img-holder .overlay-content{
    position: absolute;
    top: 40px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 20px;
    padding: 0 40px;
    overflow: hidden;
	visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 500ms ease;
    z-index: 2;
}
.single-project-item:hover .img-holder .overlay-content{
    opacity: 1.0;
	top: 20px;
	visibility: visible;
}
.single-project-item .img-holder .overlay-content:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 20px;
}

.single-project-item .img-holder .zoom-button{
    position: relative;
    display: block;
}
.single-project-item .img-holder .zoom-button a{
    position: relative;
    display: inline-block;
    background-color: rgba(var(--thm-base-rgb), .05);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--thm-base);
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.single-project-item .img-holder .zoom-button a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background-color: rgba(var(--thm-primary-rgb), .99);
    z-index: -1;
}
.single-project-item .img-holder .zoom-button a:hover::before{
    transform: scaleX(1.0);  
}
.single-project-item .img-holder .zoom-button a:hover{
    color: #ffffff !important;
}


.single-project-item .img-holder .overlay-content .inner{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 14px;
}
.single-project-item .img-holder .overlay-content .inner h4{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
}
.single-project-item .img-holder .overlay-content .inner h4 a{
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-project-item .img-holder .overlay-content .inner h4 a:hover{
    color: var(--thm-base);
}
.single-project-item .img-holder .overlay-content .inner p{
    margin: 0;
}

.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding: 0 15px;
    text-align: right;
}



/*** 
=============================================
   Project Style1 Area Project Page Css
=============================================
***/
.project-style1--project-page{
    position: relative;
    display: block;
    padding: 150px 0px 80px;
    background: #ffffff;
}



/*** 
=============================================
   Project Style2 Area Css
=============================================
***/
.project-style2-area{
    position: relative;
    display: block;
    padding: 150px 0px 120px;
    background: #ffffff;
}



/*** 
=============================================
   Project Style2 Area Project Page Css
=============================================
***/
.project-style2--project-page{
    padding-bottom: 50px;
}
.project-style2--project-page .sec-title {
    margin-top: -10px;
}
.single-project-item--style2{
    position: relative;
    display: block;
    margin-bottom: 52px;
}
.single-project-item--style2 .title-holder{
    position: relative;
    display: block;
    padding-top: 27px;
}
.single-project-item--style2 .title-holder h3{
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px;
}
.single-project-item--style2 .title-holder h3 a{
    color: var(--thm-black);
}
.single-project-item--style2 .title-holder p{
    margin: 0;
}
.single-project-item--style2 .img-holder .overlay-content {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0 0px;
    border-radius: 10px;
}
.single-project-item--style2 .img-holder .overlay-content:before {
    background-color: #1f2021;
    border-radius: 10px;
    opacity: 0.50;
}
.single-project-item--style2 .img-holder .zoom-button a {
    background-color: #ffffff;
}


/*** 
=============================================
   Project Details Area Css
=============================================
***/
.project-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 90px;
}
.project-details-content{
    position: relative;
    display: block;
    padding-right: 10px;
}


.project-details-text-box1 {
    position: relative;
    display: block;
    margin-bottom: 62px;
    margin-top: -10px;
}
.project-details-text-box1 h2{
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 21px;
}
.project-details-text-box1 p{
    margin: 0;
}
.project-details-main-image{
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.project-details-main-image img{
    width: 100%;
}
.project-details-text-box2{
    position: relative;
    display: block;
    margin-top: 62px;
}
.project-details-text-box2 h3{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 24px;
}
.project-details-text-box2 .text1{
    margin: 0;
    margin-bottom: 25px;
}
.project-details-text-box2 .text2{
    margin: 0;
}
.project-details-text-box3 {
    position: relative;
    display: block;
    margin-top: 62px;
    margin-bottom: 62px;
}
.project-details-text-box3 .text {
    position: relative;
    display: block;
    margin-top: -9px;
}
.project-details-text-box3 .text h3{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}
.project-details-text-box3 .text .text-1{
    margin: 0;
}
.project-details-text-box3 .text ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 21px;
    margin-bottom: 24px;
}
.project-details-text-box3 .text ul li{
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 7px;
}
.project-details-text-box3 .text ul li:last-child{
    margin-bottom: 0;
}
.project-details-text-box3 .text ul li span::before{
    position: relative;
    display: inline-block;
    top: 3px;
    color: var(--thm-base);
    font-size: 15px;
    font-weight: 700;
    padding-right: 20px;
}
.project-details-text-box3 .text .text-2{
    margin: 0;
}
.project-details-text-box3 .image{
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.project-details-text-box3 .image img{
    width: 100%;
}

.project-details-text-box4{
    position: relative;
    display: block;
}
.project-details-text-box4 .image{
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.project-details-text-box4 .image img{
    width: 100%;
}

.project-details-text-box4 .text{
    position: relative;
    display: block;
}
.project-details-text-box4 .text h3{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}
.project-details-text-box4 .text .text-1{
    margin: 0;
    margin-bottom: 24px;
}
.project-details-text-box4 .text .text-2{
    margin: 0;
}
.project-details-text-box4 .text ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 22px;
}
.project-details-text-box4 .text ul li{
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 7px;
}
.project-details-text-box4 .text ul li:last-child{
    margin-bottom: 0;
}
.project-details-text-box4 .text ul li span::before{
    position: relative;
    display: inline-block;
    top: 3px;
    color: var(--thm-base);
    font-size: 15px;
    font-weight: 700;
    padding-right: 20px;
}

.project-details-text-box5{
    position: relative;
    display: block;
    margin-top: 59px;
}
.project-details-text-box5 h3{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}
.project-details-text-box5 p{
    margin: 0;
}



.project-info-box {
    position: relative;
    display: block;
    /* border: 1px solid #e5e5e5; */
    border-radius: 10px;
    padding: 40px 40px 40px;
}
.project-info-box .top-title{
    position: relative;
    display: block;
    margin-bottom: 2px;
}
.project-info-box .top-title h3{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
}
.project-info-box .top-title p{
    margin: 0;
}

.project-info-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.project-info-box ul li {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    /* border-bottom: 1px solid #e5e5e5; */
    /* padding-bottom: 22px; */
    margin-top: 23px;
    font-family: var(--thm-font-2);
}
.project-info-box ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.project-info-box ul li span{
    position: relative;
    display: inline-block;
    width: 100px;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
}
.project-info-box ul li b{
    position: relative;
    display: inline-block;
    width: 20px;
    color: var(--thm-black);
}
.project-info-box ul li a{
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.project-info-box ul li a:hover{
    color: var(--thm-base);
}
.project-info-box ul li.style2{
    position: relative;
    display: flex;
    align-items: center;
}
.project-info-box .review-box {
    position: relative;
    display: inline-block;
}
.project-info-box .review-box ul{
    position: relative;
    display: block;
}
.project-info-box .review-box ul li {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    margin-top: 0;
    border: none;
}
.project-info-box .review-box ul li i::before{
    position: relative;
    display: inline-block;
}





/*** 
=============================================
    Working Process Area Css
=============================================
***/
.working-process-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #1f2021;
    padding: 150px 0 100px;
    z-index: 1;
}
.working-process-area .sec-title h2 {
    color: #ffffff;
}
.working-process-area .shape1{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 434px;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.03;
}
.working-process-area .shape2 {
    position: absolute;
    left: 0;
    bottom: -30px;
    opacity: 0.03;
}
.working-process-area .shape3{
    position: absolute;
    top: 0;
    right: 70px;
    opacity: 0.05;
}
.working-process-area .shape4 {
    position: absolute;
    top: -25px;
    right: -25px;
    opacity: 0.05;
}

.working-process-box{
    position: relative;
    display: flex;
    align-items: center;
    counter-reset: count;  
}
.working-process-box .arrow-box {
    position: absolute;
    top: 75px;
    right: -85px;
}
.single-working-process{
    position: relative;
    display: block;
    max-width: 33.333333%;
    width: 100%;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 42px;
}
.single-working-process .img-holder{
    position: relative;
    display: block;
    width: 160px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.single-working-process .img-holder img{
    width: auto;
}
.single-working-process .count{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: var(--thm-primary);
    border-radius: 50%;
}
.single-working-process .count:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #000e2e;
    font-size: 30px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 100ms linear;
    transition-delay: 0.1s;
    font-family: var(--thm-font-2);
}
.single-working-process .text-holder {
    position: relative;
    display: block;
    margin-top: 26px;
}
.single-working-process .text-holder h3{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 17px;
}
.single-working-process .text-holder p{
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}




/*** 
=============================================
   contact Style1 Area Css
=============================================
***/
.contact-style1-area {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding-top: 110px;
    padding-bottom: 100px;
    z-index: 2;
}
.contact-style1-area .shape1{
    position: absolute;
    top: 0;
    right: 100px;
}
.contact-style1-area .shape2 {
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 0.12;
}
.contact-style1-area .shape3 {
    position: absolute;
    top: -30px;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.12;
}



.contact-style1__image {
    position: absolute;
    left: -130%;
    top: -85%;
}
.contact-style1__image img{
    max-width: none;
    float: right;
}

.contact-form-box1 {
    position: relative;
    display: block;
}
.contact-form-box1 .top-title {
    position: relative;
    display: block;
    padding-bottom: 41px;
    margin-top: -7px;
}
.contact-form-box1 .top-title h2{
    color: #ffffff;
    font-size: 44px;
    line-height: 50px;
    font-weight: 800;
}
.contact-form-box1 form{
    position: relative;
    display: block;
}
.contact-form-box1 form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.contact-form-box1 form .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-form-box1 form .input-box {
    position: relative;
    display: block;
}

.contact-style3-area .contact-form-box1 form input[type="text"]{
    background: transparent;
    color: #ffffff;
}
.contact-style3-area .contact-form-box1 form input[type="text"]::-moz-placeholder {
    color: #ffffff;
}
.contact-style3-area .contact-form-box1 form input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}
.contact-style3-area .contact-form-box1 form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}


.contact-form-box1 form input[type="text"],
.contact-form-box1 form input[type="email"],
.contact-form-box1 form input[type="tel"],
.contact-form-box1 form textarea{
    position: relative;
    display: block;   
    background: transparent;
    width: 100%;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    padding-left: 39px;
    padding-right: 40px;
    border-radius: 30px;
    transition: all 500ms ease;
    font-family: var(--thm-font-2);
}
.contact-form-box1 form input[type="text"]:focus{
    color: #ffffff;
    border-color: #fff; 
}
.contact-form-box1 form input[type="email"]:focus{
    color: #ffffff;
    border-color: #fff; 
}
.contact-form-box1 form textarea:focus{
    color: #ffffff;
    border-color: #fff; 
}

.contact-form-box1 form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}
.contact-form-box1 form input[type="tel"]::-webkit-input-placeholder {
    color: #ffffff;
}
.contact-form-box1 form input[type="text"]:-moz-placeholder {
    color: #ffffff;
}
.contact-form-box1 form input[type="text"]::-moz-placeholder {
    color: #ffffff;
}
.contact-form-box1 form input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}
.contact-form-box1 form input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
}
.contact-form-box1 form input[type="email"]:-moz-placeholder {
    color: #ffffff;
}
.contact-form-box1 form input[type="email"]::-moz-placeholder {
    color: #ffffff;
}
.contact-form-box1 form input[type="email"]:-ms-input-placeholder {
    color: #ffffff;
}
.contact-form-box1 form textarea::-webkit-input-placeholder {
    color: #ffffff;
}
.contact-form-box1 form textarea:-moz-placeholder {
    color: #ffffff;
}
.contact-form-box1 form textarea::-moz-placeholder {
    color: #ffffff;
}
.contact-form-box1 form textarea:-ms-input-placeholder {
    color: #ffffff;
}

.contact-form-box1 form .button-box{
    position: relative;
    display: block;
}
.contact-form-box1 form .button-box button{
    width: 100%;
}
.contact-form-box1 form .button-box button.btn-one.style2:before {
    background-color: var(--thm-black);
}

.contact-style2-area .contact-form-box1 form .button-box button.btn-one.style2:after {
    background-color: #fff !important;
}

.contact-form-box1 form .button-box button.btn-one.style2:after {
    background-color: #fff !important;
}

.contact-form-box1 form .button-box button.btn-one.style2:before {
    background-color: #222 !important;
}

.contact-form-box1 form .button-box button.btn-one.style2:hover{
	color: #fff !important;
}

.single-features-style1 .icon span::before{
	transition: all 500ms ease;
}

.single-features-style1:hover .icon span::before,
.single-features-style1.active .icon span::before{
	color: #fff !important;
}



/*** 
=============================================
   contact Style2 Area Css
=============================================
***/
.contact-style2-area {
    position: relative;
    display: block;
    background: #1f2021;
    z-index: 2;
}
.contact-style2-area .auto-container{
    max-width: 100%;
    padding: 0;
}
.contact-style2-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.contact-style2-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}
.contact-style2__title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--thm-base);
    padding: 75px 0;
    overflow: hidden;
}
.contact-style2__title .shape1{
    position: absolute;
    left: 0;
    bottom: -25px;
}
.contact-style2__title .shape2{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 181px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.contact-style2__title .shape3{
    position: absolute;
    top: 0;
    right: 30px;
}
.contact-style2__title .shape4{
    position: absolute;
    top: 0;
    right: -25px;
}
.contact-style2__title h2{
    color: #ffffff;
    font-size: 44px;
    line-height: 50px;
    font-weight: 800;
}
.contact-form-box1--style2 {
    position: relative;
    display: block;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 97px 0 98px;
}



/*** 
=============================================
   contact Style3 Area Css
=============================================
***/
.contact-style3-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--thm-base);
    padding: 85px 0 85px;
    z-index: 2;
}
.contact-style3-area .thm-logo{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.contact-style3-area .thm-logo img{
    position: relative;
    display: inline-block;
    width: auto;
    opacity: 0.20;

}

.contact-style3-area .shape1{
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact-style3-area .shape2{
    position: absolute;
    left: -50px;
    bottom: 0;
    right: 0;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  top center;
}
.contact-style3-area .shape3{
    position: absolute;
    top: 0;
    right: 40px;
}
.contact-style3-area .shape4{
    position: absolute;
    top: -30px;
    right: 0px;
}

.contact-style3__title {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 50px;
    margin-top: -5px;
}
.contact-style3__title h2{
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
}

.contact-form-box1--style3{
    position: relative;
    display: block;
}
.contact-form-box1--style3 form .input-box {
    margin-bottom: 20px;
}
.contact-form-box1--style3 form input[type="text"], 
.contact-form-box1--style3 form input[type="email"], 
.contact-form-box1--style3 form textarea {
    background: #ffffff;
    width: 100%;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: #808080;
    padding-left: 29px;
    padding-right: 29px;
}
.contact-form-box1--style3 form input[type="text"]:focus{
    color: #808080;
    border-color: var(--thm-primary); 
}
.contact-form-box1--style3 form input[type="email"]:focus{
    color: #808080;
    border-color: var(--thm-primary); 
}
.contact-form-box1--style3 form input[type="text"]::-webkit-input-placeholder {
    color: #808080;
}
.contact-form-box1--style3 form input[type="text"]:-moz-placeholder {
    color: #808080;
}
.contact-form-box1--style3 form input[type="text"]::-moz-placeholder {
    color: #808080;
}
.contact-form-box1--style3 form input[type="text"]:-ms-input-placeholder {
    color: #808080;
}
.contact-form-box1--style3 form input[type="email"]::-webkit-input-placeholder {
    color: #808080;
}
.contact-form-box1--style3 form input[type="email"]:-moz-placeholder {
    color: #808080;
}
.contact-form-box1--style3 form input[type="email"]::-moz-placeholder {
    color: #808080;
}
.contact-form-box1--style3 form input[type="email"]:-ms-input-placeholder {
    color: #808080;
}
.contact-form-box1--style3 form .button-box button {
    color: var(--thm-black);
    padding-left: 0px;
    padding-right: 0px;
    width: 200px;
}
.contact-form-box1--style3 form .button-box button:after {
    background-color: var(--thm-primary) !important;
}
.contact-form-box1--style3 form .button-box button:before {
    background: #ffffff !important;
}



/*** 
=============================================
   Choose Style1 Css
=============================================
***/
.choose-style1-area{
    position: relative;
    display: block;
    background: #f8f5ee;
    overflow: hidden;
    z-index: 1;
}
.choose-style1-area .shape1{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.choose-style1-area .shape2{
    position: absolute;
    top: 0;
    right: -50px;
    z-index: -1;
}
.choose-style1-area .shape3 {
    position: absolute;
    top: -93px;
    right: -45px;
    z-index: -1;
}
.choose-style1-area .shape4 {
    position: absolute;
    bottom: 60px;
    right: 230px;
    z-index: -1;
}
.choose-style1-area .container-fullwidth{
    position: relative;
    display: flex;
    width: 100%;
}
.choose-style1-img-box{
    position: relative;
    display: block;
    float: left;
    width: 50%;
    min-height: 930px;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.choose-style1-content-box{
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-top: 150px;
    padding-left: 120px;
    padding-bottom: 150px;
    max-width: 645px;
    height: 100%;
}
.choose-style1-content-box .sec-title {
    padding-bottom: 22px;
}
.choose-style1-content-box .inner-content {
    position: relative;
    display: block;
}
.choose-style1-content-box .inner-content p{
    margin: 0;
}


.choose-style1-content-box .inner-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 46px;
}
.choose-style1-content-box .inner-content ul li{
    position: relative;
    display: block;
    padding-left: 60px;
    margin-bottom: 30px;
}
.choose-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.choose-style1-content-box .inner-content ul li .icon{
    position: absolute;
    top: 6px;
    left: 0;
    background-color: rgba(var(--thm-base-rgb), 0.05);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}
.choose-style1-content-box .inner-content ul li .icon span::before{
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}
.choose-style1-content-box .inner-content ul li .text{
    position: relative;
    display: block;
}
.choose-style1-content-box .inner-content ul li .text h4{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
}
.choose-style1-content-box .inner-content ul li .text p{
    margin: 0;
}



/*** 
=============================================
  Video Gallery Style1
=============================================
***/
.video-gallery-style1{
    position: relative;
    display: block;
	overflow: hidden;
    z-index: 1;
}
.container-fullwidth{
    position: relative;
    display: block;
    width: 100%;
}
.video-gallery-img {
    position: relative;
    display: block;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 225px 0px 217px;
	overflow: hidden;
    z-index: 1;
}
.video-gallery-img::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(17, 17, 18, .70);
    content: "";
}

.video-gallery-img .parallax-bg{
	z-index: -1;
}
.video-gallery-inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.video-gallery-inner .icon{
    position: relative;
    display: block;
    z-index: 1;
}
.video-gallery-inner .icon:before {
    position: absolute;
    content: '';
    top: 0px;
    left: -0px;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    background: rgba(54,124,232, 0.0);
    z-index: -1;
}
.video-gallery-inner .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}
.video-gallery-inner .icon .video-popup {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 35px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    border: 5px solid var(--thm-primary);
}

.video-gallery-inner .icon .video-popup:before,
.video-gallery-inner .icon .video-popup:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-gallery-inner .icon .video-popup:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.video-gallery-inner .icon .video-popup span::before{}
.video-gallery-inner .title{
    position: relative;
    display: block;
    margin-top: 27px;
}
.video-gallery-inner .title h4{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}

































/*** 
=============================================
   comments Box Css
=============================================
***/
.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 92px;
}
.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 31px;
}
.comment-box .title h3{
    font-size: 24px;
    line-height: 34px;
}

.comment-box .outer-box{
    position: relative;
    display: block;
}
.comment-box .single-comment {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.comment-box .single-comment.marginleft100{
    margin-left: 100px;
}
.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
}
.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0px;
}
.comment-box .single-comment-box .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-bottom: 23px;
    min-height: 100px;
}
.comment-box .single-comment-box .text-holder:before{
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #e5e5e5;
    content: "";
}

.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: block;
}
.comment-box .single-comment-box .text-holder .top h3{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.comment-box .single-comment-box .text-holder .top span{
    color: #808080;
    font-size: 15px;
    font-weight: 400;
}

.comment-box .single-comment-box .text-holder .text{
    position: relative;
    display: block;
    padding-top: 15px;
}
.comment-box .single-comment-box .text-holder .text p{
    margin: 0;
}
.comment-box .single-comment-box .text-holder .reply{
    position: relative;
    display: block;
    padding-top: 25px;
}
.comment-box .single-comment-box .text-holder .reply a {
    color: var(--thm-base);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}
.comment-box .single-comment-box .text-holder .reply a span:before{
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 6px;
}





/*** 
=============================================
   Add Comment Box Css
=============================================
***/
.add-comment-box {
    position: relative;
    display: block;
}
.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.add-comment-box .title h3{
    font-size: 24px;
    line-height: 34px;
}


.add-comment-box #add-comment-form {
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form .input-box{
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form input[type="text"], 
.add-comment-box #add-comment-form input[type="email"], 
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 55px;
    color: #585858;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}
.add-comment-box #add-comment-form textarea {
    height: 150px;
    padding: 14px 30px;
    border-radius: 10px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: var(--thm-primary);   
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: var(--thm-primary);   
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: var(--thm-primary);      
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
    padding-top: 20px;
    line-height: 0;
}
.add-comment-box #add-comment-form .button-box button{
    padding-left: 50px;
    padding-right: 50px;
}





/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}
.error-page-area-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.error-page-area-bg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.70;
}

.error-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.error-content .title {
    position: relative;
    display: block;
    color: var(--thm-primary);
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 20px;
    font-family: var(--thm-font);
}
.error-content p{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.error-content .big-title {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 110px;
    line-height: 90px;
    font-weight: 800;
    text-transform: none;
    margin: 0 0 29px;
    font-family: var(--thm-font-2);
}
.error-content .btns-box {
    line-height: 0;
    padding-top: 42px;
}
.error-content .btns-box a {
    padding-left: 40px;
    padding-right: 40px;
}





/*** 
=============================================
    Pricing Plan Area Style      
=============================================
***/
.pricing-plan-area{
    position: relative;
    display: block;
    padding: 150px 0 50px;
    z-index: 1;
}
.single-price-box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 51px 40px 60px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transform: translate3d(0px, 0px, 0px);
    transition: all 500ms ease;
    transition-delay: 0.5s;
    margin-bottom: 40px;
    z-index: 2;
}
.single-price-box::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: var(--thm-base);
    border-radius: 10px;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms ease 1200ms;
    z-index: -1;
}
.single-price-box:hover:before{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition: all 500ms ease 100ms;
}

.single-price-box .table-header {
    position: relative;
    display: block;
    margin-bottom: 14px;
}
.single-price-box .top {
    position: relative;
    display: block;
}
.single-price-box .top h4{
    color: var(--thm-base);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: var(--thm-font);
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.single-price-box:hover .top h4{
    color: #ffffff !important;
}


.single-price-box .package {
    position: relative;
    display: block;
    padding-bottom: 12px;
}
.single-price-box .package h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.single-price-box:hover .package h2{
    color: #ffffff;
}
.single-price-box .package h2 span {
    position: relative;
    font-size: 17px;
    font-weight: 500;
}


.single-price-box .price-list{
    position: relative;
    display: block;
    padding: 0 30px 0px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease 100ms;
    z-index: 1;
}
.single-price-box:hover .price-list{
    border-color: rgba(255, 255, 255, 0.05);
}
.single-price-box .price-list .shape-bg1{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #ffffff;
    opacity: 0.12;
    border-radius: 10px;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition: all 500ms ease 500ms;
    z-index: -1;
}
.single-price-box:hover .price-list .shape-bg1{
    transform: scaleY(1.0); 
    transition: all 500ms ease 600ms;  
}
.single-price-box .price-list .shape-bg2{
    content: "";
    position: absolute;
    left: 20px;
    bottom: -10px;
    right: 20px;
    height: 10px;
    background: #ffffff;
    opacity: 0.12;
    z-index: -1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition: all 500ms ease 300ms;
}
.single-price-box:hover .price-list .shape-bg2{
    transform: scaleY(1.0); 
    transition: all 500ms ease 1000ms;  
}
.single-price-box .price-list .shape-bg3{
    content: "";
    position: absolute;
    left: 40px;
    bottom: -20px;
    right: 40px;
    height: 10px;
    background: #ffffff;
    opacity: 0.10;
    z-index: -1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition: all 500ms ease 100ms;
}
.single-price-box:hover .price-list .shape-bg3{
    transform: scaleY(1.0); 
    transition: all 500ms ease 1200ms;  
}


.single-price-box .price-list ul {
    display: block;
    padding: 34px 0 36px;
}
.single-price-box .price-list ul li {
    color: var(--thm-black);
    font-size: 15px;
    line-height: 39px;
    font-weight: 400;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.single-price-box:hover .price-list ul li{
    color: #ffffff;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.single-price-box .price-list ul li.style2{
    transition: all 400ms linear;
    transition-delay: 0.1s;
    color: var(--thm-gray);
}
.single-price-box:hover .price-list ul li.style2{
    color: rgba(255, 255, 255, 0.8);
}
.single-price-box .price-list ul li.style2 span::before{
    color: var(--thm-gray);
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.single-price-box:hover .price-list ul li.style2 span::before{
    color: rgba(255, 255, 255, 0.8);
}
.single-price-box .price-list ul li span::before{
    position: relative;
    display: inline-block;
    top: 2px;
    color: var(--thm-base);
    font-size: 15px;
    font-weight: 700;
    padding-right: 10px;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.single-price-box:hover .price-list ul li span::before{
    color: #ffffff !important;
}

.single-price-box .table-footer {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 60px;
}
.single-price-box .table-footer .btn-one{
    color: var(--thm-black);
    border: 1px solid #e5e5e5;
}
.single-price-box .table-footer .btn-one:hover{
    color: var(--thm-base);
}
.single-price-box .table-footer .btn-one::before{
    background: rgba(255, 255, 255, 0.90);
}
.single-price-box .table-footer .btn-one::after{
    background: #ffffff;
}





/*** 
=============================================
    Sidebar Css
=============================================
***/
.sidebar-content-box{
    position: relative;
    display: block;
    max-width: 350px;
    width: 100%;
    float: right;
    background: #ffffff;
    z-index: 2;
}
.sidebar-content-box.left{
    float: left;
}
.single-sidebar-box{
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 39px 39px 39px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.single-sidebar-box.style2{
    padding: 39px 39px 25px;    
}
.single-sidebar-box.last-box{
    margin-bottom: 0;
}

.single-sidebar-box .title{
    position: relative;
    display: block;
    line-height: 0;
    margin-top: -2px;
    padding-bottom: 26px;
}
.single-sidebar-box .title h3{
    color: var(--thm-black);
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
}





.single-sidebar_search_box{
    position: relative;
    display: block;
}
.sidebar-search-box {
    position: relative;
    display: block;
}
.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 27px;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 55px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    background: var(--thm-base);
    display: block;
    text-align: center;
    border-radius: 50%;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
    position: relative;
    color: #ffffff;
    font-size: 16px;
}
.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #808080;
}
.sidebar-search-box .search-form input:-moz-placeholder {
    color: #808080;
}
.sidebar-search-box .search-form input::-moz-placeholder {
    color: #808080;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #808080;
}




.sidebar-categories{
    position: relative;
    display: block;
    margin-top: -3px;
}
.sidebar-categories-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.sidebar-categories-box li {
    position: relative;
    display: block;
}
.sidebar-categories-box li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar-categories-box li a {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #252628;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
    border-bottom: 1px solid #e5e5e5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.sidebar-categories-box li:last-child a{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar-categories-box li:hover a{
    color: var(--thm-base);
    padding-left: 35px;
}
.sidebar-categories-box li a:before{
    font-family: flaticon !important;
    content: "\f141";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 18px;
    transition: all 50ms linear;
    transition-delay: 0.1s;
}
.sidebar-categories-box li:hover a:before{
    font-size: 24px;
}




.sidebar-blog-post{
    position: relative;
    display: block;  
}
.sidebar-blog-post ul{
    position: relative;
    display: block;
}
.sidebar-blog-post ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dfe5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sidebar-blog-post ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0px solid #dfe5e5;
}
.sidebar-blog-post ul li .inner {
    position: relative;
    display: block;
    padding-left: 80px;
    min-height: 80px;
}
.sidebar-blog-post ul li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    /* height: 80px; */
    overflow: hidden;
    border-radius: 10px;
}
.sidebar-blog-post ul li .img-box img{
    width: 100%;
}

.sidebar-blog-post ul li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(0px) scale(0);
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.sidebar-blog-post ul li:hover .img-box .overlay-content{
	opacity: 1;
    transform: perspective(400px) scale(1.0); 
    transition: all 0.3s ease-in-out 0.3s;    
}
.sidebar-blog-post ul li .img-box .overlay-content a{
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.sidebar-blog-post ul li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 80px;
}
.sidebar-blog-post ul li .title-box h4{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 7px;
}
.sidebar-blog-post ul li .title-box h4 a{
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.sidebar-blog-post ul li .title-box h4 a:hover{
    color: var(--thm-base);
}
.sidebar-blog-post ul li .title-box .date {
    color: #808080;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.sidebar-blog-post ul li .title-box .date a {
    color: #939393;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}



.single-sidebar-box .archive-lists {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -3px;
}
.single-sidebar-box .archive-lists li {
    position: relative;
    display: block;
}
.single-sidebar-box .archive-lists li a {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #252628;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
    border-bottom: 1px solid #e5e5e5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar-box .archive-lists li a span{
    position: relative;
    display: inline-block;
    float: right;
}
.single-sidebar-box .archive-lists li:last-child a{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-sidebar-box .archive-lists li:hover a{
    color: var(--thm-base);
}



.single-sidebar-box .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.single-sidebar-box .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}
.single-sidebar-box .popular-tag li a {
    position: relative;
    display: block;
    padding: 6px 20px 7px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 27px;
    color: #808080;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    transition: all 500ms ease;
    font-family: var(--thm-font-2);
}
.single-sidebar-box .popular-tag li:hover a{
    color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}





.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}
.price-ranger .ui-widget-content {
    background: #f0f0f0;
    border: none;
    height: 4px;
    border-radius: 10px;
}
.price-ranger .ui-slider-handle {
    position: absolute;
    top: -7px;
    width: 18px !important;
    height: 18px;
    background: var(--thm-primary);
    border-radius: 50%;
    margin-left: -5px;
    outline: medium none;
    cursor: pointer;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--thm-primary);
    z-index: 2;
}
.price-ranger .ui-widget-header {
    border: 1px solid var(--thm-primary);
    background: var(--thm-primary);
}
.price-ranger #slider-range {
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 0;
}



.price-ranger .ranger-min-max-block {
    position: relative;
    overflow: hidden;
    margin-top: 17px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.price-ranger .ranger-min-max-block .left{
    position: relative;
    display: block;
}
.price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: #252628;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    float: left;
    font-family: var(--thm-font);
}
.price-ranger .ranger-min-max-block input {
    display: inline-block;
}
.price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    float: left;
    color: #252628;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 40px;
    line-height: 35px;
    border: none;
    padding: 0;
    font-family: var(--thm-font);
}
.price-ranger .ranger-min-max-block input[type='text'].max {}


.price-ranger .ranger-min-max-block .right{
    position: relative;
    display: block;
}
.price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: inline-block;
    background: var(--thm-base);
    margin-right: 0px;
    padding: 6px 0 3px;
    text-align: center;
    width: 90px;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    border-radius: 27px;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--thm-font-2);
}
.price-ranger .ranger-min-max-block input[type="submit"]:hover{}





/*** 
=============================================
    Shop Page One Css
=============================================
***/
.shop-page-one{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 150px;
    padding-bottom: 100px;
}

.shop-page-top-info{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.shop-page-top-info .left-box{
    position: relative;
    display: block;
}
.shop-page-top-info .left-box p{
    color: #252628;
    font-size: 15px;
    margin: 0;
}


.shop-page-top-info .right-box{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.short-by {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
}
.short-by .title {
    position: relative;
    display: block;
    padding-right: 10px;
}
.short-by .title h6{
    color: #8a8d91;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--thm-font);
}

.shop-page-top-info .right-box .select-box{
    width: 200px;
}
.shop-page-top-info .right-box .nice-select {
    position: relative;
    display: block;
    height: 45px;
    line-height: 43px;
    background: #ffffff;
    border: 1px solid #e5e5e5 !important;
    font-family: var(--thm-font);
    border-radius: 30px;
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 0px;
}
.shop-page-top-info .right-box .nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #a6aeb3;
    border-right: 2px solid #a6aeb3;
    right: 20px;
    margin-top: 0px;
    top: 15px;
    z-index: 10;
}

.product-view-style{
    position: relative;
    display: block;
}
.product-view-style ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.product-view-style ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.product-view-style ul li:last-child{
    margin-right: 0;
}
.product-view-style ul li a{
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    color: #9c9fa6;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    transition: all 300ms ease 100ms;
}
.product-view-style ul li a:hover{
    color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}


.single-shop-item{
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.single-shop-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.single-shop-item:hover .img-holder{
    border-color: transparent;
    transition: all 700ms ease 900ms;
}
.single-shop-item .img-holder img{
    width: 100%;
    filter: grayscale(0%);
    transition: all 500ms ease;
}
.single-shop-item:hover .img-holder img{
    transform: scale(1.05);
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
}


.single-shop-item .img-holder .overlay {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 10px;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: bottom;
    background: rgba(var(--thm-base-rgb), .30);
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-shop-item:hover .img-holder .overlay{
    transform: rotate(0deg) translateY(0px);
    transition: all 700ms ease 200ms;
}


.single-shop-item .title-holder{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 30px;
}
.single-shop-item .title-holder .review-box ul li {
    float: none;
    margin-right: 0px;
    margin: 0 2px;
}
.single-shop-item .title-holder h3{
    font-size: 20px;
    font-weight: 700;
    margin: 14px 0 11px;
}
.single-shop-item .title-holder h3 a{
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-shop-item .title-holder h3 a:hover{
    color: var(--thm-base);
}

.single-shop-item .title-holder h6{
    color: var(--thm-base);
    font-size: 17px;
    font-weight: 600;
    font-family: var(--thm-font);
}
.single-shop-item .title-holder .btn-box{
    position: relative;
    display: block;
    padding-top: 25px;
    line-height: 0;
}
.single-shop-item .title-holder .btn-box a{
    color: var(--thm-black);
    line-height: 51px;
    padding-left: 35px;
    padding-right: 35px;
}
.single-shop-item .title-holder .btn-box a:hover{
    color: #ffffff;
}
.single-shop-item .title-holder .btn-box a.btn-one:after {
    background: #ffffff;
    border: 2px solid #efefef;
}
.single-shop-item .title-holder .btn-box a:before {
    background-color: var(--thm-base);
}






/*** 
=============================================
    Product Details Area Css
=============================================
***/
.product-details-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 50px;
}
.product-details-image-box{
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
}
.product-details-main-image{
    position: relative;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.product-details-main-image img{
    width: 100%;
    border-radius: 10px;
}

.product-details-image-box .overlay-icon{
    position: absolute;
    top: 30px;
    right: 30px;
}
.product-details-image-box .overlay-icon a{
    position: relative;
    display: block;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}

  
.product-details-content-box {
    position: relative;
    display: block;
    padding-left: 20px;
}
.product-details-content-box .product-title{
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 8px;
}
.product-details-content-box .product-title h2{
    font-size: 44px; 
}

.products-details-review-box{
    position: relative;
    display: block;
}
.products-details-review-box .review-box{
    position: relative;
    display: flex;
    align-items: center;
}
.products-details-review-box .review-box p{
    color: #808080;
    font-size: 15px;
    margin: 0;
    margin-left: 5px;
}


.product-details-rate-box{
    position: relative;
    display: flex;
    align-items: center;
    padding: 23px 0 27px;
}
.product-details-rate-box .current-rate{
    position: relative;
    display: block;
}
.product-details-rate-box .current-rate h3{
    color: #252628;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}


.product-description{
    position: relative;
    display: block;
    padding-bottom: 26px;    
}
.product-description p{}




.product-quantity-box {
    position: relative;
    display: flex;
    align-items: center;
}
.product-quantity-box .input-group.bootstrap-touchspin {
    position: relative;
    width: 110px;
    height: 55px;
}
.product-quantity-box input.quantity-spinner.form-control {
    position: relative;
    display: block;
    padding: 0;
    width: 50px;
    flex: none;
    height: 55px;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #e6e6e6;
    outline: none;
    margin: 0 auto;
    text-align: center;
    font-family: var(--thm-font-2);
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    margin-left: 0px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    color: var(--thm-black);
    cursor: pointer;
    height: 55px;
    width: 30px;
    margin: 0;
    padding: 0;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    float: right;
    border-left: none;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    float: left;
    border-right: none;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f067";
    color: var(--thm-black);
    font-size: 12px;
    padding: 0;
    line-height: 53px;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f068";
    color: var(--thm-black);
    font-size: 12px;
    padding: 0;
    line-height: 53px;
}


.product-quantity-box .right{
    position: relative;
    display: flex;
    align-content: center;
    padding-left: 10px;    
}
.product-quantity-box .right .cart-box{
    position: relative;
    display: block;
}
.product-quantity-box .right .button{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.product-quantity-box .right .button a{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 53px;
    font-weight: 400;
    text-align: center;
    transition: all 300ms ease 100ms;
}
.product-quantity-box .right .button a + a{
    margin-left: 10px;    
}
.product-quantity-box .right .button a:hover{
    color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}


.product-details-product-info {
    position: relative;
    display: block;
    padding-top: 42px;
}
.product-details-product-info ul{
    position: relative;
    display: block;
}
.product-details-product-info ul li{
    position: relative;
    display: block;
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 3px;
}
.product-details-product-info ul li:last-child{
    margin-bottom: 0;
}
.product-details-product-info ul li span{
    position: relative;
    display: inline-block;
    padding-left: 10px;
}


.product-details-social-links{
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 33px;
}
.product-details-social-links .inner-title{
    position: relative;
    display: block;
}
.product-details-social-links .inner-title h5{
    font-size: 16px;
}
.product-details-social-links .thm-social-link2{
    position: relative;
    display: block;
    padding-left: 20px;
}




.product-tab-box {
    position: relative;
    display: block;
    margin-top: 110px;
}
.product-tab-box .tab-btns {
    position: relative;
    display: block;
    border-bottom: 3px solid var(--thm-base);
    margin-bottom: 60px;
    z-index: 1;
}
.product-tab-box .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    float: left;
}
.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: #ffffff;
    width: 285px;
    cursor: pointer;
    padding: 30px 0px 24px;
    color: #808080;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--thm-font-2);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}
.product-tab-box .tab-btns .tab-btn.active-btn span, 
.product-tab-box .tab-btns .tab-btn:hover span{
    color: #ffffff;
    box-shadow: none;
}
.product-tab-box .tab-btns .tab-btn span:before{
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 0;
    content: "";
    opacity: 1;
    background: var(--thm-base);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 500ms ease;
    transition-delay: .1s;
    z-index: -1;
}
.product-tab-box .tab-btns .tab-btn.active-btn span:before,
.product-tab-box .tab-btns .tab-btn:hover span:before{
    height: 100%;
}


.product-tab-box .tabs-content {
    position: relative;
    display: block;
}
.product-tab-box .tabs-content .tab{
	position: relative;
	display: none;
}
.product-tab-box .tabs-content .tab.active-tab{
	display: block;	
}


.product-details-tab-content{
    position: relative;
    display: block;
}
.product-description-content{
    position: relative;
    display: block;
    margin-top: -8px;
}
.product-description-content .text{
    position: relative;
    display: block;
    margin-bottom: 26px;
}



.review-box-holder{
    position: relative;
    display: block;
}
.review-box-holder ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-review-box{
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 70px;
    margin-bottom: 44px;
}
.single-review-box:last-child{
    margin-bottom: 0;
}

.single-review-box .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.single-review-box .img-box img{
    width: 100%;
    border-radius: 50%;
}
.single-review-box .text-box{
    position: relative;
    display: block;
    padding-left: 30px;
}
.single-review-box .text-box h5 {
    position: relative;
    top: -2px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.single-review-box .text-box h5 span{
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--thm-font);
}
.single-review-box .text-box .review-box{
    padding: 8px 0 16px;
}




.review-form {
    position: relative;
    display: block;
}
.review-form .title-box {
    position: relative;
    display: block;
    padding-bottom: 29px;
    margin-top: -4px;
}
.review-form .title-box h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}
.review-form .title-box p{
    margin: 0;
}


.review-form .add-rating-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}
.review-form .add-rating-box .add-rating-title{
    position: relative;
    display: inline-block;
    float: left;    
}
.review-form .add-rating-box .add-rating-title p {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}
.review-form .add-rating-box .review-box{
    position: relative;
    display: inline-block;
    float: left; 
    padding-left: 20px;
}
.review-form .add-rating-box .review-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-right: 5px;
}
.review-form .add-rating-box .review-box ul li:last-child{
    margin-right: 0px;
}
.review-form .add-rating-box .review-box ul li i {
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    transition: all 500ms ease 0s;
}


.product-tab-box .review-form form input[type="text"], 
.product-tab-box .review-form form input[type="email"], 
.product-tab-box .review-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 55px;
    border: 1px solid #dae5ec;
    color: #585858;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    transition: all 500ms ease;
}
.product-tab-box .review-form form textarea {
    height: 130px;
    padding: 10px 20px;
    border-radius: 28px;
    margin-bottom: 15px;
}
.product-tab-box .review-form form button {
    padding: 0 60px;
    margin-top: 20px;
}
.product-tab-box .review-form form button:hover{
    color: #ffffff;
    background: #222222; 
}
.product-tab-box .review-form form input[type="text"]:focus{
    border-color: #e1dddd;
}
.product-tab-box .review-form form input[type="email"]:focus{
    border-color: #e1dddd;
}
.product-tab-box .review-form form textarea:focus{
    border-color: #e1dddd;  
}


.related-product-content{
    position: relative;
    display: block;
    padding-top: 90px;
}
.related-product-content .inner-title{
    position: relative;
    display: block;
    padding-bottom: 48px;
}
.related-product-content .inner-title h2{
    font-size: 44px;
}





/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 150px;
    padding-bottom: 100px;
}
.cart-table-box .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.cart-table-box .cart-table {
    min-width: 1024px;
    width: 100%;
}
.cart-table-box .cart-table .cart-header {
    position: relative;
    width: 100%;
    background: #f8f5ee;
}
.cart-table-box .cart-table tbody {
    position: relative;
}
.cart-table-box .cart-table thead tr {}
.cart-table-box .cart-table thead tr th {
    color: #252628;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 160px;
    padding: 23px 40px;
    font-family: var(--thm-font-2);
    text-align: center;
}
.cart-table-box .cart-table thead tr th.hide-me {
    display: table-column;
}
.cart-table-box .cart-table tbody tr {
    border-bottom: 1px solid #e6e6e6;
}
.cart-table-box .cart-table tbody tr td {
    min-width: 160px;
    padding: 30px 40px;
}


.cart-table-box .cart-table tbody tr td .remove {
    position: relative;
    display: block;
    text-align: center;
}
.cart-table-box .cart-table tbody tr td .remove span{
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    color: #909090;
    font-size: 18px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.cart-table-box .cart-table tbody tr td .remove:hover span{
    color: #ffffff;
}
.cart-table-box .cart-table tbody tr td .remove span::after{
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: var(--thm-base);
}
.cart-table-box .cart-table tbody tr td .remove:hover span::after{
    transform: scaleX(1.0);   
}


.cart-table-box .cart-table thead tr th.prod-column {
    position: relative;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 100px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 10px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 100%;
    border-radius: 10px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-table-box .cart-table tbody tr .prod-column .column-box .title{
    display: table-cell;
    vertical-align: middle;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .title{
    padding-left: 30px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #252628;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}


.cart-table-box .cart-table tbody tr td.price {
    color: #252628;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    font-family: var(--thm-font);
}


.cart-table-box .cart-table tbody tr .qty{}
.cart-table-box .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    position: relative;
    width: 100px;
    height: 55px;
    margin: 0 auto;
}
.cart-table-box .cart-table tbody tr .qty input.quantity-spinner.form-control {
    position: relative;
    display: block;
    padding: 0;
    width: 100px;
    height: 50px;
    flex: none;
    color: #101010;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #e6e6e6;
    border-radius: 30px;
    outline: none;
    margin: 0 auto;
    text-align: center;
    font-family: var(--thm-font-2);
    box-shadow: none;
}
.cart-table-box .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    display: none;
}
.cart-table-box .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    margin-left: 0px;
    background: #ffffff;
    border: 1px solid #ededed;
    color: #252628;
    cursor: pointer;
    height: 50px;
    width: 30px;
    margin: 0;
    padding: 0;
}
.cart-table-box .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    float: right;
    border-left: none;
}
.cart-table-box .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    float: left;
    border-right: none;
}
.cart-table-box .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f067";
    color: #848484;
    font-size: 12px;
    padding: 0;
    line-height: 50px;
}
.cart-table-box .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f068";
    color: #848484;
    font-size: 12px;
    padding: 0;
    line-height: 50px;
}


.cart-table-box .cart-table tbody tr .sub-total {
    color: #252628;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    font-family: var(--thm-font);
}



.cart-button-box {
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cart-button-box .apply-coupon {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 470px;
    width: 100%;
    min-height: 55px;
}
.cart-button-box .apply-coupon .inner{
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 270px;
    min-height: 55px;
}
.cart-button-box .apply-coupon input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 55px;
    border: 1px solid #e6e6e6;
    color: #8a8d91;
    font-size: 15px;
    font-weight: 400;
    padding: 0 30px;
    padding-right: 40px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    border-radius: 30px;
    font-family: var(--thm-font);
}
.cart-button-box .apply-coupon input[type="text"]:focus {
    border: 1px solid #222222
}
.cart-button-box .apply-coupon .apply-coupon-button{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.cart-button-box .apply-coupon .apply-coupon-button button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 55px;
    padding-right: 55px;
}
.cart-button-box .apply-coupon .apply-coupon-button button:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cart-button-box .apply-coupon .apply-coupon-button button:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.cart-button-box .update-cart{
    position: relative;
    display: block;
}
.cart-button-box .update-cart button{
    color: #8a8d91;
}
.cart-button-box .update-cart button:hover{
    color: #ffffff;
}
.cart-button-box .update-cart button:after{
    background: #ffffff;
    border: 2px solid #ededed;    
}





.cart-totals-form{
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    float: right;
    margin-top: 100px;
}
.cart-totals-form .inner-title {
    position: relative;
    display: block;
    background: #f8f5ee;
    padding: 18px 30px;
}
.cart-totals-form h3 {
    color: #252628;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.cart-totals-form ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.cart-totals-form ul li {
    position: relative;
    display: block;
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6;
    color: #252628;
    font-size: 16px;
    font-weight: 600;
    line-height: 59px;
    font-family: var(--thm-font-2);
}
.cart-totals-form ul li:last-child{
    border-bottom: none;
}
.cart-totals-form ul li span{
    position: relative;
    display: block;
    float: right;
}
.cart-totals-form ul li span.total{
    color: #0c1529;
    font-weight: 800;
}
.cart-totals-form button {
    position: relative;
    display: block;
    margin-top: 0px;
    width: 100%;
}




/*** 
=============================================
    Checkout Area Css
=============================================
***/
.checkout-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0px 100px;
}
.checkout-area .returning-customer {
    position: relative;
    display: block;
    background: #f8f5ee;
    padding: 26px 30px 26px;
    margin-bottom: 30px;
}
.checkout-area .returning-customer h5{
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}
.checkout-area .returning-customer h5 a{
    color: var(--thm-base);
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    font-family: var(--thm-font);
}


.checkout-area .coupon {
    position: relative;
    display: block;
    background: #f8f5ee;
    padding: 26px 30px 26px;
    margin-bottom: 70px;
}
.checkout-area .coupon h5 {
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}
.checkout-area .coupon h5 a {
    color: var(--thm-base);
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    font-family: var(--thm-font);
}


.checkout-area .form .title {
    position: relative;
    display: block;
    background: #f8f5ee;
    padding: 21px 30px;
    margin-bottom: 33px;
}
.checkout-area .form .title h3{
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.checkout-area .form form .field-label {
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 2px;
    text-transform: capitalize;
    font-family: var(--thm-font);
}
.checkout-area .form form .field-input input[type="text"], 
.checkout-area .form form .field-input input[type="email"],
.checkout-area .form form .field-input input[type="tel"]{
    position: relative;
    display: block;
    border: 1px solid #e6e6e6;
    color: #252628;
    font-size: 15px;
    width: 100%;
    height: 45px;
    padding: 0 25px;
    margin-bottom: 30px;
    font-family: var(--thm-font);
    transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus{
    border-color: #1d1d1d;
}
.checkout-area .form form .field-input textarea {
    position: relative;
    display: block;
    border: 1px solid #e6e6e6;
    color: #252628;
    font-size: 15px;
    width: 100%;
    height: 135px;
    padding: 10px 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus{
    border-color: #1d1d1d;
}


.checkout-area .form form .field-input .nice-select {
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #e6e6e6;
    text-align: left;
    font-family: var(--thm-font);
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    line-height: 43px;
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
}
.checkout-area .form form .field-input .nice-select:after {
    position: absolute;
    right: 20px;
    top: 50%;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    width: 8px;
    height: 8px;
    margin-top: -7px;
    pointer-events: none;
}



.checkout-area .create-acc{
    position: relative;
    display: block;
    padding-top: 18px;
    padding-bottom: 55px;
}
.checkout-area .create-acc .checkbox {
    position: relative;
    display: block;
}
.checkout-area .create-acc .checkbox label {
    color: var(--thm-black);
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}
.checkout-area .create-acc .checkbox input {
    position: relative;
    top: 1px;
}
.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}






.order-info{
    position: relative;
    display: block;
}
.checkout-area .form.order-info .title{

}


.order-info-table-box .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.order-info-table-box .order-table {
    min-width: 550px;
    width: 100%;
}
.order-info-table-box .order-table .order-header {
    position: relative;
    width: 100%;
    background: #ffffff;
}
.order-info-table-box .order-table tbody {
    position: relative;
}
.order-info-table-box .order-table thead tr {
    border-bottom: 1px solid #e6e6e6;    
}
.order-info-table-box .order-table thead tr th {
    color: var(--thm-black);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    min-width: 160px;
    padding: 17px 30px;
    border: 0px solid #ededed;
    font-family: var(--thm-font);
}
.order-info-table-box .order-table tbody tr {
    border-bottom: 1px solid #e6e6e6;
}


.order-info-table-box .order-table tbody tr td {
    min-width: 160px;
    padding: 20px 30px;
    border: 0px solid #ededed;
}
.order-info-table-box .order-table thead tr th.prod-column {
    position: relative;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 80px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .prod-thumb {
    width: 80px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 10px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 100%;
    border-radius: 10px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .prod-thumb, 
.order-info-table-box .order-table tbody tr .prod-column .column-box .inner-title{
    display: table-cell;
    vertical-align: middle;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .inner-title {
    padding: 0;
    padding-left: 20px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .inner-title h3 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .inner-title h3 span:before {
    position: relative;
    display: inline-block;
    width: 30px;
    text-align: center;
    transform: rotate(45deg);
    top: 2px;
    font-size: 14px;
}

.order-info-table-box .order-table tbody tr .total {
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--thm-font);
}

.order-info-table-box .order-table tbody tr .inner-title2{
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
}
.order-info-table-box .order-table tbody tr .value{
    color: #848484;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--thm-font);
}
.order-info-table-box .order-table tbody tr .value2{
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font);
}









.payment-options {
    position: relative;
    display: block;
    margin-top: 70px;
}
.payment-options .title {
    margin-bottom: 0px !important;
}

.payment-options .inner{
    position: relative;
    display: block;
    padding: 23px 30px 40px;
    border: 1px solid #f8f5ee;
}
.payment-options .option-block {
    margin-bottom: 14px
}
.payment-options .option-block .checkbox {
    margin: 0 0 5px;
}
.payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0px;
    margin: 0;
}
.payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
    cursor: pointer;
}
.payment-options .option-block .checkbox label span {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    font-family: var(--thm-font-2);
    cursor: pointer;
}
.payment-options .option-block .checkbox label span b {
    color: var(--thm-black);
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding-left: 25px;
    text-decoration: underline;
}
.payment-options .option-block .text{
    padding-left: 30px;
}
.payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}
.placeorder-button button {
    margin-top: 20px;
    cursor: pointer;
}
.placeorder-button button:hover{ }



/*** 
=============================================
    Login Register Area style
=============================================
***/
.login-register-area {
    position: relative;
    display: block;
    padding-top: 146px;
    padding-bottom: 100px;
}
.login-register-area .form .inner-title{
    padding-bottom: 33px;
}
.login-register-area .form .inner-title h3{
    color: var(--thm-black);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.login-register-area .form form {
    width: 100%;
}
.login-register-area .form .input-field {
    position: relative;
}
.login-register-area .form .input-field input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
    color: #7e7e7e;
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 50px;
    transition: all 700ms ease 0s;
}
.login-register-area .form .input-field .icon-holder {
    position: absolute;
    top: 15px;
    right: 20px;
}
.login-register-area .form .input-field .icon-holder i {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.login-register-area .form button {
    line-height: 50px;
    padding: 0 40px;
}
.login-register-area .form button:hover{}

.login-register-area .form .remember-text {
    margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
    margin: 0;
    cursor: pointer;
}
.login-register-area .form .remember-text .checkbox input {
    position: relative;
    top: 1px;
}
.login-register-area .form .remember-text .checkbox span {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}


.login-register-area .form .social-icon {
    position: relative;
    float: right;
    margin-right: -8px;
}
.login-register-area .form .social-icon .login-with {
    position: absolute;
    left: -100px;
    top: 11px;
    margin: 0;
}
.login-register-area .form .social-icon li {
    display: inline-block;
    margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
    position: relative;
    display: block;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border: 1px solid #e7e7e7;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    transition: all 700ms ease 0s;
}
.login-register-area .form .social-icon li a:hover i{
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.login-register-area .form  .right-button{
    align-items: center;
}
.login-register-area .form .right {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: right;
}
.login-register-area .form .right h6 {
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
}
.login-register-area .form .input-field input[type="text"]:focus{
    border: 1px solid #1d1d1d;    
}

.single-blog-style1 .img-holder .inner .date-box h5 {
    margin: 0;
}





.btns-box.search {
    padding-top: 30px;
}

.add-comment-box #add-comment-form .button-box button {
    margin-bottom: 40px;
}
a.btn-one.style2.new {
    border: 2px solid #E5E5E5;
    margin-top: 20px;
}
.project-details-area {}
.project-details-area .shape {
    position: absolute;
    right: -85px;
    bottom: 0;
    z-index: -1;
}
.project-details-area {
    z-index: 1;
}
.admin-bar .search-popup {
    top: 32px;
}
.single-service-style1 .title-holder .icon span {
    position: relative;
    top: -20px;
    transition: all 700ms ease;
}
.single-service-style1 .title-holder .icon span {
    /* position: relative; */
    /* top: 0px; */
    /* transition: all 700ms ease; */
}

.single-features-style1 .icon span {
    position: relative;
    top: -20px;
    transition: all 700ms ease;
}
.single-features-style1 .icon span {
    /* position: relative; */
    /* top: 0px; */
    /* transition: all 700ms ease; */
}






.single-contact-info-box .icon span {
    position: relative;
    top: -20px;
}

.single-sidebar .service-page-link li.active a {
    color: var(--thm-base);
    padding-left: 40px;
}
.single-sidebar .service-page-link li.active a:before {
    transform: scaleY(0);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.single-sidebar .service-page-link li.active a:after {
    transform: scaleY(1.0) rotate(
45deg);
}
.single-counting-box .title {
    padding-left: 5px;
}
.blog-page-three.blog-single .single-blog-style1:hover .img-holder img {
    transform: scale(1) rotate(0deg);
}

.mobile-menu .nav-logo a img{
	width:160px;
}

.mobile-menu .nav-logo {
    padding-bottom: 50px;
}
.mobile-menu .close-btn {
    color: #bbbbbb;
    font-size: 24px;
}

.single-footer-widget .our-company-info .footer-logo a img{
	width:160px;
}

.faq-style1-area.home-four.one {
    background: transparent;
}
.faq-style1-area.home-four.two {
    background: transparent;
}
.new-bg {
    background: #f8f5ee;
}
.faq-style1-area.home-four.two .image-box {
    padding-left: 0;
}

.sticky-header .logo a img{
	width:180px;
}
.main-menu .navigation {
    margin-bottom: 0px;
}

.mr_shop{
	padding-top:100px;
}

.blog-single-area{
	padding-top:100px;
	padding-bottom:80px;
}

.single-blog-style1 .text-holder .meta-info li .icon-user {
    color: #da3c21;
    margin-right: 5px;
}
.single-blog-style1 .text-holder .meta-info li a {
    text-transform: capitalize;
}

.mrsingle .text-holder .meta-info {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.breadcrumb-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #091729!important;
    opacity: .6!important;
    content: "";
    z-index: -1;
}
.mrindex .tag-sticky-2 .text-holder,.mrindex .sticky .text-holder{
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #da3c21;
}

.trackback .single-comment-box,.pingback .single-comment-box{
    padding-left: 0px;
}
.trackback .text-holder,.pingback .text-holder{
    margin-left: 0px!important;
}
code{
	
color:#ff4328;	
}
.wp-style table tbody tr th a {
    font-weight: 400;
}
.blog-details-area .blog-posts .text>ul{
	
	margin-bottom:15px;
}
.blocks-gallery-item__caption {
    padding: 25px;
}
.wp-block-button.is-style-squared .wp-block-button__link{
	border-radius:0px!important;
}
.add-comment-box .title h3 {
    padding-top: 0px;
    margin-top: 0px;
}
.add-comment-box{
	padding-top:0px!important;
}
.add-comment-box .title h3 {
    margin-bottom: 0px;
}
.paginate_links>a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #222222;
    font-size: 16px;
    line-height: 47px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Spartan', sans-serif;
    z-index: 1;
}
.paginate_links>span {
    position: relative;
    display: inline-block;
    border-radius: 0%;
    background: #ffffff;
    font-size: 16px;
    line-height: 47px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Spartan', sans-serif;
    z-index: 1;
    border-color: #da3c22;
    color: #ffffff;
    background: #da3c22;
    width: 50px;
    height: 50px;
    border: 1px solid #da3c21;
}
.paginate_links>a:hover {
    position: relative;
    display: inline-block;
    border-radius: 0%;
    background: #ffffff;
    font-size: 16px;
    line-height: 47px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Spartan', sans-serif;
    z-index: 1;
    border-color: #da3c22;
    color: #ffffff;
    background: #da3c22;
    width: 50px;
    height: 50px;
    border: 1px solid #da3c21;
}
.paginate_links {
    position: relative;
    margin-bottom: 30px;
}

.wp-block-columns.alignwide{
    margin-left: 0px;
    margin-right: 0px;
}
.wp-block-columns.alignfull.has-2-columns{
    margin-left: 0px;
    margin-right: 0px;
}

.mrfooter{
    background: #0d1629;
}
.mrfooter a,.mrfooter li,.mrfooter .text,.mrfooter code,.mrfooter h3,.mrfooter p{
	color:#fff;
}
.mrfooter li{
	line-height:40px;
}
.mrfooter .title h3 {
    padding-top: 50px;
}
.mrfooter #wp-calendar tbody td a {
    color: #0E0E06!important;
}
#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
    background: #f3f3f3;
    padding: 15px;
}
.mrfooter .tagcloud a {
    color: #808080!important;
}
.footer-widget {
	padding-bottom:30px;
}

.main-menu .navigation> li> ul, .main-menu .navigation> li> .megamenu {
    width: 290px;
}

.main-menu .navigation> li> ul> li> ul {
    width: 290px;
}
.mobile-menu .nav-logo {
    margin-top: 32px;
}
.mobile-menu .close-btn {
    margin-top: 40px;
}


.pdup {
	padding-top:0;
}
.header-style2-left .logo {
    padding-right: 30px;
}

.single-product-item .title-holder .button-box .other-button ul li:first-child{
	display:none!important;
}
.single-product-item .title-holder .button-box .other-button {

    padding-left: 30px!important;

}
.single-product-item .title-holder .button-box .cart-button a {
    color: #ffffff!important;
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px!important;
    background: #f3f3f4;
}

.main-header .logo img {
    /* width: 145px; */
}

.news-block-five .inner-box .lower-content .post-meta li a{
	    color: #666666;
}

.news-block-five .inner-box .lower-content .post-meta li {
    line-height: 20px!important;
}

.main-menu .navigation > li > ul > li.newhome:before {
    content: 'New*';
    z-index: 111;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    left: 180px;
    position: absolute;
    top: 0px;
    background: #222;
    border-radius: 2px;
    padding: 0px 8px;
    top: 8px;
}
.sidebar .popular-posts .post .text a {
    color: #222222!important;

}
.side_right{
    order:2!important;
}









/*** 
=============================================
    Team Details Page
=============================================
***/

.team-details{
    position: relative;
    padding: 150px 0px;
}

.team-details-content .image-box{
    position: relative;
    display: block;
    margin-right: 50px;
    margin-bottom: 0px;
}

.team-details-content .image-box img{
    width: 100%;
}

.team-details-content .content-box{
    position: relative;
    display: block;
}

.team-details-content .content-box .designation {
    color: var(--thm-base);
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.team-details-content .content-box h2 {
    margin-bottom: 23px;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 800;
    text-transform: none;
    margin-top: 15px;
}

.team-details-content .content-box .info li{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #252628;
    margin-bottom: 13px;
    padding-left: 35px;
}

.team-details-content .content-box .info li:last-child{
    margin-bottom: 0px;
}

.team-details-content .content-box .info li i{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ed202b;
}

.team-details-content .content-box .info li strong{
    font-weight: 600;
    margin-right: 10px;
}

.team-details-content .content-box .info li a{
    display: inline-block;
    color: #252628;
    transition: all 500ms ease;
}

.team-details-content .content-box .info li a:hover{
    color: #ed202b;
}

.team-details-content .content-box .info{
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.team-details-content .content-box .social-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
}

.team-details-content .content-box .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.team-details-content .content-box .social-links li:last-child{
    margin: 0px !important;
}

.team-details-content .content-box .social-links li a{
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #1d2534;
    border: 1px solid #e6e6e6;
    transition: all 500ms ease;
}

.team-details-content .content-box .social-links li a:hover{
    color: #fff;
    background-color: #ed202b;
    border-color: #ed202b;
}

.team-details-content .pattern-layer{
    position: absolute;
    left: -130px;
    top: -80px;
    width: 243px;
    height: 243px;
    background-repeat: no-repeat;
}

.team-details-content{
    position: relative;
    display: block;
    margin-bottom: 89px;
}

.team-details h3{
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-details .experience-box p{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 26px;
}

.team-details .experience-box{
    margin-bottom: 86px;
}

.team-details .experience-box p:last-child{
    margin-bottom: 0px;
}

.team-details .progress-box .bar{
  position:relative;
  width:100%;
  height:6px;
  background:#f2f2f2;
  border-radius:3px;
}

.team-details .progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:3px;
  width:0px;
  height:6px;
  background: #ed202b;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.team-details .progress-box .bar-inner .count-text{
    position: absolute;
    bottom: 5px;
    right: 0px;
    font-size: 16px;
    line-height: 26px;
    color: #141417;
    font-weight: 500;
}

.team-details .progress-box h6{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #141417;
    font-weight: 400;
    margin-bottom: 3px;
}

.team-details .progress-box{
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.team-details .skills-box{
    padding-bottom: 85px;
}

.team-details .education-box .single-item{
    position: relative;
    display: block;
    background: #fff;
    padding: 36px 30px 20px 160px;
    border-radius: 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.team-details .education-box .single-item:last-child{
    margin-bottom: 0px;
}

.team-details .education-box .single-item span{
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 35px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: 50%;
    border: 7px solid #fff;
    background: #fef2f3;
    color: #ed202b;
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}

.team-details .education-box .single-item h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-details .education-box .text{
    margin-right: 30px;
}

@media only screen and (max-width: 991px){

    .team-details-content .image-box{
        margin: 0px 0px 30px 0px;
    }
}


.team-details .social-box {
    display: block !important;
}
.team-details ul.social-links.clearfix {
    display: block !important;
}
.team-details.one {
    padding-bottom: 0;
}
.team-details.two {
    padding-bottom: 0;
}
.team-details.three {
    padding: 0;
}
.team-details.four {
    padding: 0;
}
.about-style1__image1 img {
    max-width: none !important;
}
.header-left .logo {
    width: 200px;
}

.sticky-header .logo {
    width: 170px;
}

.fact-counter_box--style2 .pattern-bg {
    background: none!important;
}
.team-details.five {
    padding-top: 0;
}

.blog-page-three .text-holder .blog-title a {
    font-size: 30px;
}

.project-home-four .project-block .inner-box {
    cursor: cell;
}
.team-home-four .team-block .inner-box{
    cursor: cell;
}
.funfact-home-4 .single-item{
    cursor: cell;
}
.single-project-item{
    cursor: cell;
}

.single-testimonials-style2 {
    margin-bottom: 30px;
}

.rashid_dark p,.rashid_dark .text,.rashid_dark h2,.rashid_dark a,.rashid_dark .sec-title h2 {
	color:#fff!important;
}
.rashid_light{
	background:#fff!important;
}
.rashid_light .tab-btn h4,.rashid_light .btn-one{
	color:#fff!important;
}
.rashid_light p,.rashid_light .text,.rashid_light h2,.rashid_light a,.rashid_light .sec-title h2, .rashid_light h3,.rashid_light h4,.rashid_light .list li{
	color:#222!important;
}
.feature-block-one .inner-box .lower-content .light-icon {
    opacity: .3;
}
.feature-block-one .inner-box:hover .icon-box .icon{
	color:#fff!important;
}

.main-menu .navigation {
    margin-bottom: 0px;
}

.single-service-style1:hover .img-holder .inner:before {
    opacity: 0.8;
}





.footer-box {

    width: 137px!important;

}



.video-gallery-img {
    overflow: hidden;
}

.styled-pagination {
    padding-bottom: 100px;
}


section.blog-pagev2-area.mr_shop {
    padding-bottom: 100px;
}