/* 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: 800;
    font-size: 12px;
    color: #ffffff;
    left: 180px;
    position: absolute;
    top: 0px;
    background: #443885;
    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;
}









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

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


/** home-4, home-5, home-6, home-7 home-8 home-9 style css **/

.main-header.home_four .header-left .logo--style2 .bg-box{
	width: 312px;
	height: 247px;
	top: -88px;
	left: -30px;
}

.main-header.home_four .header-left .logo--style2{
	z-index: 20;
}

.main-header.home_four .header-top{
	padding-left: 380px;
}

.main-header.home_four .header .auto-container{
	padding-left: 30px;
}

.main-header.home_four .header-left .logo a{
	top: -8px;
}

.main-header.home_four .header-contact-info ul li .icon span:before{
	color: #ed202b;
}

.main-header.home_four .header-contact-info ul li h6{
	font-weight: 600;
}

.main-header.home_four .header-top__right .support-box{
	position: relative;
	margin-right: 60px;
	padding-left: 33px;
}

.main-header.home_four .header-top__right .support-box:before{
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.20);
	width: 1px;
	height: 15px;
	top: 5px;
	right: -30px;
}

.main-header.home_four .header-top__right .support-box .icon{
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 24px;
	color: #ed202b;
}

.main-header.home_four .header-top__right .support-box h6{
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	color: #e7bd1a;
}

.main-header.home_four .header-top__right .support-box h6 a{
	color: #fff;
	transition: all 500ms ease;
}


.main-header.home_four .header-top__right .support-box h6 a:hover{
	color: #ed202b;
}

.main-header.home_four .header-middle .nav-outer{
	margin-right: 115px;
}

.main-header.home_four .nav-btn{
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 30px;
}

.main-header.home_four .nav-btn .bar{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #252628;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.main-header.home_four .nav-btn:hover .bar{
	width: 28px;
	background: #ed202b;
}

.main-header.home_four .nav-btn .bar:nth-child(2){
  top: 9px;
  width: 28px;
}

.main-header.home_four .nav-btn .bar:last-child{
  top: 18px;
}

.main-header.home_four .btn-one{
	line-height: 50px;
}

.main-header.home_four .header-right_buttom{
	margin-left: 40px;
}

.main-header.home_four .shopping-cart-box a{
	border: none;
	color: #222;
}

.main-header.home_four .shopping-cart-box a:hover{
	color: #ed202b;
}

.main-header.home_four .header-contact-info ul li .icon span:before{
	font-size: 20px;
}


/** xs-sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  opacity:0;
  width:100%;
  visibility:hidden;
  -webkit-transition:all .4s ease-in .8s;
  -o-transition:all .4s ease-in .8s;
  transition:all .4s ease-in .8s;
  cursor:url(../images-2/icons/cross-out.png),
  pointer; 
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay{
  opacity:.9;
  visibility:visible;
  -webkit-transition:all .8s ease-out 0s;
  -o-transition:all .8s ease-out 0s;
  transition:all .8s ease-out 0s;
  right:100%;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top:0;
  right:0;
}

.xs-sidebar-widget{
  position:fixed;
  right:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:400px;
  z-index:999999;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  -webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  right:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget{
  padding: 50px 30px;
}

.xs-sidebar-group .close-side-widget{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ebeef0;
  color: #222;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}

.sidebar-widget-container{
  position:relative;
  top:150px;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s ease-in .3s;
  -o-transition:all .3s ease-in .3s;
  transition:all .3s ease-in .3s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  top:0px;
  opacity:1;
  visibility:visible;
  -webkit-transition:all 1s ease-out 1.2s;
  -o-transition:all 1s ease-out 1.2s;
  transition:all 1s ease-out 1.2s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-overlay{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  opacity:.5;
  z-index:0;
}

.xs-bg-black{
  background-color:#000000;
}

.xs-sidebar-group .logo{
  position: relative;
  max-width: 156px;
  margin-bottom: 23px;
}

.xs-sidebar-group .logo img{
  width: 100%;
}

.xs-sidebar-group .content-inner .text{
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.xs-sidebar-group .content-inner h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .info-box .info{
	position: relative;
	display: block;
	margin-bottom: 38px;
}

.xs-sidebar-group .content-inner .info-box .info li{
	position: relative;
	display: block;
	padding-left: 33px;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 14px;
}

.xs-sidebar-group .content-inner .info-box .info li:last-child{
	margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .info-box .info li i{
	position: absolute;
	left: 0px;
	top: 2px;
	color: #ed202b;
	font-size: 20px;
}

.xs-sidebar-group .content-inner .info-box .info li a{
	display: inline-block;
	color: #808080;
	transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .info-box .info li a:hover{
	color: #ed202b;
}

.xs-sidebar-group .content-inner .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.xs-sidebar-group .content-inner .social-links li:last-child{
	margin: 0px !important;
}

.xs-sidebar-group .content-inner .social-links li a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ebeef0;
	text-align: center;
	font-size: 16px;
	color: #222;
	border-radius: 50%;
	transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .social-links li a:hover{
	color: #fff;
	background: #ed202b;
}

/** slider-style **/

.main-slider.home-4 .content{
	text-align: left;
}

.main-slider.style1 .btn-one:before{
	background: #fff;
}

.main-slider.style1 .btn-one:hover{
	color: #222;
}

.main-slider.style1 .btn-one.style2:hover{
	color: #fff;
}

.main-slider.home-4 .content .upper-title{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider.home-4 .active .content .upper-title{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.main-slider.home-4 .content .upper-title h5{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	padding-left: 70px;
	text-transform: uppercase;
}

.main-slider.home-4 .content .upper-title h5:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 10px;
}

.main-slider.home-4 .slide .image-layer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
   background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.0) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 1;
}

.main-slider.home-4 .slide{
	padding-bottom: 120px;
}


/** feature-home-four **/

.feature-home-four{
	position: relative;
}

.feature-home-four .inner-container{
	position: relative;
	z-index: 22;
	margin-top: -85px;
}

.feature-block-one .inner-box{
	position: relative;
	display: block;
	border-radius: 15px;
	background: #fff;      
	box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
}

.feature-block-one .inner-box:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	border-radius: 15px;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
	height: 100%;
	top: 0px;
}

.feature-block-one .inner-box .icon-box{
	position: relative;
	display: block;
}

.feature-block-one .inner-box .icon-box .icon{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	color: #ed202b;
  top: -20px;
	transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .shape-1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -77px;
	width: 201px;
	height: 77px;
	background-repeat: no-repeat;
}

.feature-block-one .inner-box .icon-box .shape-1 svg{
	    fill: #fff;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box .shape-1 svg{
	    fill: #ed202b;
}

.feature-block-one .inner-box .icon-box .shape-2{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -78px;
	width: 201px;
	height: 78px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box .shape-2{
	opacity: 1;
}

.feature-block-one .inner-box h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 14px;
}

.feature-block-one .inner-box h4 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.feature-block-one .inner-box h4 a:hover{
	text-decoration: underline;
}

.feature-block-one .inner-box p{
	position: relative;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover h4 a,
.feature-block-one .inner-box:hover .icon-box .icon{
	color: #fff;
}

.feature-block-one .inner-box:hover p{
	color: rgba(255, 255, 255, 0.60);
}

.feature-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0px 40px 33px 40px;
	border-radius: 15px;
}

.feature-block-one .inner-box .lower-content .light-icon{
	position: absolute;
	right: -9px;
	bottom: -28px;
	font-size: 60px;
	line-height: 60px;
	color: #fbd2d5;
}

/** about-home-four **/

.about-home-four{
	position: relative;
	padding: 150px 0px;
}

.about-home-four .image-box{
	position: relative;
	display: block;
	padding-right: 230px;
	margin-right: 40px;
	padding-top: 50px;
	padding-bottom: 190px;
}

.about-home-four .image-box .image{
	border-radius: 15px;
	position: relative;
}

.about-home-four .image-box img{
	width: 100%;
	border-radius: 15px;
}

.about-home-four .image-box .image-2{
	position: absolute;
	top: 0px;
	right: 0px;
}

.about-home-four .image-box .image-3{
	position: absolute;
	right: 60px;
	bottom: 0px;
}

.about-home-four .image-box .image-shape-1{
	position: absolute;
	left: -70px;
	top: -80px;
	width: 243px;
	height: 243px;
	background-repeat: no-repeat;
}

.about-home-four .image-box .image-shape-2{
	position: absolute;
	right: -10px;
	bottom: 210px;
	width: 143px;
	height: 143px;
	background-repeat: no-repeat;
}

.about-home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 479px;
	height: 274px;
	background-repeat: no-repeat;
}

.about-home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 70px;
	width: 305px;
	height: 364px;
	background-repeat: no-repeat;
}

.about-home-four .about-style3-content-box .inner-box .single-item{
	position: relative;
	display: block;
	padding-left: 80px;
	margin-bottom: 25px;
}

.about-home-four .about-style3-content-box .inner-box .single-item:last-child{
	margin-bottom: 0px;
}

.about-home-four .about-style3-content-box .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 8px;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fde8e9;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	color: #ed202b;
}

.about-home-four .about-style3-content-box .inner-box .single-item:last-child .icon-box{
	background: #fbf4d8;
	color: #e7bd1a;
}

.about-home-four .about-style3-content-box .inner-box .single-item h4{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.about-home-four .about-style3-content-box .single-counting-box{
	height: 88px;
	border-radius: 10px;
}

figure{
	margin-bottom: 0px;
}


/** service-home-four **/

.service-home-four{
	position: relative;
	background: #1f2021;
	padding: 140px 0px 250px 0px;
}

.service-home-four .sec-title h2 {
  color: #ffffff;
}

.service-home-four .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.service-home-four .tabs-box .tab.active-tab{
  display:block;  
}

.service-home-four .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.service-home-four .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.service-home-four .image-box{
	position: relative;
	display: block;
	padding-right: 120px;
	padding-bottom: 70px;
}

#tab-4 .image-box{
	padding-bottom: 285px;
}

.service-home-four .service-style1_btns-box .btn-one:before{
	background: #fff !important;
}

.service-home-four .image-box .image{
	border-radius: 20px;
}

.service-home-four .image-box .image img{
	width: 100%;
	border-radius: 20px;
}

.service-home-four .image-box .image-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

.service-home-four .image-box .image-1{
	position: relative;
	overflow: hidden;
}

.service-home-four .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.service-home-four .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}



.service-home-four .content-box{
	position: relative;
	display: block;
}

.service-home-four .content-box h3{
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 15px;
}

.service-home-four .content-box .text p{
	color: #bcbdbd;
	margin-bottom: 26px;
}

.service-home-four .content-box .text p:last-child{
	margin-bottom: 0px;
}

.service-home-four .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.service-home-four .content-box h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 19px;
}

.service-home-four .content-box .list li{
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	padding-left: 30px;
	font-size: 15px;
	color: #c6c6c6;
	margin-bottom: 12px;
}

.service-home-four .content-box .list li:before{
	position: absolute;
	content: "\f05d";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 0px;
	top: 0px;
	color: #ed202b;
}

.service-home-four .content-box .list.style-two li{
	width: 100%;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_0{
	margin-bottom: 0px !important;
}

.ml_30{
	margin-left: 30px;
}

.mr_30{
	margin-right: 30px;
}

.pr_0{
	padding-right: 0px !important;
}

.service-home-four .image-box .image-shape-1{
	position: absolute;
	left: -70px;
	bottom: -15px;
	width: 193px;
	height: 193px;
	background-repeat: no-repeat;
}

.service-home-four .image-box .image-shape-2{
	position: absolute;
	left: -100px;
	bottom: 0px;
	width: 193px;
	height: 193px;
	background-repeat: no-repeat;
}

.service-home-four .image-box .image-3{
	margin-right: -30px;
}

.service-home-four .image-box  .two-image{
	margin-left: 30px;
}

.service-home-four .image-box .image-4{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.service-home-four .image-box .image-5{
	position: relative;
	overflow: hidden;
}

.service-home-four .image-box .image-4::before,
.service-home-four .image-box .image-5::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.service-home-four .image-box .image-4:hover::before,
.service-home-four .image-box .image-5:hover::before{
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.service-home-four .tab-btn-box{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.service-home-four .tab-btn{
	position: relative;
	display: block;
	background: #363738;
	border-radius: 10px;
	padding: 35px 30px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	transition: all 500ms ease;
}

.service-home-four .tab-btn:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 26px;
	height: 26px;
	left: 50%;
	bottom: 0px;
	opacity: 0;
	z-index: -1;
	transform: translateX(-50%) rotate(45deg);
	transition: all 500ms ease;
}

.service-home-four .tab-btn:hover:before,
.service-home-four .tab-btn.active-btn:before{
	bottom: -10px;
	opacity: 1;
}

.service-home-four .tab-btn h4{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.service-home-four .tab-btn:hover,
.service-home-four .tab-btn.active-btn{
	background: #ed202b;
}

.service-home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 285px;
	width: 223px;
	height: 369px;
	background-repeat: no-repeat;
}

.service-home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 50px;
	width: 615px;
	height: 775px;
	background-repeat: no-repeat;
}


/** funfact-home-4 **/

.funfact-home-4{
	position: relative;
}

.funfact-home-4 .inner-container{
	position: relative;
	margin-top: -100px;
	z-index: 1;
}

.funfact-home-4 .single-item{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px 33px 30px;
	box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
}

.funfact-home-4 .single-item .icon-box{
	position: relative;
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 30px;
	color: #ed202b;
	background: #fde8e9;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 18px;
	z-index: 1;
	transition: all 500ms ease;
}

.funfact-home-4 .single-item:hover .icon-box{
	color: #fff !important;
}

.funfact-home-4 .single-item .icon-box:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	border-radius: 50%;
	z-index: -1;
	transition: all 500ms ease;
}

.funfact-home-4 .single-item:hover .icon-box:before{
	transform: scale(1,1);
}

.funfact-home-4 .single-item .count-outer{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	color: #252628;
	font-weight: 600;
	margin-bottom: 11px;
}

.funfact-home-4 .single-item p{
	font-size: 16px;
	font-weight: 600;
	color: #252628;
	margin-bottom: 0px;
}

.funfact-home-4 .single-column:nth-child(2),
.funfact-home-4 .single-column:last-child{
	padding-top: 40px;
}


/** chooseus-home-four **/

.chooseus-home-four{
	position: relative;
}

.chooseus-home-four .inner-container{
	position: relative;
	padding: 140px 0px 120px 0px;
}

.chooseus-home-four .inner-container .image-box{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.chooseus-home-four .single-item{
	position: relative;
	display: block;
	overflow: hidden;
	background: #f8f5ee;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 30px;
	padding: 30px 30px 34px 30px;
}

.chooseus-home-four .single-item .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	color: #ed202b;
	margin-bottom: 15px;
}

.chooseus-home-four .single-item h5{
	display: block;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}

.chooseus-home-four .single-item .overlay-text{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 100%;
	padding: 35px 30px 34px 30px;
	border-radius: 20px;
	background: #ed202b;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 500ms ease;
}

.chooseus-home-four .single-item:hover .overlay-text{
	top: 0px;
	visibility: visible;
	opacity: 1;
}

.chooseus-home-four .single-item .overlay-text h5{
	color: #fff;
	margin-bottom: 14px;
}

.chooseus-home-four .single-item .overlay-text p{
	color: #fff;
	margin-bottom: 0px;
}

.chooseus-home-four .inner-box{
	position: relative;
}

.chooseus-home-four .inner-box .content-shape{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 213px;
	height: 213px;
	background-repeat: no-repeat;
}

.chooseus-home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: -120px;
	width: 634px;
	height: 669px;
	background-repeat: no-repeat;
}

.chooseus-home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 215px;
	bottom: 70px;
	width: 391px;
	height: 325px;
	background-repeat: no-repeat;
}

.chooseus-home-four .pattern-layer .pattern-3{
	position: absolute;
	right: 450px;
	top: 250px;
	width: 143px;
	height: 143px;
	background-repeat: no-repeat;
}

.testimonials-style3-area.home-four{
	position: relative;
	background: #f8f5ee;
}


.testimonials-style3-area.home-four .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-repeat: no-repeat;
}


/** project-home-four **/

.project-home-four{
	position: relative;
}

.project-home-four .project-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-home-four .project-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #1f2021;
}

.project-home-four .project-block .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-home-four .project-block .inner-box:hover .image-box img{
	opacity: 0.15;
	transform: scale(1.05);
}

.project-home-four .project-block .inner-box .zoom-button{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.project-home-four .project-block .inner-box .zoom-button a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	color: #ed202b;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.project-home-four .project-block .inner-box .zoom-button a:hover{
	background: #ed202b;
	color: #fff !important;
}

.project-home-four .project-block .inner-box:hover .zoom-button a{
	transform: scale(1,1);
}

.project-home-four .project-block .inner-box .text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 30px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.project-home-four .project-block .inner-box:hover .text{
	bottom: 16px;
	opacity: 1;
	visibility: visible;
}

.project-home-four .project-block .inner-box .text h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 5px;
}

.project-home-four .project-block .inner-box .text h4 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.project-home-four .project-block .inner-box .text h4 a:hover{
	color: #ed202b;
}

.project-home-four .project-block .inner-box .text p{
	color: #fff;
}


/** team-home-four **/

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

.team-home-four .team-block .inner-box .share-box{
	position: absolute;
  bottom: 35px;
  right: 40px;
}

.team-home-four .team-block .inner-box .share-box:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 15px;
  left: 0px;
  top: -15px;
}

.team-home-four .team-block .inner-box .share-box .share-icon{
	position: relative;
	display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-home-four .team-block .inner-box .share-box:hover .share-icon{
	color: #ed202b;
}

.team-home-four .team-block .inner-box .share-box .share-links{
	position: absolute;
  right: 0px;
  bottom: 45px;
  transform: scaleY(0);
  transform-origin: bottom center;
  opacity: 0;
  transition: all 500ms ease;
}

.team-home-four .team-block .inner-box .share-box:hover .share-links{
  bottom: 60px;
  opacity: 1;
  transform: scaleY(1);
}

.team-home-four .team-block .inner-box .share-box .share-links li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.team-home-four .team-block .inner-box .share-box .share-links li:last-child{
	margin-bottom: 0px;
}

.team-home-four .team-block .inner-box .share-box .share-links li a{
  position: relative;
	display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-home-four .team-block .inner-box .share-box .share-links li a:hover{
  color: #ed202b;
}

.team-home-four .team-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	max-width: 370px;
	margin: 0 auto;
}

.team-home-four .team-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #f6f3ec;
	transition: all 500ms ease;
}

.team-home-four .team-block .inner-box:hover .image-box{
	background: #1f2021;
}

.team-home-four .team-block .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.team-home-four .team-block .inner-box:hover .image-box img{
	transform: scale(1.05);
	opacity: 0.5;
}

.team-home-four .team-block .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 30px 40px 32px 40px;
	background: #ed202b;
}

.team-home-four .team-block .inner-box .lower-content h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 7px;
}

.team-home-four .team-block .inner-box .lower-content h4 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.team-home-four .team-block .inner-box .lower-content h4 a:hover{
	text-decoration: underline;
}

.team-home-four .team-block .inner-box .lower-content .designation{
	position: relative;
	display: block;
	font-size: 15px;
	color: #fff;
}

.team-home-four .team-block .inner-box .lower-content .shape{
	position: absolute;
	left: 0px;
	top: -34px;
	width: 370px;
	height: 34px;
	background-repeat: no-repeat;
}

.team-home-four .team-block .inner-box .lower-content .shape svg{
	fill: #ed202b;
	transition: all 500ms ease;
}

.team-home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 475px;
	height: 521px;
	background-repeat: no-repeat;
}

.team-home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 180px;
	width: 329px;
	height: 322px;
	background-repeat: no-repeat;
}



.faq-style1-area.home-four{
	position: relative;
	padding: 150px 0px;
	background: #f8f5ee;
}

.faq-style1-area.home-four .accordion-box .block .acc-btn{
	background: transparent;
}

.faq-style1-area.home-four .image-box{
	position: relative;
	display: block;
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 50px;
}

.faq-style1-area.home-four .image-box .image{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.faq-style1-area.home-four .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.faq-style1-area.home-four .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.faq-style1-area.home-four .image-box img{
	width: 100%;
	border-radius: 20px;
}

.faq-style1-area.home-four .faq-style1__content{
	margin-right: 40px;
	padding-bottom: 0px;
}

.faq-style1-area.home-four .image-box .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 270px;
	height: 270px;
	background: #ed202b;
	border-radius: 20px;
}

.faq-style1-area.home-four .image-box .pattern-layer{
  position: absolute;
  left: -20px;
  bottom: -50px;
  width: 143px;
  height: 143px;
  background-repeat: no-repeat;
}

.faq-style1-area.home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 45px;
	width: 360px;
	height: 483px;
	background-repeat: no-repeat;
}

.faq-style1-area.home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 796px;
	height: 524px;
	background-repeat: no-repeat;
}


/** workig-process-home-four **/

.workig-process-home-four{
	position: relative;
	padding: 150px 0px;
	background: #1f2021;
}

.workig-process-home-four .sec-title h2 {
  color: #ffffff;
}

.workig-process-home-four .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
}

.workig-process-home-four .process-block .inner-box{
	position: relative;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
}

.workig-process-home-four .process-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	border: 2px dashed rgba(255,255,255,0.15);
	border-radius: 50%;
	margin-bottom: 25px;
	padding: 8px;
}

.workig-process-home-four .process-block .inner-box .icon-box .icon{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	line-height: 130px;
	background: #ed202b;
	font-size: 60px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
	transition: all 500ms ease;
}

.workig-process-home-four .process-block .inner-box:hover .icon-box .icon{
	color: #ed202b;
}

.workig-process-home-four .process-block .inner-box .icon-box .icon:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	z-index: -1;
	border-radius: 50%;
	transition: all 500ms ease;
}

.workig-process-home-four .process-block .inner-box:hover .icon-box .icon:before{
	transform: scale(1,1);
}

.workig-process-home-four .process-block .inner-box .icon-box span{
	position: absolute;
	left: -6px;
	top: -6px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 600;
	color: #222;
	font-family: 'Montserrat', sans-serif;
	z-index: 1;
	transition: all 500ms ease;
}

.workig-process-home-four .process-block .inner-box:hover .icon-box span{
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.workig-process-home-four .process-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 15px;
}

.workig-process-home-four .process-block .inner-box p{
	color: #b5b5b5;
	line-height: 30px;
	margin-bottom: 0px;
}

.workig-process-home-four .process-block .inner-box .arrow{
	position: absolute;
	top: 70px;
	right: -60px;
	width: 103px;
	height: 15px;
	background-repeat: no-repeat;
}

.contact-style1-area.home-4 .contact-form-box1 form input[type="text"], 
.contact-style1-area.home-4 .contact-form-box1 form input[type="email"], 
.contact-style1-area.home-4 .contact-form-box1 form textarea{
	background: #fff;
	color: #222;
}

.contact-style1-area.home-4 .contact-form-box1 form input[type="text"]::-webkit-input-placeholder {
  color: #222;
}
.contact-style1-area.home-4 .contact-form-box1 form input[type="text"]:-moz-placeholder {
  color: #222;
}
.contact-style1-area.home-4 .contact-form-box1 form input[type="text"]::-moz-placeholder {
  color: #222;
}
.contact-style1-area.home-4 .contact-form-box1 form input[type="text"]:-ms-input-placeholder {
  color: #222;
}

.contact-style1-area.home-4 .image-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.contact-style1-area.home-4 .contact-form-box1{
	margin-left: 40px;
	z-index: 1;
}

.contact-style1-area.home-4 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
}

.footer-area .footer .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.footer-area .footer .bg-layer:before{
	position: absolute;
	content: '';
	background: #0c0c0d;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.9;
}

.footer-area.home-four .footer{
	padding-top: 110px;
}

.blog-style1-area.home-4 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.blog-style1-area.home-4 .single-blog-style1{
	background: transparent;
}

.blog-style1-area.home-4 .single-blog-style1 .btn-box a{
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	font-size: 15px;
	line-height: 26px;
	color: #222;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 600;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
	padding: 11px 30px;
	z-index: 1;
	transition: all 500ms ease;
}

.blog-style1-area.home-4 .single-blog-style1 .btn-box a:hover{
	color: #fff;
	border-color: #ed202b;
	background: #ed202b;
}

.blog-style1-area.home-4 .single-blog-style1 .btn-box a:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	border-radius: 30px;
	transition: all 500ms ease;
}

.blog-style1-area.home-4 .single-blog-style1 .btn-box a:hover:before{
	width: 100%;
}

.blog-style1-area.home-4 .single-blog-style1 .text{
	margin-bottom: 22px;
}

.blog-style1-area.home-4{
	position: relative;
	padding: 150px 0px 100px 0px;
}

.blog-style1-area.home-4 .single-blog-style1 .img-holder .inner::before{
	display: none;
}

.blog-style1-area.home-4 .single-blog-style1 .img-holder .inner{
	background: #000;
}

.blog-style1-area.home-4 .single-blog-style1:hover .img-holder .inner img{
	opacity: 0.2;
}

.project-home-four .owl-nav,
.project-home-four .owl-dots{
	display: none !important;
}






/************ home-page-5 form home-page-9 style ****************/





/** header-style-three **/

.header-style-three{
	position: relative;
}

.header-style-three .shopping-cart-box a{
	border: none;
	font-size: 20px;
	color: #222;
}


/** slider-style-two **/


.slider-style-two{
	position: relative;
	width: 100%;
	background-color: #1f2021;
	background-repeat: repeat-x repeat-y;
	background-position: center;
	overflow: hidden;
}

.slider-style-two .content-inner{
	position: relative;
	padding: 104px 0px 210px 0px;
}

.slider-style-two .content .upper-title{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 9px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.slider-style-two .active .content .upper-title{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.slider-style-two .content .upper-title h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	padding-left: 70px;
	text-transform: uppercase;
}

.slider-style-two .content .upper-title h5:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 12px;
}

.slider-style-two .btns-box .btn-one:after {
  background-color: var(--thm-primary);
}

.slider-style-two .btns-box .btn-one.style2:after{
	background-color: var(--thm-black) !important;
}

.slider-style-two .btns-box .btn-one{
	color: #222;
}

.slider-style-two .btns-box .btn-one:after{
	background: #fff !important;
}
.slider-style-two .btns-box .btn-one.style2:hover{
	color: #fff;
}

.slider-style-two .btns-box .btn-one:hover{
	color: #fff;
}

.slider-style-two .btns-box .btn-one.style2{
	color: #fff;
}

.main-slider.slider-style-four .btn-one:before{
	background: #fff;
}

.main-slider.slider-style-four .btn-one.style2:hover{
	color: #fff !important;
}

.slider-style-two .btns-box .btn-one.style2:before{
	background: #fff !important;
}

.slider-style-two .btns-box .btn-one.style2:hover{
	
}

.cta-home-six .inner-box .theme-btn:before{
	background: #222;
}

.slider-style-two .content{
	max-width: 570px;
}

.slider-style-two .content .big-title{
	margin-bottom: 13px;
}

.slider-style-two .content .big-title h2{
	line-height: 70px;
}

.slider-style-two .content .text{
	margin-bottom: 10px;
}


.slider-style-two .content-inner .image-box{
	position: absolute;
	right: -160px;
	bottom: 0px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.slider-style-two .active .content-inner .image-box{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms; 
}

.slider-style-two .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% + 190px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

.slider-style-two .pattern-layer .pattern-1 svg{
	fill: #ed202b;
}

.slider-style-two .pattern-layer .pattern-2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 413px;
	height: 372px;
	background-repeat: no-repeat;
}

.slider-style-two .pattern-layer .pattern-3{
	position: absolute;
	left: -110px;
	bottom: -40px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.slider-style-two .pattern-layer .pattern-4{
	position: absolute;
	top: 210px;
	right: 180px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.slider-style-two .pattern-layer .pattern-5{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 682px;
	height: 607px;
	background-repeat: no-repeat;
}

.centred{
	text-align: center;
}


/** search-field-section **/

.search-field-section{
	position: relative;
}

.search-field-section .inner-container{
	position: relative;
	display: block;
	background: #fff;
	padding: 30px 50px 70px 50px;
	border-radius: 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
	z-index: 99;
	margin-top: -75px;
}

.search-field-section .inner-container .shape{
	position: absolute;
	left: 50%;
	top: -65px;
	transform: translateX(-50%);
	width: 570px;
	height: 65px;
	background-repeat: no-repeat;
}

.search-field-section .text{
	position: relative;
	display: block;
	margin-bottom: 36px;
}

.search-field-section .text h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 9px;
}

.search-field-section .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	color: #808080;
	margin-bottom: 0px;
}

.search-field-section form{
	position: relative;
	display: block;
	padding-right: 215px;
	margin-left: 5px;
}

.search-field-section form .form-group{
	position: relative;
	padding: 0px 10px;
	margin-bottom: 0px;
}

.search-field-section form .form-group input[type="text"],
.search-field-section form .form-group input[type="tel"],
.search-field-section form .form-group input[type="date"]

{
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #808080;
	padding: 10px 30px;
	transition: all 500ms ease;
}

.search-field-section form .form-group input[type="text"]:focus{
	border-color: #ed202b;
}

.search-field-section form .form-group .icon {
    position: absolute;
    top: 16px;
    right: 49px;
    font-size: 16px;
    color: #9e9e9e;
    font-weight: 700;
    z-index: 1;
    display: none;
}

.search-field-section form .message-btn{
	position: absolute;
	top: 0px;
	right: 0px;
}

.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ed202b;
  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: 1;
}

.theme-btn:before{
	position: absolute;
	content: '';
	background: #222;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.theme-btn:hover:before{
	width: 100%;
}

.theme-btn:hover{
	color: #fff;
}

.search-field-section form .message-btn .theme-btn{
	padding-left: 45px;
	padding-right: 45px;
}


/** about-home-five **/

.about-home-five{
	position: relative;
	padding: 150px 0px;
}

.image_block_one .image-box{
	position: relative;
	display: block;
	padding: 143px 0px 60px 280px;
	margin-right: 40px;
}

.image_block_one .image-box img{
	width: 100%;
}

.image_block_one .image-box .image-1{
	position: relative;
}

.image_block_one .image-box .image-2{
	position: absolute;
	left: 0px;
	top: 0px;
}

.image_block_one .image-box .text{
	position: absolute;
	left: 70px;
	bottom: 0px;
	width: 320px;
	background: #fff;
	border-radius: 20px;
	padding: 33px 30px 37px 135px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.image_block_one .image-box .text h2{
	position: absolute;
	left: 40px;
	top: 35px;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.image_block_one .image-box .text h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.image_block_one .image-box .text .icon-box{
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.image_block_one .image-box .curve-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 150px;
	height: 150px;
	text-align: center;
	border-radius: 50%;
	background: #e7bd1a;
}

.image_block_one .image-box .curved-circle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #222;
}

.image_block_one .image-box .curve-text .icon{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
}

.image_block_one .image-box .curve-text .icon img{
	display: inline-block;
	width: auto;
}

.image_block_one .image-box .shape .shape-1{
	position: absolute;
	top: 0px;
	right: -40px;
	width: 184px;
	height: 184px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.image_block_one .image-box .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -50px;
	width: 130px;
	height: 146px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.content_block_one .content-box{
	position: relative;
	display: block;
	margin-left: 40px;
}

.content_block_one .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 29px;
}

.content_block_one .content-box .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	color: #808080;
	margin-bottom: 26px;
}

.content_block_one .content-box .text p:last-child{
	margin-bottom: 0px;
}

.list-style-one li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #252628;
	padding-left: 28px;
	margin-bottom: 12px;
}

.list-style-one li:last-child{
	margin-bottom: 0px;
}

.list-style-one li:before{
	position: absolute;
  content: "\f05d";
  font-family: 'FontAwesome';
  font-size: 20px;
  left: 0px;
  top: 0px;
  font-weight: 400;
  color: #ed202b;
}

.content_block_one .content-box .list-style-one li{
	float: left;
	width: 50%;
}

.content_block_one .content-box .list-style-one{
	margin-bottom: 35px;
}

.content_block_one .content-box .sec-title{
	padding-bottom: 16px;
}

.about-home-five .pattern-layer{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 452px;
	height: 404px;
	background-repeat: no-repeat;
}


/** service-home-five **/

.service-home-five{
	position: relative;
	padding: 150px 0px;
	background: #1f2021;
	overflow: hidden;
}

.service-home-five .sec-title h2{
	color: #fff;
}

.service-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
}

.service-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-block-one .inner-box .shape .shape-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .shape .shape-1{
	bottom: -20px;
	opacity: 0;
}

.service-block-one .inner-box .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
	height: 84px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
	transition: all 500ms ease;
}

.service-block-one .inner-box .shape .shape-2 svg{
	fill: #fff;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .shape .shape-2{
	opacity: 1;
	bottom: 20px;
}

.service-block-one .inner-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.service-block-one .inner-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image img{
	opacity: 0.7;
	transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 15px 30px 14px 40px;
	z-index: 2;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content{
	background: #ed202b;
}

.service-block-one .inner-box:hover .lower-content{
	padding-bottom: 54px;
	margin-top: -40px;
}

.service-block-one .inner-box .lower-content .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	color: #ed202b;
	margin-bottom: 22px;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box{
	color: #fff !important;
}

.service-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content h3 a{
	color: #fff !important;
}

.service-block-one .inner-box .lower-content p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 16px;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content p{
	color: #fff !important;
}

.service-block-one .inner-box .lower-content .link{
	position: absolute;
	left: 40px;
	bottom: 0px;
	opacity: 0;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .link{
	opacity: 1;
	bottom: 28px;
}

.service-block-one .inner-box .lower-content .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #ed202b;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .link a{
	color: #fff !important;
}

.service-block-one .inner-box .lower-content .link a i{
	position: relative;
	font-weight: 700;
	margin-left: 8px;
}

.service-block-one{
	max-width: 370px;
	margin: 0 auto;
}

.service-home-five .more-btn{
	margin-top: 60px;
}

.service-home-five .more-btn .theme-btn:before{
	background: #fff;
}

.service-home-five .more-btn .theme-btn:hover{
	color: #222;
}

.service-home-five .pattern-layer .pattern-1{
	position: absolute;
	left: -200px;
	top: 0px;
	width: 606px;
	height: 599px;
	background-repeat: no-repeat;
}

.service-home-five .pattern-layer .pattern-2{
	position: absolute;
	right: -200px;
	bottom: 0px;
	width: 579px;
	height: 351px;
	background-repeat: no-repeat;
}


/** chooseus-home-five **/

.chooseus-home-five{
	position: relative;
	padding: 110px 0px 70px 0px;
	background: #fbfbfc;
	overflow: hidden;
}

.content_block_two .content-box{
	position: relative;
	display: block;
	margin-right: 40px;
}

.content_block_two .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 29px;
}

.content_block_two .content-box .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #888888;
	margin-bottom: 0px;
}

.content_block_two .content-box .list-style-one li{
	float: left;
	width: 50%;
}

.chooseus-home-five .sec-title{
	padding-bottom: 35px;
}

.chooseus-home-five .image-box{
	position: relative;
	display: block;
	margin-right: -189px;
}

.chooseus-home-five .image-box img{
	width: 100%;
}

.chooseus-home-five .image-box .shape-1 {
  position: absolute;
  left: 320px;
  bottom: 50px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.parallax-bg{
	position: absolute;
	left: 0px;
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots{
	display: none;
}


/** project-home-five **/

.project-home-five{
	position: relative;
	padding: 10px;
}

.project-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.project-block-one .inner-box .image-box img{
	width: 100%;
	opacity: 0.9;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
	opacity: 0.25;
	transform: scale(1.05);
}

.project-block-one .inner-box .zoom-button{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
}

.project-block-one .inner-box .zoom-button a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	color: #ed202b;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .zoom-button a{
	transform: scale(1,1);
}

.project-block-one .inner-box .zoom-button a:hover{
	background: #ed202b;
	color: #fff !important;
}

.project-block-one .inner-box .text{
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100%;
	background: #f44438;
	padding: 21px 30px 32px 40px;
	opacity: 0;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .text{
	bottom: 0px;
	opacity: 1;
}

.project-block-one .inner-box .text h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 6px;
}

.project-block-one .inner-box .text h4 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.project-block-one .inner-box .text h4 a:hover{
	text-decoration: underline;
}

.project-block-one .inner-box .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0px;
}

.project-block-one .inner-box .text .shape{
	position: absolute;
	left: 0px;
	top: -62px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.project-block-one .inner-box .text .shape svg{
	fill: #ed202b;
}


/** testimonial-home-5 **/

.testimonial-home-5{
	position: relative;
	padding: 150px 0px 275px 0px;
	background: #f7f5ee;
}

.testimonial-block-one .inner-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 15px;
	padding: 66px 30px 65px 40px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-block-one .inner-box .icon-box{
	position: absolute;
	top: -45px;
	right: 40px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-block-one .inner-box .icon-box svg{
	fill: #ed202b;
}

.testimonial-block-one .inner-box .rating li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-right: 7px;
	color: #ffc92e;
}

.testimonial-block-one .inner-box .rating li:last-child{
	margin: 0px !important;
}

.testimonial-block-one .inner-box .rating{
	margin-bottom: 16px;
}

.testimonial-block-one .inner-box p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #252628;
	margin-bottom: 21px;
}

.testimonial-block-one .inner-box .author-box{
	position: relative;
	display: block;
	padding: 8px 0px 6px 90px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #252628;
	font-weight: 700;
	margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #808080;
}

.testimonial-home-5 .sec-title{
	margin-bottom: 35px;
}

.testimonial-home-5 .owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
	background: #ed202b;
	opacity: 0.3;
}

.testimonial-home-5 .owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
	opacity: 1;
}

.testimonial-home-5 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/** cta-home-five **/

.cta-home-five{
	position: relative;
}

.cta-home-five .inner-container{
	position: relative;
	display: block;
	overflow: hidden;
	background: #e02127;
	border-radius: 20px;
	padding: 79px 80px 71px 80px;
	margin-top: -125px;
	z-index: 1;
}

.cta-home-five .inner-container:after{
	position: absolute;
	content: '';
	background: #1f2021;
	width: 400px;
	height: 100%;
	right: 0px;
	top: 0px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
}

.cta-home-five .inner-container:before{
	position: absolute;
	content: '';
	background: #4c4d4d;
	width: 410px;
	height: 100%;
	right: 0px;
	top: 0px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
}

.cta-home-five .inner-container .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rtl .cta-home-five .inner-box .theme-btn:hover:before{
	background: #fff;
}

.cta-home-five .inner-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-home-five .inner-box .text h2{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 50px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 0px;
	z-index: 1;
}

.cta-home-five .inner-box .text h2 a{
	display: inline-block;
	color: #fff;
}

.cta-home-five .inner-box .text h2 a:hover{
	text-decoration: underline;
}

.cta-home-five .inner-box .theme-btn{
	background: #fff;
	color: #fff;
}

.cta-home-five .inner-box .theme-btn:before{
	background: #fff;
}

.cta-home-five .inner-box .theme-btn:hover{
	color: #222;
}

.team-home-five .team-block .inner-box .lower-content{
	background: #fff;
	z-index: 2;
	transition: all 500ms ease;
}

.team-home-four.team-home-five .team-block .inner-box .lower-content{
	background: #fff !important;
}

.team-home-five .team-block .inner-box:hover .lower-content{
	background: #f44438;
}

.team-home-five .team-block .inner-box .lower-content h4{
	color: #252628;
}

.team-home-five .team-block .inner-box .lower-content h4 a{
	color: #252628;
}

.team-home-five .team-block .inner-box .lower-content .designation{
	color: #888888;
	transition: all 500ms ease;
}

.team-home-five .team-block .inner-box:hover .lower-content h4 a,
.team-home-five .team-block .inner-box:hover .lower-content .designation{
	color: #fff;
}

.team-home-five .team-block .inner-box{
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.team-home-five .team-block .inner-box .share-box .share-icon{
	border: 1px solid #e6e6e6;
}

.team-home-five .team-block .inner-box:hover .share-box .share-icon{
	background: #fff;
	border-color: #fff;
	color: #222;
}

.team-home-five .team-block .inner-box:hover .image-box{
	background: #f8f5ee;
}

.team-home-five .team-block .inner-box .image-box .shape .shape-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 900ms ease;
}

.team-home-five .team-block .inner-box .image-box .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
	transition: all 500ms ease;
}

.team-home-five .team-block .inner-box:hover .image-box .shape .shape-2{
	bottom: 0px;
}

.team-home-five .team-block .inner-box .image-box .shape .shape-2 svg{
	fill: #ed202b;
	transition: all 900ms ease;
}

.team-home-five .team-block .inner-box:hover .image-box .shape .shape-2{
	opacity: 1;
}

.team-home-five .team-block .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 30%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
}


/** workig-process-home-five **/


.workig-process-home-five{
  position: relative;
  padding: 150px 0px;
  background: #1f2021;
}

.workig-process-home-five .sec-title h2{
	color: #fff;
}

.working-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	padding: 51px 30px 39px 30px;
	transition: all 500ms ease;
}

.working-block-one .inner-box:hover{
	transform: translateY(-10px);
}

.working-block-one .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	line-height: 130px;
	font-size: 60px;
	background: #fdebea;
	color: #f54f44;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 35px;
	z-index: 1;
	transition: all 500ms ease;
}

.working-block-one .inner-box .icon-box:before{
	position: absolute;
	content: '';
	border: 2px dashed #f54f44;
	left: -11px;
	top: -11px;
	width: 152px;
	height: 152px;
	border-radius: 50%;
}

.working-block-one .inner-box .icon-box span{
	position: absolute;
	left: -14px;
	top: -14px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	font-family: var(--thm-font-2);
	background: #f54f44;
	border-radius: 50%;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
	transition: all 500ms ease;
}

.working-block-one .inner-box:hover .icon-box span{
	background: #222 !important;
}

.working-block-one .inner-box .icon-box:after{
	position: absolute;
	content: '';
	background: #f54f44;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	z-index: -1;
	border-radius: 50%;
	transition: all 500ms ease;
}

.working-block-one .inner-box:hover .icon-box:after{
	transform: scale(1,1);
}

.working-block-one .inner-box:hover .icon-box{
	color: #fff !important;
}

.working-block-one .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.working-block-one .inner-box h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.working-block-one .inner-box h3 a:hover{
	color: #ed202b;
}

.working-block-one .inner-box p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #808080;
	margin-bottom: 0px;
}

.workig-process-home-five .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/** clients-home-five **/

.clients-home-five{
	position: relative;
	padding: 51.5px 0px;
	background: #ed202b;
}

.clients-home-five .clients-logo{
	position: relative;
	display: block;
}

.clients-home-five .clients-logo img{
	position: relative;
	display: block;
	max-width: auto;
	width: auto;
	margin: 0 auto;
	transition: all 500ms ease;
}

.clients-home-five .clients-logo img:hover{
	transform: scale(1.05);
}


/** news-home-five **/

.news-home-five{
	position: relative;
	overflow: hidden;
}

.news-home-five .single-blog-style1{
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
	overflow: hidden;
}

.news-home-five .single-blog-style1 .text-holder{
	padding: 3px 30px 40px 40px;
}

.news-home-five .single-blog-style1 .text-holder .meta-info li:first-child a{
	color: #ed202b;
}

.news-home-five .single-blog-style1 .text-holder .meta-info li:first-child a:hover{
	text-decoration: underline;
}

.news-home-five .single-blog-style1 .img-holder .shape .shape-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 500ms ease;
}

.news-home-five .single-blog-style1:hover .img-holder .shape .shape-1{
	bottom: -20px;
}

.news-home-five .single-blog-style1 .img-holder .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
	height: 84px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
	transition: all 500ms ease;
}

.news-home-five .single-blog-style1 .img-holder .shape .shape-2 svg{
	fill: #fff;
}

.news-home-five .single-blog-style1:hover .img-holder .shape .shape-2{
	opacity: 1;
	bottom: 0px;
}

.news-home-five .single-blog-style1 .img-holder .inner{
	border-radius: 0px;
}


/** googlemap-home-five **/

.googlemap-home-five{
	position: relative;
}

.googlemap-home-five .map-info{
	position: absolute;
	display: block;
	left: 0px;
	top: 120px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.googlemap-home-five .map-info .content-box{
	position: relative;
	margin: 0 auto;
	width: 550px;
	background: #fff;
	padding: 52px 30px 54px 50px;
	border-radius: 20px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
	z-index: 2;
}

.googlemap-home-five .contact-page-map-outer .map-canvas{
	height: 680px;
}

.googlemap-home-five .map-info .content-box .sec-title{
	padding-bottom: 30px;
}

.googlemap-home-five .map-info .content-box .text p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #141417;
	margin-bottom: 26px;
}

.googlemap-home-five .map-info .content-box .inner{
	position: relative;
	display: block;
	padding: 0px 0px 0px 90px;
}

.googlemap-home-five .map-info .content-box .inner .icon-box{
	position: absolute;
	left: 0px;
	top: -4px;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 2px solid #e5e5e5;
	font-size: 36px;
	color: #141417;
	border-radius: 50%;
	text-align: center;
}

.googlemap-home-five .map-info .content-box .inner h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0px;
}

.googlemap-home-five .map-info .content-box .inner h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 36px;
	font-weight: 800;
	color: #ed202b;
}

.googlemap-home-five .map-info .content-box .inner h3 a{
	display: inline-block;
	color: #ed202b;
}

.googlemap-home-five .map-info .content-box .inner h3 a:hover{
	text-decoration: underline;
}

.footer-area .footer{
	overflow: hidden;
}

.footer-area .footer .bg-layer.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}


/** slider-style-three **/

.slider-style-three{
	position: relative;
	background: #f8f5ee;
	overflow: hidden;
}

.slider-style-three:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 560px;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.slider-style-three .shape-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-style-three .content .upper-title{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 9px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.slider-style-three .active .content .upper-title{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.slider-style-three .content .upper-title h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #ed202b;
	font-weight: 600;
	padding-left: 70px;
	text-transform: uppercase;
}

.slider-style-three .content .upper-title h5:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 12px;
}

.slider-style-three .slide{
	padding: 158px 0px 165px 0px;
}

.slider-style-three .content .big-title h2{
	color: #252628;
}

.slider-style-three .content .text p{
	color: #808080;
}

.slider-style-three .content .btn-one.style2:after{
	background: #e7bd1a;
}

.slider-style-three .content .big-title h2{
	line-height: 70px;
}

.slider-style-three .content .text{
	margin-bottom: 10px;
}

.slider-style-three .image-box .image{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 9px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.slider-style-three .active .image-box .image{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.slider-style-three .image-box .image img{
	width: 100%;
}

.slider-style-three .image-box{
	position: relative;
	display: block;
	margin-right: -106px;
}

.slider-style-three .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: -60px;
	width: 425px;
	height: 440px;
	background-repeat: no-repeat;
}

.slider-style-three .pattern-layer .pattern-2{
	position: absolute;
	left: 40%;
	top: -80px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.slider-style-three .pattern-layer .pattern-3{
	position: absolute;
	left: -60px;
	bottom: -60px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.slider-style-three .pattern-layer .pattern-4{
	position: absolute;
	right: 290px;
	bottom: 50px;
	width: 184px;
	height: 200px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

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

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

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


.search-field-section.home-6{
	background: #1f2021;
	padding: 43px 0px 50px 0px;
}

.search-field-section.home-6 .text h2,
.search-field-section.home-6 .text p{
	color: #fff;
}

.search-field-section.home-6 form .form-group input[type="text"],
.search-field-section.home-6 form .form-group input[type="tel"],
.search-field-section.home-6 form .form-group input[type="date"]


{
	background: #404142;
	border-color: #404142;
	color: #fff;
}

.search-field-section.home-6 form .form-group input:focus{
	border-color: #ed202b;
}

.search-field-section.home-6 form .theme-btn:before{
	background: #fff;
}

.search-field-section.home-6 form .theme-btn:hover{
	color: #222;
}


/** about-home-six **/

.about-home-six{
	position: relative;
	padding: 150px 0px;
}

.image_block_two .image-box{
	position: relative;
	display: block;
	margin-left: 5px;
	margin-right: 35px;
}

.image_block_two .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.image_block_two .image-box .image img{
	width: 100%;
	border-radius: 20px;
}

.image_block_two .image-box .image-column{
	padding: 0px 10px;
}

.image_block_two .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.image_block_two .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_two .image-box .text{
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	width: 320px;
	background: #fff;
	border-radius: 20px;
	padding: 33px 30px 37px 135px;
	z-index: 1;
}

.image_block_two .image-box .text h2{
	position: absolute;
	left: 40px;
	top: 35px;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.image_block_two .image-box .text h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.image_block_two .image-box .text .icon-box{
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.content_block_three .content-box{
	position: relative;
	display: block;
	margin-left: 30px;
}

.content_block_three .content-box .tab-btns{
	position: relative;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	max-width: 370px;
}

.content_block_three .content-box .tab-btns .tab-btn{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	font-family: var(--thm-font-2);
	color: #252628;
	padding-bottom: 13px;
	cursor: pointer;
	transition: all 500ms ease;
}

.content_block_three .content-box .tab-btns .tab-btn.active-btn,
.content_block_three .content-box .tab-btns .tab-btn:hover{
	color: #ed202b;
}

.content_block_three .content-box .tab-btns .tab-btn:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 100%;
	height: 3px;
	left: 0px;
	bottom: -1px;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.content_block_three .content-box .tab-btns .tab-btn.active-btn:before,
.content_block_three .content-box .tab-btns .tab-btn:hover:before{
	transform: scale(1,1);
}

.content_block_three .content-box .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.content_block_three .content-box .tabs-box .tab.active-tab{
  display:block;  
}

.content_block_three .content-box .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.content_block_three .content-box .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.content_block_three .content-box .inner-box{
	position: relative;
	display: block;
	padding: 10px 0px 8px 220px;
	margin-bottom: 40px;
}

.content_block_three .content-box .inner-box .image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 120px;
	border-radius: 10px;
}

.content_block_three .content-box .inner-box .image img{
	width: 100%;
	border-radius: 10px;
}

.content_block_three .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.content_block_three .content-box .text p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #6e6e6e;
	margin-bottom: 0px;
}


/** service-home-six **/

.service-home-six{
	position: relative;
	padding: 150px 0px;
	background: #f8f5ee;
	overflow: hidden;
}

.service-home-six .image-layer{
	position: absolute;
	right: -150px;
	bottom: 0px;
}

.service-home-six .pattern{
	position: absolute;
	left: 290px;
	top: 240px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.service-home-six .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.service-home-six .tabs-box .tab.active-tab{
  display:block;  
}

.service-home-six .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.service-home-six .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.service-home-six .tabs-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.service-home-six .tabs-box .tab-btns{
	position: relative;
	display: block;
}

.service-home-six .tabs-box .tab-btns .tab-btn{
	position: relative;
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #252628;
	font-family: var(--thm-font-2);
	background: #fff;
	padding: 27px 15px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	transition: all 500ms ease;
}

.service-home-six .tabs-box .tab-btns .tab-btn:last-child{
	border-right: none;
}

.service-home-six .tabs-box .tab-btns .tab-btn.active-btn,
.service-home-six .tabs-box .tab-btns .tab-btn:hover{
	color: #fff;
	border-color: #ed202b;
	background: #ed202b;
}

.service-home-six .tabs-box .tab-btns .tab-btn:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 18px;
	height: 18px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	bottom: -0px;
	opacity: 0;
	transition: all 500ms ease;
}

.service-home-six .tabs-box .tab-btns .tab-btn.active-btn:before,
.service-home-six .tabs-box .tab-btns .tab-btn:hover:before{
	opacity: 1;
	bottom: -7px;
}

.service-home-six .tabs-content{
	position: relative;
	display: block;
	padding: 64px 70px 70px 70px;
}

.service-home-six .tabs-content .text{
	position: relative;
	display: block;
	margin-right: 20px;
}

.service-home-six .tabs-content .text h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-home-six .tabs-content .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 26px;
}

.service-home-six .tabs-content .text .list-style-one{
	padding-top: 3px;
}

.service-home-six .tabs-content .image{
	position: relative;
	display: block;
	border-radius: 20px;
	margin-left: 30px;
	margin-top: 6px;
	overflow: hidden;
}

.service-home-six .tabs-content .image img{
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.service-home-six .tabs-content .image:hover img{
	transform: scale(1.05);
}


/** chooseus-home-six **/

.chooseus-home-six{
	position: relative;
	overflow: hidden;
}

.chooseus-home-six .image-box {
    position: relative;
    display: block;
    /* margin-left: 20px; */
    /* margin-right: 80px; */
    min-height: 670px;
    margin-top: 79px;
}

.chooseus-home-six .image-box .image{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.chooseus-home-six .image-box .image img{
	width: 100%;
}

.chooseus-home-six .image-box .shape .shape-1{
	position: absolute;
	top: 180px;
	right: -20px;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.chooseus-home-six .image-box .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -80px;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.chooseus-home-six .content-box{
	position: relative;
	display: block;
	padding: 150px 0px 125px 0px;
	margin-left: 30px;
}

.chooseus-home-six .content-box .text{
	position: relative;
	display: block;
}

.chooseus-home-six .content-box .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 29px;
}

.chooseus-home-six .content-box .list-style-one li{
	float: left;
	width: 50%;
}

.chooseus-home-six .content-box .sec-title{
	padding-bottom: 31px;
}

.chooseus-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 464px;
	height: 497px;
	background-repeat: no-repeat;
}

.workig-process-home-five.home-6{
	padding-bottom: 0px;
}

.workig-process-home-five.home-6 .working-block-one .inner-box{
	padding-top: 0px;
	overflow: visible;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.workig-process-home-five.home-6 .working-block-one .inner-box .icon-box{
	margin-top: -65px;
}

.workig-process-home-five.home-6 .sec-title{
	padding-bottom: 130px;
}

.workig-process-home-five .inner-container{
	position: relative;
	margin-bottom: -120px;
	z-index: 1;
}

.testimonial-home-5.home-6{
	background: #fff;
	padding-top: 310px;
	padding-bottom: 140px;
}

.testimonial-home-5.home-6 .sec-title{
	padding-bottom: 23px;
	margin-bottom: 0px;
}

.testimonial-home-5.home-6 .title-column .text p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 0px;
}

.testimonial-home-5.home-6 .owl-carousel.owl-dot-style1 .owl-dots{
	margin: 0px !important;
	position: absolute;
	left: -405px;
	bottom: 98px;
}

.testimonial-home-5.home-6 .testimonial-content{
	position: relative;
}

.testimonial-home-5.home-6 .testimonial-content .shape .shape-1{
	position: absolute;
	top: -70px;
	left: -70px;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-home-5.home-6 .testimonial-content .shape .shape-2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 184px;
	height: 148px;
	background-repeat: no-repeat;
}

.testimonial-home-5.home-6 .pattern-layer .pattern-1{
	position: absolute;
	bottom: 30px;
	left: -80px;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-home-5.home-6 .pattern-layer .pattern-2{
	position: absolute;
	right: -100px;
	bottom: 0px;
	width: 465px;
	height: 506px;
	background-repeat: no-repeat;
}


/** funfact-home-six **/

.funfact-home-six{
	position: relative;
	padding: 64px 0px 65px 0px;
}

.funfact-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.funfact-home-six .single-fact-counter .icon{
	background: transparent;
	border: 2px solid #f44438;
}

.funfact-home-six .single-fact-counter .icon span::before{
	color: #f44438;
}

.funfact-home-six .single-fact-counter .count-box{
	color: #fff;
}

.funfact-home-six .single-fact-counter .title h6{
	color: #bdbebe;
}

.funfact-home-six .single-fact-counter{
	margin-bottom: 0px;
}


/** team-home-six **/

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

.team-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.team-block-one .inner-box{
	position: relative;
	display: block;
}

.team-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #f8f5ee;
	border-radius: 20px;
}

.team-block-one .inner-box .image-box img{
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
	opacity: 0.5;
	transform: scale(1.05);
}

.team-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	margin: 0px 25px;
}

.team-block-one .inner-box .lower-content .inner{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 15px;
	padding: 32px 20px 33px 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
	margin-top: -70px;
	z-index: 1;
}

.team-block-one .inner-box .lower-content .inner h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content .inner h4 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .inner h4 a:hover{
	color: #ed202b;
}

.team-block-one .inner-box .lower-content .inner .designation{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 15px;
}

.team-block-one .inner-box .lower-content .inner p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 16px;
}

.team-block-one .inner-box .lower-content .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}

.team-block-one .inner-box .lower-content .social-links li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #8a8a8a;
	transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .social-links li a:hover{
	color: #ed202b;
}


/** location-home-six **/

.location-home-six{
	position: relative;
	padding-top: 110px;
	background-color: #1f2021;
}

.location-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.location-home-six .inner-container{
	position: relative;
	display: block;
	text-align: center;
	min-height: 470px;
}

.location-home-six .inner-container .image-box{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

.location-home-six .location-inner{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.location-home-six .location-inner .single-item{
	position: absolute;
}

.location-home-six .location-inner .single-item:first-child{
	left: 194px;
	top: 138px;
}

.location-home-six .location-inner .single-item:nth-child(2){
	left: 310px;
	top: 250px;
}

.location-home-six .location-inner .single-item:nth-child(3){
	left: 45%;
	bottom: 80px;
}

.location-home-six .location-inner .single-item:nth-child(4){
	left: 55%;
	top: -30px;
}

.location-home-six .location-inner .single-item:last-child{
	right: 200px;
	bottom: 200px;
}

.location-home-six .location-inner .single-item .icon{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	color: #222;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20);
	transition: all 500ms ease;
}

.location-home-six .location-inner .single-item:hover .icon{
	background: #e7bd1a;
}

.location-home-six .location-inner .single-item .text{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 80px;
	width: 240px;
	background: #fff;
	padding: 24px 30px 22px 30px;
	text-align: left;
	border-radius: 12px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.location-home-six .location-inner .single-item:hover .text,
.location-home-six .location-inner .single-item.active .text{
	visibility: visible;
	opacity: 1;
	bottom: 90px;
}

.location-home-six .location-inner .single-item .text:before{
	position: absolute;
	content: '';
	background: #fff;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	bottom: -7px;
	width: 20px;
	height: 20px;
}

.location-home-six .location-inner .single-item .text h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	font-family: var(--thm-font);
	margin-bottom: 1px;
}

.location-home-six .location-inner .single-item .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #222;
	margin-bottom: 0px;
}

.blog-style1-area .pattern-layer .pattern-1{
	position: absolute;
	right: -60px;
	top: -60px;
	width: 346px;
	height: 346px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.blog-style1-area .pattern-layer .pattern-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 680px;
	height: 456px;
	background-repeat: no-repeat;
}

.news-home-five .single-blog-style1{
	background: #fff !important;
}


/** cta-home-six **/

.cta-home-six{
	position: relative;
	background-color: #e7bd1a;
	padding: 75px 0px;
}

.cta-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% + 245px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

.cta-home-six .pattern-layer svg{
	fill: #ed202b;
}

.cta-home-six .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-home-six .inner-box .text h2{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 50px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 0px;
}

.cta-home-six .inner-box .text h2 a{
	display: inline-block;
	color: #fff;
}

.cta-home-six .inner-box .text h2 a:hover{
	text-decoration: underline;
}

.cta-home-six .inner-box .theme-btn{
	background: #222;
	color: #fff;
}

.rtl .cta-home-six .inner-box .theme-btn{
	background: #222 !important;
}

.rtl .cta-home-six .inner-box .theme-btn:before{
	background: #fff;
}

.rtl .cta-home-six .inner-box .theme-btn:hover{
	color: #222;
}



/** header-style-four **/

.header-style-four{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.header-style-four .header-top{
	background: #3d3e40;
	padding: 12px 30px 12px 100px;
}

.header-style-four .header-contact-info ul li .text h6{
	font-weight: 600;
}

.header-style-four .header-contact-info ul li .text h6 span{
	color: #e7bd1a;
}

.header-style-four .header-contact-info ul li .icon span:before{
	font-size: 18px;
	color: #ed202b;
}

.header-style-four .header-contact-info ul{
	display: flex;
	align-items: center;
}

.header-style-four .header-contact-info ul .theme-btn{
	background: #e7bd1a;
	color: #222;
	line-height: 50px;
}

.header-style-four .header-contact-info ul .theme-btn:before{
	background: #ed202b;
}

.header-style-four .header-contact-info ul .theme-btn:hover{
	color: #fff;
}

.header-style-four .header-left .logo--style2{
	position: relative;
	z-index: 99;
}

.header-style-four .header-left .logo--style2 .bg-box {
  width: 312px;
  height: 247px;
  top: -103px;
  left: 0px;
  background-repeat: no-repeat;
}

.header-style-four .header-left .logo--style2 .logo{
	position: relative;
	display: block;
	padding: 0px 0px 0px 30px;
	bottom: 14px;
}

.header-style-four .header-middle{
	padding-right: 30px;
}

.header-style-four .header-middle .main-menu .navigation>li>a{
	padding-top: 35px;
	padding-bottom: 35px;
}

.header-style-four .header{
	border-radius: 0px 0px 20px 20px;
}


/** slider-style-four **/

.slider-style-four{
	position: relative;
	overflow: hidden;
}

.slider-style-four .shape-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-style-four .slide{
	position: relative;
	padding: 374px 0px 205px 0px;
}

.slider-style-four .slide .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 0%);
}

.slider-style-four .slide .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.2;
}

.slider-style-four .content .upper-title{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.slider-style-four .active .content .upper-title{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.slider-style-four .content .upper-title h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	padding-left: 70px;
	text-transform: uppercase;
}

.slider-style-four .content .upper-title h5:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 12px;
}

.slider-style-four .content .big-title{
	margin-bottom: 4px;
}

.slider-style-four .content .text{
	margin-bottom: 15px;
}

.search-field-section.home-7 .inner-container{
	padding-top: 45px;
	padding-bottom: 50px;
}


/** about-home-seven **/

.about-home-seven{
	position: relative;
	padding-top: 300px;
	margin-top: -190px;
	overflow: hidden;
}

.about-home-seven .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: calc(100% - 100px);
	background: #f5f5f5;
}

.about-home-seven .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: calc(100% - 100px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-home-seven .sec-title{
	margin-right: 100px;
	padding-bottom: 0px;
}

.about-home-seven .upper-box .text{
	position: relative;
	display: block;
	margin-left: 40px;
}

.about-home-seven .upper-box .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 26px;
}

.about-home-seven .upper-box .text .list-style-one li{
	float: left;
	width: 50%;
}

.about-home-seven .upper-box .text .list-style-one{
	padding-top: 3px;
}

.about-home-seven .upper-box{
	position: relative;
	display: block;
	margin-bottom: 75px;
}

.about-home-seven .lower-box .single-item{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.about-home-seven .lower-box .single-item .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.about-home-seven .lower-box .single-item .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.0) 100%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.about-home-seven .lower-box .single-item .image-box img{
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.about-home-seven .lower-box .single-item:hover .image-box img{
	transform: scale(1.05);
}

.about-home-seven .lower-box .single-item .text{
	position: absolute;
	left: 0px;
	bottom: 22px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.about-home-seven .lower-box .single-item .text h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
}

.about-home-seven .lower-box .single-item .text h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.about-home-seven .lower-box .single-item .text h3 a:hover{
	color: #ed202b;
}


/** service-home-seven **/

.service-home-seven{
	position: relative;
	padding: 150px 0px 120px 0px;
}

.service-home-seven .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 464px;
  height: 497px;
  background-repeat: no-repeat;
}

.service-block-two .inner-box{
	position: relative;
	display: block;
	text-align: center;
	background: #fff;
	padding: 57px 30px 37px 30px;
	border-radius: 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	overflow: hidden;
}

.service-block-two .inner-box .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 50px;
	color: #ed202b;
	margin-bottom: 25px;
}

.service-block-two .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-block-two .inner-box h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.service-block-two .inner-box p{
	position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 0px;
}

.service-block-two .inner-box .overlay-content{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ed202b;
	border-radius: 20px;
	padding: 30px 30px 30px 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 500ms ease;
}

.service-block-two .inner-box:hover .overlay-content{
	top: 0px;
	visibility: visible;
	opacity: 1;
}

.service-block-two .inner-box .overlay-content h3 a{
	color: #fff;
}

.service-block-two .inner-box .overlay-content h3 a:hover{
	text-decoration: underline;
}

.service-block-two .inner-box .overlay-content p{
	color: #fff;
	margin-bottom: 22px;
}

.service-block-two .inner-box .overlay-content .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	font-family: var(--thm-font-2);
	border: 1px solid rgba(255, 255, 255, 0.50);
	border-radius: 30px;
	text-align: center;
	padding: 10px 30px;
	transition: all 500ms ease;
}

.service-block-two .inner-box .overlay-content .btn-box a:hover{
	background: #fff;
	border-color: #fff;
	color: #ed202b;
}

.service-home-seven .image-box{
	position: relative;
	display: block;
	margin-right: -189px;
}

.service-home-seven .image-box img{
	width: 100%;
}

.service-home-seven .image-box .shape-1 {
  position: absolute;
  left: 320px;
  bottom: 50px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.service-home-seven .image-box .shape-2 {
  position: absolute;
  left: 100px;
  top: 30px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


/** chooseus-home-seven **/

.chooseus-home-seven{
	position: relative;
	padding: 120px 0px 115px 0px;
	background-color: #1f2021;
}

.chooseus-home-seven .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-home-seven .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-home-seven .content-box{
	position: relative;
	display: block;
	margin-left: 50px;
}

.chooseus-home-seven .content-box .sec-title{
	padding-bottom: 35px;
}

.chooseus-home-seven .content-box .sec-title h2{
	color: #fff;
}

.chooseus-home-seven .content-box .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 31px;
}

.chooseus-home-seven .content-box .text .list-style-one li{
	float: left;
	width: 50%;
	color: #fff;
}

.testimonial-home-5.home-7{
	background: #f5f5f5;
	padding-top: 165px;
}

.cta-home-five.home-7 .inner-container{
	margin: 0px;
	border-radius: 0px;
}

.cta-home-five.home-7 .inner-container:before{
	display: none;
}

.cta-home-five.home-7 .inner-container:after{
	width: calc(50% - 170px);
	background: #6b6e71;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 50%);
}

.cta-home-five.home-7 .inner-container .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% - 180px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 50%);
	z-index: 1;
}

.cta-home-five.home-7 .inner-container .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.75;
}

.team-home-seven .team-block .inner-box{
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.team-home-four.team-home-seven .team-block .inner-box .lower-content{
	background: #fff !important;
}

.team-home-seven .team-block .inner-box .lower-content h4 a{
	color: #252628;
}

.team-home-seven .team-block .inner-box .lower-content h4 a:hover{
	color: #ed202b;
}

.team-home-seven .team-block .inner-box .lower-content .designation{
	color: #808080;
}

.team-home-seven .team-block .inner-box .share-box .share-icon{
	border: 1px solid #e5e5e5;
}

.team-home-seven .team-block .inner-box .image-box .shape{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 34px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}

.team-home-seven .team-block .inner-box .image-box .shape svg{
	fill: #fff;
}

.team-home-seven .team-block .inner-box .share-box{
	z-index: 2;
}

.team-home-seven .team-block .inner-box .share-box .share-links li a{
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}


/** faq-home-seven **/

.faq-home-seven{
	position: relative;
	padding: 150px 0px 144px 0px;
	background: #1f2021;
	overflow: hidden;
}

.faq-home-seven .sec-title h2{
	color: #fff;
}

.faq-home-seven .faq-style1__content .inner-content .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0px;
}

.faq-home-seven .accordion-box .block .acc-btn{
	background: transparent;
}

.faq-home-seven .accordion-box .block .acc-content p{
	color: #fff;
}

.faq-home-seven .accordion-box .block .acc-btn h3{
	color: #fff;
}

.faq-home-seven .accordion-box .block .acc-btn.active h3{
	color: var(--thm-base);
}

.faq-home-seven .faq-style1__content{
	padding-bottom: 0px;
	margin-right: 50px;
}

.faq-home-seven .image-layer{
	position: absolute;
	right: 350px;
	bottom: 0px;
}

.faq-home-seven .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 477px;
	height: 504px;
	background-repeat: no-repeat;
}

.faq-home-seven .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 550px;
	height: 369px;
	background-repeat: no-repeat;
}

.faq-home-seven .pattern-layer .pattern-3{
	position: absolute;
	right: 670px;
	bottom: 110px;
	width: 166px;
	height: 166px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.faq-home-seven .pattern-layer .pattern-4{
	position: absolute;
	top: 275px;
	right: 280px;
	background: #e7bd1a;
	border-radius: 50%;
	width: 250px;
	height: 250px;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}



/** header-style-five **/

.header-style-five .header .auto-container{
	margin-left: 70px;
}

.main-header.header-style-five .header-top{
	padding-left: 70px;
}


/** slider-style-five **/

.slider-style-five{
	position: relative;
	padding: 105px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-style-five:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.0) 100%);
  top: 0px;
  left: 0px;
}

.slider-style-five .content-box{
	position: relative;
	display: block;
	margin-right: 40px;
}

.slider-style-five .content-box h5{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	padding-left: 70px;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.slider-style-five .content-box h5:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 13px;
}

.slider-style-five .content-box h2 {
	position: relative;
	display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 76px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.slider-style-five .content-box p{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
  text-transform: none;
  margin-bottom: 31px;
}

.slider-style-five .content-box .btn-box a+a {
  margin-left: 20px;
}

.slider-style-five .form-content{
	position: relative;
	display: block;
	margin-left: 200px;
}

.slider-style-five .form-content .form-inner{
	position: relative;
	display: block;
	background: #fff;
	padding: 44px 40px 50px 40px;
	border-radius: 20px;
}

.slider-style-five .form-content .form-inner .text{
	position: relative;
	display: block;
	margin-bottom: 21px;
}

.slider-style-five .form-content .form-inner .text h2{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 800;
	margin-bottom: 9px;
}

.slider-style-five .form-content .form-inner .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #808080;
  margin-bottom: 0px;
}

.slider-style-five .form-content .form-inner .form-group{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.slider-style-five .form-content .form-inner .form-group:last-child{
	margin-bottom: 0px;
}

.slider-style-five .form-content .form-inner .form-group input[type='text'],
.slider-style-five .form-content .form-inner .form-group input[type='tel'],
.slider-style-five .form-content .form-inner .form-group input[type='date']
{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: 500;
	color: #808080;
	font-family: var(--thm-font-2);
	transition: all 500ms ease;
}

.slider-style-five .form-content .form-inner .form-group i{
	position: absolute;
	top: 18px;
	right: 30px;
	font-size: 18px;
	z-index: 1;
}

.slider-style-five .form-content .form-inner .form-group button{
	width: 100%;
}

.slider-style-five .form-content .form-inner .form-group input:focus{
	border-color: #ed202b;
}


/** feature-home-eight **/

.feature-home-eight{
	position: relative;
	padding: 150px 0px 175px 0px;
	background-color: #f5f5f5;
}

.feature-home-eight .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.feature-block-two .inner-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 20px;
	padding: 40px 40px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
	z-index: 1;
}

.feature-block-two .inner-box:before{
	position: absolute;
	content: '';
	background: #fff;
	width: calc(100% - 120px);
	height: 26px;
	left: 60px;
	bottom: -26px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
}

.feature-block-two .inner-box:after{
	position: absolute;
	content: '';
	background: #fff;
	width: calc(100% - 60px);
	height: 13px;
	left: 30px;
	bottom: -13px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
	z-index: 1;
}

.feature-block-two .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #fbf2f2;
	text-align: center;
	border-radius: 50%;
	font-size: 60px;
	color: #ed202b;
	z-index: 1;
	margin-bottom: 23px;
	transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .icon-box{
	color: #fff !important;
}

.feature-block-two .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	transform: scale(0,0);
	z-index: -1;
	transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .icon-box:before{
	transform: scale(1,1);
}

.feature-block-two .inner-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.feature-block-two .inner-box h4 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.feature-block-two .inner-box h4 a:hover{
	color: #ed202b;
}

.feature-block-two .inner-box p{
	position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0px;
}


/** about-home-eight **/

.about-home-eight{
	position: relative;
	padding: 150px 0px;
}

.about-home-eight .image-box{
	position: relative;
	display: block;
	padding-left: 33px;
	padding-right: 77px;
	margin-right: 40px;
	padding-bottom: 137px;
}

.about-home-eight .image-box img{
	width: 100%;
}

.about-home-eight .image-box .image-1{
	position: relative;
	display: block;
	overflow: hidden;
	border-top-right-radius: 50px;
}

.about-home-eight .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-home-eight .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-home-eight .image-box .image-1 img{
	border-top-right-radius: 50px;
}

.about-home-eight .image-box .image-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 50px;
	border-bottom-right-radius: 0px;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
	z-index: 1;
}

.about-home-eight .image-box .image-2 img{
	border-radius: 50px;
	border-bottom-right-radius: 0px;
}

.about-home-eight .image-box .shape .shape-1 {
  position: absolute;
  top: 100px;
  right: -30px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.about-home-eight .image-box .shape .shape-2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 35px;
	height: 550px;
	background-repeat: repeat-y;
	animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide{
  from { background-position: 0 1920px; }
    to { background-position: 0 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 1920px; }
    to { background-position: 0 0; }
}


/** funfact-home-eight **/

.funfact-home-eight .inner-container{
	position: relative;
	display: block;
	background: #ed202b;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: -110px;
	padding: 64px 30px;
}

.funfact-home-eight .inner-container .pattern-bg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.funfact-home-eight .single-fact-counter{
	margin-bottom: 0px;
}

.funfact-home-eight .single-fact-counter .icon{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.funfact-home-eight .single-fact-counter .icon span::before{
	color: #fff;
}

.funfact-home-eight .single-fact-counter .count-box span{
	color: #fff;
}

.about-style2-area  .single-fact-counter .title h6{
	color: #222;
}


/** service-home-eight **/

.service-home-eight{
	position: relative;
	background: #f4f4f4;
	padding: 260px 0px 150px 0px;
}

.service-home-eight .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-block-three{
	max-width: 370px;
	margin: 0 auto;
}

.service-block-three .inner-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.service-block-three .inner-box .image-box{
	position: relative;
	display: block;
}

.service-block-three .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.service-block-three .inner-box .image-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image-box .image img{
	transform: scale(1.05);
	opacity: 0.5;
}

.service-block-three .inner-box .image-box .shape{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 34px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}

.service-block-three .inner-box .image-box .shape svg{
	fill: #fff;
}

.service-block-three .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 20px 30px 40px 40px;
}

.service-block-three .inner-box .lower-content .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 50px;
	color: #ed202b;
	margin-bottom: 20px;
}

.service-block-three .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.service-block-three .inner-box .lower-content h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.service-block-three .inner-box .lower-content h3 a:hover{
	color: #ed202b;
}

.service-block-three .inner-box .lower-content p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #808080;
  margin-bottom: 0px;
}

.service-home-eight .btn-box{
	position: relative;
	display: block;
	margin-top: 60px;
}


.faq-style1-area.home-8{
	position: relative;
	padding: 150px 0px 140px 0px;
}

.faq-style1-area.home-8 .faq-style1__content{
	padding-bottom: 0px;
	margin-right: 55px;
}

.faq-style1-area.home-8 .video-inner{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0px;
}

.faq-style1-area.home-8 .video-inner:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
}

.faq-style1-area.home-8 .video-inner .video-btn a{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
}

.faq-style1-area.home-8 .video-inner .video-btn a:before,
.faq-style1-area.home-8 .video-inner .video-btn a: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;
}

.faq-style1-area.home-8 .video-inner .video-btn a: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);
  }
}

.faq-style1-area.home-8 .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 464px;
  height: 497px;
  background-repeat: no-repeat;
}


/** working-process-home-eight **/

.working-process-home-eight{
	position: relative;
	padding: 150px 0px 140px 0px;
}

.working-process-home-eight .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.working-process-home-eight .sec-title h2{
	color: #fff;
}

.working-block-two .inner-box{
	position: relative;
	display: block;
	padding: 0px 30px;
}

.working-block-two .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	line-height: 130px;
	font-size: 60px;
	background: #f54f44;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 35px;
	z-index: 1;
	transition: all 500ms ease;
}

.working-block-two .inner-box .icon-box:before{
	position: absolute;
	content: '';
	border: 2px dashed #f54f44;
	left: -11px;
	top: -11px;
	width: 152px;
	height: 152px;
	border-radius: 50%;
}

.working-block-two .inner-box .icon-box span{
	position: absolute;
	left: -14px;
	top: -14px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #141414;
	font-weight: 600;
	font-family: var(--thm-font-2);
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20);
	transition: all 500ms ease;
}

.working-block-two .inner-box .icon-box:after{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	z-index: -1;
	border-radius: 50%;
	transition: all 500ms ease;
}

.working-block-two .inner-box:hover .icon-box:after{
	transform: scale(1,1);
}

.working-block-two .inner-box:hover .icon-box{
	color: #141414;
}

.working-block-two .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.working-block-two .inner-box h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.working-block-two .inner-box h3 a:hover{
	color: #ed202b;
}

.working-block-two .inner-box p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #bfbfbf;
	margin-bottom: 0px;
}

.working-block-two .inner-box .arrow{
	position: absolute;
	top: 35px;
	right: -43px;
	width: 81px;
	height: 52px;
	background-repeat: no-repeat;
}

.working-process-home-eight .sec-title{
	padding-bottom: 63px;
}

.testimonial-home-5.home-8{
	padding: 150px 0px;
}

.blog-style1-area.home-8 .single-blog-style1 .img-holder .inner .date-box{
	top: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: #f44438;
	border-radius: 10px;
	text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-style1-area.home-8 .single-blog-style1 .img-holder .inner .date-box h5{
	transform: rotate(0deg);
	left: 0px;
	top: 0px;
	line-height: 20px;
}

.blog-style1-area.home-8 .single-blog-style1 .text-holder{
	padding-top: 25px;
}


/** header-style-six **/

.main-header.header-style-six .header-top{
	padding-left: 0px;
}

.main-header.header-style-six .header-left .logo--style2 .bg-box{
  position: absolute;
  top: -40px;
  left: -100px;
  bottom: -130px;
  right: -170px;
  z-index: -1;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

.large-container{
	max-width: 1430px;
	padding: 0px 15px;
	margin: 0 auto;
}

.main-header.header-style-six .header-middle .nav-outer{
	margin-right: 0px;
	margin-left: 130px;
}

.main-header.header-style-six .header-middle .main-menu .navigation> li{
	margin-right: 30px;
}


/** slider-style-six **/

.slider-style-six{
	position: relative;
}

.slider-style-six h6{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.slider-style-six h2 span{
	color: #ed202b;
}

.slider-style-six.style3 .content{
	min-height: 750px;
}

.slider-style-six.style3 .slide .image-layer:before{
	opacity: 0.5;
}

.slider-style-six{
	overflow: hidden;
}

.slider-style-six .slide .shape .shape-1{
	position: absolute;
	left: -488px;
	top: 0px;
	width: 488px;
	height: 100%;
	transform: translateX(0);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 2000ms ease;
}

.slider-style-six .slide .shape .shape-1 svg,
.slider-style-six .slide .shape .shape-2 svg,
.slider-style-six .slide .shape .shape-3 svg,
.slider-style-six .slide .shape .shape-4 svg{
	fill: #ed202b;
	opacity: 0.6;
}

.slider-style-six .slide .shape .shape-2{
	position: absolute;
	left: -790px;
	top: 0px;
	width: 792px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transform: translateX(0);
	transition: all 2000ms ease;
}

.slider-style-six .active .slide .shape .shape-2{
	left: 0px;
	transform: translateX(1);
	transition-delay: 300ms;
}

.slider-style-six .active .slide .shape .shape-1{
	left: 0px;
	transform: translateX(1);
}

.slider-style-six .slide .shape .shape-3{
	position: absolute;
	right: -229px;
	bottom: 0px;
	width: 229px;
	height: 441px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transform: translateX(0);
	transition: all 2000ms ease;
}

.slider-style-six .slide .shape .shape-4{
	position: absolute;
	right: -250px;
	bottom: 0px;
	width: 251px;
	height: 323px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transform: translateX(0);
	transition: all 2000ms ease;
}

.slider-style-six .active .slide .shape .shape-3{
	right: 260px;
	transform: translateX(1);
	transition-delay: 300ms;
}

.slider-style-six .active .slide .shape .shape-4{
	right: 260px;
	transform: translateX(1);
}


/** feature-home-nine **/

.feature-home-nine{
	position: relative;
	padding: 150px 0px 145px 0px;
}

.feature-home-nine .pattern-layer .pattern-1{
	position: absolute;
	right: 0px;
	bottom: 70px;
	width: 333px;
	height: 381px;
	background-repeat: no-repeat;
}

.feature-home-nine .pattern-layer .pattern-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 34px;
	background-repeat: no-repeat;
	background-size: cover;
}

.feature-home-nine .single-item{
	position: relative;
	display: block;
	padding-right: 30px;
	border-right: 1px solid #e5e5e5;
}

.feature-home-nine .single-column:last-child .single-item{
	border-right: none;
}

.feature-home-nine .single-item .icon-box{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 50px;
	color: #252628;
	margin-bottom: 24px;
	transition: all 500ms ease;
}

.feature-home-nine .single-item:hover .icon-box{
	transform: rotateY(180deg);
	color: #ed202b;
}

.feature-home-nine .single-item h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.feature-home-nine .single-item h4 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.feature-home-nine .single-item h4 a:hover{
	color: #ed202b;
}

.feature-home-nine .single-item p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #808080;
  margin-bottom: 16px;
}

.feature-home-nine .single-item .link a{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: #252628;
	transition: all 500ms ease;
}

.feature-home-nine .single-item .link a:hover{
	color: #ed202b;
}


/** about-home-nine **/

.about-home-nine{
	position: relative;
	padding: 150px 0px;
	background-color: #fff;
	overflow: hidden;
}

.about-home-nine .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-home-nine .image-box{
	position: relative;
	display: block;
	margin-right: 20px;
}

.about-home-nine .image-box .image{
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.about-home-nine .image-box .image img{
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.about-home-nine .image-box .image:hover img{
	transform: scale(1.05);
}

.about-home-nine .image-box .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 220px;
	height: 220px;
	background: #ed202b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
}

.about-home-nine .image-box .text:before{
	position: absolute;
	content: '';
	border: 2px dashed #fff;
	border-radius: 50%;
	left: 20px;
	top: 20px;
	width: 180px;
	height: 180px;
}

.about-home-nine .image-box .text h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 16px;
}

.about-home-nine .image-box .text h5{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
}

.content_block_one .content-box .signature {
    margin-bottom: 30px !important;
}


/** service-home-nine **/

.service-home-nine{
	position: relative;
	padding-top: 150px;
}

.service-home-nine .bg-column{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.service-home-nine .bg-column:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.6;
	z-index: 1;
}

.service-home-nine .sec-title{
	z-index: 1;
	padding-bottom: 35px;
}

.service-home-nine .sec-title h2{
	color: #fff;
	margin-bottom: 23px;
}

.service-home-nine .sec-title .text p{
	position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.service-home-nine .inner-container{
	position: relative;
	display: block;
	background: #fff;
	padding: 75px 80px 62px 80px;
	z-index: 1;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
}

.service-home-nine .inner-box{
	position: relative;
	display: block;
}

.service-home-nine .inner-box.text-right{
	padding-right: 80px;
}

.service-home-nine .inner-box.text-left{
	padding-left: 80px;
}

.service-home-nine .inner-box.text-right .shape{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 34px;
	height: 100%;
	background-size: cover;
	background-repeat: repeat-y;
	animation: slide 80s linear infinite;
 	-webkit-animation: slide 80s linear infinite;
}

.service-home-nine .inner-box.text-left .shape{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 34px;
	height: 100%;
	background-size: cover;
	background-repeat: repeat-y;
	animation: slide 80s linear infinite;
 	-webkit-animation: slide 80s linear infinite;
}

.service-home-nine .inner-box .single-item{
	position: relative;
	display: block;
	margin-bottom: 52px;
	padding-bottom: 42px;
	border-bottom: 1px solid #e5e5e5;
}

.service-home-nine .inner-box .single-item:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.service-home-nine .inner-box .single-item .icon-box{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 50px;
	color: #ed202b;
	margin-bottom: 27px;
	transition: all 500ms ease;
}

.service-home-nine .inner-box .single-item:hover .icon-box{
	transform: rotateY(180deg);
}

.service-home-nine .inner-box .single-item h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-home-nine .inner-box .single-item h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.service-home-nine .inner-box .single-item h3 a:hover{
	color: #ed202b;
}

.service-home-nine .inner-box .single-item p{
	position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #808080;
  margin-bottom: 0px;
}

.inner-container .image-box .image{
	position: relative;
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 85px;
}

.inner-container .image-box img{
	width: 100%;
}

.inner-container .image-box .image-shape .shape-1{
	position: absolute;
	left: 40px;
	top: 38px;
	width: 184px;
	height: 184px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.inner-container .image-box .image-shape .shape-2{
	position: absolute;
	right: 95px;
	bottom: 115px;
	width: 130px;
	height: 146px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


/** testimonial-home-nine **/

.testimonial-home-nine{
	position: relative;
	padding: 150px 0px;
}

.testimonial-home-nine .sec-title h2{
	margin-bottom: 23px;
}

.testimonial-home-nine .sec-title .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #808080;
  margin-bottom: 0px;
}

.testimonial-home-nine .testimonial-content{
	position: relative;
	display: block;
	margin-left: 100px;
	padding-left: 172px;
	padding-bottom: 82px;
}

.testimonial-home-nine .testimonial-content .image-box{
	position: relative;
	display: block;
	border-radius: 20px;
}

.testimonial-home-nine .testimonial-content .image-box img{
	width: 100%;
	border-radius: 20px;
}

.testimonial-home-nine .testimonial-content .carousel-inner{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 370px;
	overflow: visible;
}

.testimonial-home-nine .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.testimonial-home-nine .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.testimonial-home-nine .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}

.testimonial-home-nine .testimonial-block-one .inner-box{
	background: #f44438;
}

.testimonial-home-nine .testimonial-block-one .inner-box p,
.testimonial-home-nine .testimonial-block-one .inner-box .author-box h4{
	color: #fff;
}

.testimonial-home-nine .testimonial-block-one .inner-box .author-box .designation{
	color: rgba(255, 255, 255, 0.80);
}

.testimonial-home-nine .owl-carousel.owl-dot-style1 .owl-dots{
	position: absolute;
	left: -455px;
	bottom: 300px;
}

.testimonial-home-nine .owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
	background-color: #fcc7c3;
}

.testimonial-home-nine .owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
	background: #ed202b;
}

.testimonial-home-nine .testimonial-content .shape .shape-1{
	position: absolute;
	left: -65px;
	top: 175px;
	width: 130px;
	height: 130px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-home-nine .testimonial-content .shape .shape-2{
	position: absolute;
	right: -100px;
	bottom: -20px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-home-nine .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 479px;
	height: 421px;
	background-repeat: no-repeat;
}

.working-process-home-eight{
	background-color: #1f2021;
}

.working-process-home-eight .pattern-layer-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 230px;
	height: 369px;
	background-repeat: no-repeat;
}

.working-process-home-eight .pattern-layer-3{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 580px;
	height: 775px;
	background-repeat: no-repeat;
}

.working-process-home-eight.home-9{
	padding-bottom: 270px;
}


.faq-style1-area.home-9{
	padding: 150px 0px 140px 0px;
}

.faq-style1-area.home-9 .faq-style1__content{
	padding-bottom: 0px;
	margin-left: 70px;
}

.faq-style1-area.home-9 .bg-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50%;
	height: calc(100% + 130px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top-right-radius: 20px;
}

.faq-style1-area.home-9 .shape .shape-1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	width: 34px;
	height: 100%;
	margin-left: 18px;
	background-size: cover;
	background-repeat: repeat-y;
	animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

.clients-home-five.home-9{
	background-color: #f5f5f5 !important;
}

.clients-home-five.home-9 .clients-logo img{
	opacity: 0.15;
}

.clients-home-five.home-9 .clients-logo img:hover{
	opacity: 1;
}


/** project-home-nine **/

.project-home-nine{
	position: relative;
	background: #1f2021;
	padding: 150px 0px;
}

.project-home-nine .sec-title h2{
	color: #fff;
}

.project-home-nine .owl-carousel {
  max-width: 392px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.project-home-nine .owl-stage-outer {
  overflow: visible;
}

.project-home-nine .owl-carousel .owl-stage{
	display: flex;
	align-items: center;
}

.project-block-two .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.project-block-two .inner-box .image-box{
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.project-block-two .inner-box .image-box img{
	width: 100%;
	opacity: 0.9;
	transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
	transform: scale(1.05);
	opacity: 0.5;
}

.project-home-nine .owl-nav{
	position: absolute;
	top: -120px;
	right: -500px;
}

.project-home-nine .owl-nav button{
	position: relative;
	display: inline-block;
	font-size: 26px !important;
	color: #fff !important;
	cursor: pointer;
	margin: 0px 10px;
	transition: all 500ms ease;
}

.project-home-nine .owl-nav button:hover{
	color: #ed202b !important;
}

.project-home-nine .owl-nav button.owl-prev{
	transform: rotate(180deg);
	top: -4px;
}

.project-home-nine .sec-title{
	padding-bottom: 60px;
}

.team-home-four.home-9 .team-block .inner-box .image-box{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%, 0% 0%);
}

.team-home-four.home-9 .team-block .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 30%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.blog-style1-area.home-8{
	background: transparent;
}


/** cta-home-nine **/

.cta-home-nine{
	position: relative;
	background-color: #ed202b;
	padding: 80px 0px 84px 0px;
}

.cta-home-nine .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.cta-home-nine .image-layer{
	position: absolute;
	left: 160px;
	top: -82px;
}

.cta-home-nine .content-box{
	position: relative;
	display: block;
	z-index: 1;
}

.cta-home-nine .content-box h2{
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 50px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 31px;
}

.cta-home-nine .content-box h2 a{
	display: inline-block;
	color: #e7bd1a;
	transition: all 500ms ease;
}

.cta-home-nine .content-box h2 a:hover{
	text-decoration: underline;
}

.cta-home-nine .content-box .theme-btn{
	background: #fff !important;
	color: #252628;
}

.cta-home-nine .content-box .theme-btn:hover{
	color: #fff;
}





/*** 

====================================================================
                        Responsive-Css
====================================================================

***/


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

	.header-style-five .header .auto-container{
		margin-left: 0px;
	}

	.cta-home-nine .image-layer{
		left: 0px;
	}

}


@media only screen and (max-width: 1399px){
	.main-header.home_four .header-middle .nav-outer{
		margin-right: 0px;
	}

	.header-right_buttom .btns-box{
		display: none;
	}





	.header-style-five .header-top .outer-box{
		justify-content: center;
	}

}

@media only screen and (max-width: 1200px){
	.main-header.home_four .header-left .logo--style2{
		display: none;
	}

	.main-header.home_four .header-left{
		display: none;
	}

	.main-header.home_four .header-middle{
		padding-left: 0px;
	}

	.main-header.home_four .auto-container{
		padding-right: 15px;
	}

	.main-header.home_four .header-top{
		padding-left: 0px;
	}

	.main-header.home_four .header-right{
		display: flex !important;
	}

	.faq-style1-area.home-four .image-box .bg-layer{
		display: none;
	}





	.content_block_one .content-box{
		margin-left: 0px;
	}

	.project-block-one .inner-box .text{
		padding-left: 20px;
		padding-right: 20px;
	}

	.cta-home-five .inner-box{
		display: block;
	}

	.cta-home-five .inner-box .text h2{
		z-index: 1;
		margin-bottom: 10px;
	}

	.slider-style-three:before{
		display: none;
	}

	.main-slider .content .btns-box a{
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 0px !important;
	}

	.testimonial-home-5.home-6 .owl-carousel.owl-dot-style1 .owl-dots{
		display: none;
	}

	.funfact-home-six .single-fact-counter{
		margin-bottom: 30px;
	}

	.funfact-home-six{
		padding-bottom: 35px;
	}

	.header-style-four .header-top,
	.chooseus-home-seven .bg-layer{
		display: none;
	}

	.about-home-seven .sec-title{
		margin-right: 0px;
	}

	.about-home-seven .upper-box .text{
		margin-left: 0px;
	}

	.faq-home-seven .image-layer{
		display: none;
	}

	.faq-home-seven .pattern-layer{
		display: none;
	}

	.slider-style-five .form-content{
		margin-left: 0px;
	}

	.funfact-home-eight .single-fact-counter{
		margin-bottom: 30px;
	}

	.funfact-home-eight .inner-container{
		padding-bottom: 35px;
	}

	.faq-style1-area.home-8 .video-inner{
		position: relative;
		width: 100%;
	}

	.faq-style1-area.home-8 .faq-style1__content{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.header-style-six .header-top .outer-box{
		justify-content: center;
	}

	.main-header.header-style-six .header-middle .nav-outer{
		margin-left: 0px;
	}

	.slider-style-six .slide .shape{
		display: none;
	}

	.feature-home-nine .sec-title h2{
		font-size: 30px;
		line-height: 38px;
	}

	.service-home-nine .inner-container{
		padding-right: 50px;
		padding-left: 50px;
	}

	.testimonial-home-nine .pattern-layer,
	.faq-style1-area.home-9 .bg-layer,
	.faq-style1-area.home-9 .shape .shape-1{
		display: none;
	}



}

@media only screen and (max-width: 991px){
	.feature-block-one .inner-box{
		margin-bottom: 107px;
	}

	.feature-block:last-child .feature-block-one .inner-box{
		margin-bottom: 0px;
	}

	.service-home-four .tab-btn{
		margin-bottom: 30px;
	}

	.service-home-four .tab-btn-box{
		margin-bottom: 20px;
	}

	.paroller,
	.paroller-2{
		transform: scale(1) !important;
	}

	.team-home-four .team-block .inner-box{
		margin-bottom: 30px;
	}

	.team-home-four{
		padding-bottom: 120px;
	}

	.workig-process-home-four .process-block .inner-box{
		margin-bottom: 30px;
	}

	.workig-process-home-four{
		padding-bottom: 120px;
	}





	.slider-style-two .content-inner .image-box,
	.slider-style-two .pattern-layer{
		display: none;
	}

	.search-field-section form .form-group{
		margin-bottom: 15px;
	}

	.search-field-section form{
		padding-right: 0px;
	}

	.search-field-section form .message-btn{
		position: relative;
	}

	.search-field-section form .message-btn button{
		width: 100%;
	}

	.image_block_one .image-box{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.service-block-one .inner-box{
		margin-bottom: 30px;
	}

	.chooseus-home-five .image-box{
		margin-right: 0px;
		margin-top: 30px;
	}

	.cta-home-five .inner-container{
		padding-left: 50px;
		padding-right: 50px;
	}

	.cta-home-five .inner-box .text h2 br{
		display: none;
	}

	.working-block-one .inner-box{
		margin-bottom: 30px;
	}

	.workig-process-home-five{
		padding-bottom: 120px;
	}

	.news-home-five .single-blog-style1{
		max-width: 370px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.slider-style-three .pattern-layer{
		display: none;
	}

	.slider-style-three .image-box{
		margin-right: 0px;
		margin-top: 30px;
	}

	.content_block_three .content-box{
		margin-left: 0px;
		margin-top: 40px;
	}

	.service-home-six .tabs-box .tab-btns .tab-btn{
		font-size: 15px;
	}

	.service-home-six .tabs-content .text{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.service-home-six .tabs-content .image{
		margin-left: 0px;
	}

	.chooseus-home-six .pattern-layer{
		display: none;
	}

	.workig-process-home-five.home-6 .working-block-one .inner-box{
		margin-bottom: 105px;
	}

	.workig-process-home-five.home-6 .working-block:last-child .working-block-one .inner-box{
		margin-bottom: 0px;
	}

	.testimonial-home-5.home-6 .title-column .text{
		margin-bottom: 60px;
	}

	.team-block-one .inner-box{
		margin-bottom: 30px;
	}

	.team-home-six{
		padding-bottom: 120px;
	}

	.cta-home-six .inner-box{
		display: block;
	}

	.cta-home-six .inner-box .text h2{
		margin-bottom: 15px;
	}

	.about-home-seven .lower-box .single-item{
		margin-bottom: 30px;
	}

	.service-home-seven .image-box{
		margin-right: 0px;
	}

	.slider-style-five .content-box{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.feature-block-two .inner-box{
		margin-bottom: 60px;
	}

	.feature-block:last-child .feature-block-two .inner-box{
		margin-bottom: 0px;
	}

	.about-home-eight .image-box{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.service-block-three .inner-box{
		margin-bottom: 30px;
	}

	.working-block-two .inner-box{
		margin-bottom: 40px;
	}

	.working-process-home-eight{
		padding-bottom: 100px;
	}

	.working-block-two .inner-box .arrow{
		display: none;
	}

	.feature-home-nine .single-item{
		padding-right: 0px;
		border-right: none;
		margin-bottom: 30px;
	}

	.feature-home-nine{
		padding-bottom: 115px;
	}

	.about-home-nine .image-box{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.service-home-nine .inner-box.text-right .shape,
	.service-home-nine .inner-box.text-left .shape{
		display: none;
	}

	.service-home-nine .inner-box.text-right{
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.service-home-nine .inner-box.text-left{
		padding-left: 0px;
		margin-top: 30px;
	}

	.inner-container .image-box .image{
		margin: 0px;
	}

	.testimonial-home-nine .testimonial-content{
		margin-left: 0px;
	}

	.working-process-home-eight.home-9{
		padding-bottom: 100px;
	}

	.working-process-home-eight .pattern-layer-2,
	.working-process-home-eight .pattern-layer-3{
		display: none;
	}

	.cta-home-nine .image-layer{
		display: none;
	}


}


@media only screen and (max-width: 767px){
	.workig-process-home-four .process-block .inner-box .arrow{
		display: none;
	}

	.about-home-four .image-box .image-shape-1,
	.about-home-four .image-box .image-shape-2{
		display: none;
	}

	.about-home-four{
		padding: 70px 0px;
	}

	.about-home-four .image-box{
		margin-right: 0px;
	}

	.funfact-home-4 .single-column:nth-child(2), .funfact-home-4 .single-column:last-child{
		padding-top: 0px;
	}

	.funfact-home-4 .single-item{
		margin-bottom: 30px;
	}

	.service-home-four{
		padding: 70px 0px 170px 0px;
	}

	.chooseus-home-four .inner-container{
		padding: 70px 0px 40px 0px;
	}

	.testimonials-style3-area.home-four{
		padding: 70px 0px;
	}

	.team-home-four,
	.workig-process-home-four{
		padding: 70px 0px 40px 0px;
	}

	.faq-style1-area.home-four{
		padding: 70px 0px;
	}

	.faq-style1-area.home-four .image-box{
		padding-left: 0px;
		padding-right: 0px;
	}

	.blog-style1-area.home-4{
		padding: 70px 0px 20px 0px; 
	}

	.contact-style1-area.home-4 .contact-form-box1{
		margin: 0px;
		padding: 0px;
	}

	.contact-style1-area.home-4{
		padding: 70px 0px;
	}

	.main-slider.style3 .owl-theme .owl-nav{
		display: none;
	}

	.service-home-four .image-box{
		padding: 0px;
		margin-bottom: 30px;
	}

	.service-home-four .image-box .image-2{
		position: relative;
		margin-top: 30px;
	}

	.about-home-four .image-box{
		padding: 0px;
	}

	.about-home-four .image-box .image-2{
		position: relative;
		right: 0px;
		bottom: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.about-home-four .image-box .image-3{
		position: relative;
		right: 0px;
	}

	.service-home-four .content-box{
		margin-left: 0px;
	}

	.service-home-four .content-box .list li{
		width: 100%;
	}

	.service-home-four .image.image-1.image-3{
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 0px;
	}

	.service-home-four .image-box .two-image{
		margin-left: 0px;
	}




	.owl-carousel.owl-dot-style1 .owl-dots{
		display: none;
	}

	.about-home-five,
	.service-home-five{
		padding: 70px 0px;
	}

	.service-home-five .pattern-layer{
		display: none;
	}

	.chooseus-home-five{
		padding-top: 70px;
	}

	.testimonial-home-5{
		padding: 70px 0px 200px 0px;
	}

	.cta-home-five .inner-container:after{
		display: none;
	}

	.workig-process-home-five{
		padding: 70px 0px 40px 0px;
	}

	.about-home-six,
	.service-home-six{
		padding: 70px 0px;
	}

	.image_block_two .image-box .image{
		margin-bottom: 30px;
	}

	.service-home-six .tabs-box .tab-btns .tab-btn{
		width: 50%;
	}

	.service-home-six .tabs-box .tab-btns .tab-btn:before{
		display: none;
	}

	.chooseus-home-six .image-box .image{
		position: relative;
	}

	.chooseus-home-six .image-box{
		min-height: auto;
		margin: 0px;
		padding-top: 70px;
	}

	.chooseus-home-six .content-box{
		margin: 0px;
		padding: 70px 0px;
	}

	.testimonial-home-5.home-6{
		padding-top: 200px;
		padding-bottom: 70px;
	}

	.team-home-six{
		padding: 70px 0px 40px 0px;
	}

	.slider-style-four .slide{
		padding-top: 230px;
	}

	.service-home-seven{
		padding: 70px 0px;
	}

	.service-home-seven .pattern-layer{
		display: none;
	}

	.chooseus-home-seven{
		padding: 70px 0px;
	}

	.project-style2-area{
		padding: 70px 0px 40px 0px;
	}

	.testimonial-home-5.home-7{
		padding-top: 70px;
	}

	.cta-home-five.home-7 .inner-container .bg-layer{
		display: none;
	}

	.faq-home-seven{
		padding: 70px 0px 40px 0px;
	}

	.feature-home-eight{
		padding: 70px 0px 100px 0px;
	}

	.about-home-eight,
	.faq-style1-area.home-8{
		padding: 70px 0px;
	}

	.service-home-eight{
		padding: 200px 0px 70px 0px;
	}

	.working-process-home-eight,
	.feature-home-nine{
		padding: 70px 0px 35px 0px;
	}

	.testimonial-home-5.home-8,
	.about-home-nine,
	.testimonial-home-nine{
		padding: 70px 0px;
	}

	.about-home-nine .image-box .image-1{
		margin-bottom: 30px;
	}

	.service-home-nine{
		padding-top: 70px;
	}

	.testimonial-home-nine .testimonial-content .carousel-inner{
		position: relative;
		width: 100%;
		margin-top: 70px;
	}

	.testimonial-home-nine .testimonial-content{
		padding-left: 0px;
		padding-bottom: 0px;
	}

	.working-process-home-eight.home-9{
		padding-bottom: 30px;
	}

	.faq-style1-area.home-9{
		padding: 70px 0px 60px 0px;
	}

	.project-home-nine{
		padding: 70px 0px;
	}

	.cta-home-nine .content-box h2{
		font-size: 36px;
		line-height: 44px;
	}


}



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

	.search-field-section .inner-container .shape{
		display: none;
	}

	.slider-style-two .content-inner{
		padding-bottom: 150px;
	}

	.search-field-section .inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}

	.image_block_one .image-box .curve-text{
		display: none;
	}

	.image_block_one .image-box{
		padding: 0px;
	}

	.image_block_one .image-box .image-2{
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.image_block_one .image-box .text{
		position: relative;
		left: 0px;
		width: 100%;
	}

	.list-style-one li{
		width: 100% !important;
	}

	.googlemap-home-five .map-info .content-box{
		width: 100%;
	}

	.slider-style-three .slide{
		padding: 100px 0px;
	}

	.image_block_two .image-box{
		margin-right: 0px;
	}

	.content_block_three .content-box .inner-box{
		padding: 0px;
	}

	.content_block_three .content-box .inner-box .image{
		position: relative;
		margin-bottom: 15px;
	}

	.service-home-six .tabs-box .tab-btns .tab-btn{
		width: 100%;
	}

	.service-home-six .tabs-content{
		padding-left: 30px;
		padding-right: 30px;
	}

	.location-home-six .location-inner .single-item:nth-child(2){
		left: 30px;
	}

	.location-home-six .location-inner .single-item:last-child{
		right: 30px;
	}

	.slider-style-four .slide .bg-layer{
		display: none;
	}

	.chooseus-home-seven .content-box{
		margin-left: 0px;
	}

	.cta-home-five .inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}

	.slider-style-five .content-box h2{
		font-size: 44px;
		line-height: 54px;
	}

	.about-home-eight .image-box{
		padding: 0px;
	}

	.about-home-eight .image-box .image-2{
		position: relative;
		margin-top: 30px;
	}

	.about-home-eight .image-box .shape{
		display: none;
	}

	.slider-style-six.style3 .content{
		min-height: 550px;
	}

	.feature-home-nine .pattern-layer{
		display: none;
	}

	.service-home-nine .inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}

	.faq-style1-area.home-9 .faq-style1__content{
		margin-left: 0px;
	}

	.image_block_two .image-box .text{
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
	}

	.location-home-six .location-inner .single-item:first-child{
		left: 100px;
	}

	.blog-style1-area .pattern-layer .pattern-1{
		display: none;
	}

	.header-style-four .header-left .logo--style2{
		display: none;
	}

	.faq-home-seven .faq-style1__content{
		margin-right: 0px;
	}

}


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

	.main-slider .content .big-title h2 {
    font-size: 36px;
    line-height: 44px;
	}

	.header-left .logo--style2{
		width: 90%;
	}

	.slider-style-five .content-box .btn-box a+a{
		margin-left: 0px;
	}

	.search-popup .search-form fieldset input[type="submit"]{
		position: relative;
		width: 100%;
		margin-top: 15px;
		border-radius: 8px;
	}

}

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

.about-home-five.one {
    padding-bottom: 0;
}


 

}


.about-home-six.one {
    padding-bottom: 0;
}
.about-home-six.two {
    padding-top: 0;
}
.about-home-six.three {
    padding-top: 0;
}
@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}

.search-field-section.home-7 .inner-container {
    margin-top: -90px;
}
.accordion-box .block .acc-btn h3 b {
    width: unset;
    margin-left: 0;
    margin-right: 0;
}







.hs_port_thumb{
	background-image: url(../images-2/shape/shape-77.png);
	width: 250px;
	height: 437px;
	background-repeat: no-repeat;
}

.hs_latest{
	-webkit-mask-image: url(../images-2/shape/shape-77.png);
  -o-mask-image: url(../images-2/shape/shape-77.png);
  -moz-mask-image: url(../images-2/shape/shape-77.png);
  mask-image: url(../images-2/shape/shape-77.png);
	width: 250px;
	height: 437px;
	box-sizing: border-box;
	display: block;
	float: left;
	background-repeat: no-repeat;
}


/** correction-css **/

.project-block-two .inner-box .view-btn{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.project-block-two .inner-box .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .view-btn a{
  transform: scale(1,1);
}

.project-block-two .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 40px;
	padding-right: 30px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .text{
  bottom: 35px;
  opacity: 1;
}

.project-block-two .inner-box .text h4{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.project-block-two .inner-box .text h4 a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  transition: all 500ms ease;
}

.project-block-two .inner-box .text h4 a:hover,
.project-block-two .inner-box .view-btn a:hover{
  color: var(--thm-base);
}

.project-block-two .inner-box .text span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
}

.project-block-two .inner-box:hover .image-box img{
	opacity: 0.1 !important;
}

.project-style2-area .single-project-item .img-holder .overlay-content{
   position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border-radius: 20px;
  padding: 0 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 2;
}

.project-style2-area .single-project-item:hover .img-holder .overlay-content{
	-webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
}