

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');


body {
    font-family: "Poppins", sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height:1.78;
	color: #555555;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	padding: 0;
	margin: 0;
}
body.site_dark_bg {
    background-color: #212529;
}
body.site_index3_bg {
    background-color: #0e0f21;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{
	color: #555555;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;
	text-transform:capitalize;
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
}
.container {
    max-width: 1170px;
}

.t_color{
	color: #c6a47e;
}
.t_pink {
    color: #8e1528;
}
.response {
	color: red;
	margin-top: 5px;
}
.site_contact_dark_form .response {
	color: #ffffff;
	margin-top: 5px;
}
 /********************************************************
1. body end
 *******************************************************/
 /********************************************************
 /********************************************************
2. header start
 *******************************************************/
 .site_main_wraapper {
	overflow: hidden;
    position: relative;
}
 .site_content_wraapper {
    margin-left: 80px;
}

.site_header_wrapper {
    padding: 0 31px 0 0;
}
.site_header_wrapper .site_logo {
	margin-left: 25px;
}
.site_nav {
    text-align: right;
}

.site_nav .site_menu > ul > li, .site_cartsec > ul > li {
    display: inline-block;
    padding: 39px 20px 38px;
} 
.site_nav .site_menu > ul > li > a {
	position: relative;
    display: inline-block;
    color: #ffffff;
	font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.site_nav .site_menu > ul > li > a.active {
    color: #8e1528 !important;
}
.site_nav .site_menu > ul > li > a:hover {
    color: #8e1528;
}
.site_nav .site_menu > ul > li.site_home_dropdown > ul {
    background-color: #212529;
    position: absolute;
    left: 0;
    width: 180px;
    padding: 0px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
	-webkit-transition: all 500ms eases;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 100;
    text-align: left;
    transform: translate(80px, 40px);
}
.site_nav .site_menu > ul > li.site_home_dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
	transform: translate(0px, 38px);
}
.site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a {
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-transform: capitalize;
    transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    padding: 17px 25px 16px;
    display: block;
}
.site_nav .site_menu > ul > li.site_home_dropdown > ul > li:last-child a {
    border-bottom: none;
}
.site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a:hover {
    color: #c6a47e;
	padding-left: 30px;
}
.site_nav .site_menu > ul > li{
	position:relative;
}
.site_nav .site_menu > ul > li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #c6a47e;
    top: 0;
    bottom: 0;
    right: -3px;
	margin:auto;
}
.site_nav .site_menu > ul > li:last-child::after {
    display: none;
}
.site_nav .site_menu, .site_nav .site_cartsec {
    display: inline-block;
}
.site_nav .site_cartsec > ul > li {
    padding: 0px 15px;
    position:relative;
	vertical-align: middle;
}
.site_nav .site_cartsec > ul > li.site_profile_carol {
    display: none;
}
.site_nav .site_cartsec > ul > li:after {
    content: "";
    position: absolute;
    background: rgb(62, 62, 62);
    top: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    left: 0;
    margin: auto;
}
.site_nav .site_cartsec > ul > li:first-child:after {
    position: inherit;
}
.site_nav .site_cartsec > ul > li:first-child {
    position: inherit;
}
.site_nav .site_cartsec > ul > li > a.setting_toggle {
    text-transform: capitalize;
    color: #cdcdcd;
}
.site_nav .site_cartsec > ul > li .setting_toggle img {
	border: 2px solid #3a4047;
    border-radius: 50%;
    margin-right: 7px;
}
.site_nav .site_cartsec > ul > li .setting_toggle .toggle_caret{
	color:#c6a47e;
	margin-left: 4px;
}
.site_profile_open {
    background-color: #ffffff;
    position: absolute;
    top: 27px;
    left: 10px;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
    z-index: 100;
    text-align: left;
    transform: translate(80px, 40px);
}
.site_profile_open ul li a {
    color: #222222;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    border-bottom: 1px solid #00000012;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    padding: 17px 25px 16px;
    display: block;
}
.site_profile_open ul li a:hover {
    color: #8e1528;
    padding-left: 30px;
}
.site_profile_open ul li a i {
    color: #8e1528;
    margin-right: 5px;
}
.site_profile_open.site_profile_drop {
    opacity: 1;
    visibility: visible;
	transform: translate(0px, 38px);
}
.site_nav .site_cartsec > ul > li > a > svg {
    width: 18px;
    height: 18px;
}
.site_nav .site_cartsec > ul > li > .cart_round {
    position: relative;
}
.site_nav .site_cartsec > ul > li > .cart_round span {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 18px;
    text-align: center;
    background-color: #c6a47e;
    color: #212629;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: -11px;
    top: -6px;
}
.site_nav .site_cartsec > ul > li >  span {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 18px;
    text-align: center;
    background-color: #c6a47e;
    color: #212629;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: -11px;
    top: -6px;
}


 /********************************************************
3. info sidebar start
 *******************************************************/
.site_infosidebar {
    width: 60px;
    background: #282d32;
    position: absolute;
    left: 0;
    height: 950px;
    z-index: 1;
}
.site_infosidebar .siderbar_social > ul > li {
    margin-bottom: 10px;
}

.site_infosidebar .siderbar_social > ul > li > a {
    color: #ffffff;
}
.site_infosidebar .siderbar_social {
    margin: 167px 0px 24px 0px;
    text-align: center;
}
.site_infosidebar .siderbar_contact, .site_infosidebar .siderbar_email {
    text-align: center;
    padding: 30px 0 22px;
	border-top: 1px solid #353c43;
    font-size: 13px;
}
.site_infosidebar .siderbar_contact > a, .site_infosidebar .siderbar_email > a {
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
	text-transform: lowercase;
}
.site_infosidebar .siderbar_contact > a > svg, .site_infosidebar .siderbar_email > a > svg {
	transform: rotate(90deg);
    margin-bottom: 5px;
    width: 16px;
    height: 15px;
    vertical-align: baseline;
}
.site_infosidebar .siderbar_contact > a > svg path, .site_infosidebar .siderbar_email > a > svg path {
    fill: #c6a47e;
}
.site_infosidebar .siderbar_social > ul > li > a {
    -webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.site_infosidebar .siderbar_social > ul > li > a:hover {
    color: #c6a47e;
}


 /********************************************************
4.index v1 heading start
 *******************************************************/
.site_heading {
    margin-bottom: 47px;
    z-index: 1;
	text-align: center;
}

.site_heading h4 {
	color: #8e1528;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.site_heading h2 {
	color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    z-index: 2;
    position: relative;
    margin-top: 6px;
}
.site_heading span {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2e343a;
    letter-spacing: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    line-height: 18px;
}
 /********************************************************
4.index v1 heading End
 *******************************************************/ 
 
  /********************************************************
5.Banner Slider Start
 *******************************************************/ 
.site_bannerr_slider .swiper-container {
    width: 100%;
    height: 100%;
}
.site_bannerr_slider .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.site_banner_slider .banner_box_wrapper {
    position: relative;
}
.swiper_imgbox .swipper_img > h4 {
    font-size: 14px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #c6a47e;
    margin: 0;
	position: relative;
}
.swiper_imgbox .swipper_img > h4 > span {
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 900;
    color: #252a2d;
    letter-spacing: 12px;
    position: absolute;
    left: 10px;
    right: 0;
    top: -60px;
    z-index: -1;
}
.swiper_imgbox .swipper_img > h2 {
    color: #fff;
	font-weight:700;
	font-size: 80px;
    margin: 0;
}
.swiper_imgbox .swipper_img > h3 {
    font-size: 64px;
    color: #fff;
	font-weight:300;
}
.swiper_imgbox .swipper_img > h3 > .banner_span1 {
    color: #c6a47e;
}
.swiper_imgbox .swipper_img > p {
    color: #fff;
    margin-bottom: 22px;
}
.banner_box_wrapper .swiper_imgbox {
    margin: 140px 0 0;
    padding: 0 15px 0 25px;
}
.banner_box_wrapper .banner_navi {
    position: absolute;
    left: 95px;
	bottom: -8px;
}
.banner_box_wrapper .swiper-button-next, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev, .banner_box_wrapper .swiper-button-prev, .banner_box_wrapper .swiper-container-rtl .swiper-button-next {
    background-image: none;
    text-transform: uppercase;
    width: auto;
    height: auto;
}
.banner_box_wrapper .swiper-button-next, .banner_box_wrapper .swiper-button-prev {
    color: #fff;
}
.banner_box_wrapper .swiper-button-next, .banner_box_wrapper .swiper-button-prev {
    bottom:50px;
    top: auto;
}
.banner_box_wrapper .swiper-button-prev, .banner_box_wrapper .swiper-container-rtl .swiper-button-next {
    left:0px;
}
.banner_box_wrapper .swiper-button-next, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: 97px;
}
.banner_box_wrapper .swiper-button-prev:after, .banner_box_wrapper .swiper-container-rtl .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #c6a47e;
    top: 0px;
    bottom: 0;
    left: -55px;
    margin: auto;
}
.banner_box_wrapper .swiper-button-prev:before, .banner_box_wrapper .swiper-container-rtl .swiper-button-next:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -55px;
    margin: auto;
    background: #c6a47e;
    width: 45px;
    height: 1px;
}
.banner_box_wrapper .swiper-button-next:before, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -55px;
    margin: auto;
    background: #c6a47e;
    width: 45px;
    height: 1px;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h4{
    animation: fadeInLeft 1s linear;
    -webkit-animation: fadeInLeft 1s linear;
    -ms-animation: fadeInLeft 1s linear;
    -moz-animation: fadeInLeft 1s linear;
    -o-animation: fadeInLeft 1s linear;
	
	}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h2{
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h3{
    animation: fadeInLeft 1s linear;
    -webkit-animation: fadeInLeft 1s linear;
    -ms-animation: fadeInLeft 1s linear;
    -moz-animation: fadeInLeft 1s linear;
    -o-animation: fadeInLeft 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img p{
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img .site_btn{
    animation:	fadeInLeft 1s ease;
    -webkit-animation: fadeInLeft 1s linear;
    -ms-animation: fadeInLeft 1s linear;
    -moz-animation: fadeInLeft 1s linear;
    -o-animation: fadeInLeft 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h4{
    animation: fadeInDown 1s linear;
    -webkit-animation: fadeInDown 1s linear;
    -ms-animation: fadeInDown 1s linear;
    -moz-animation: fadeInDown 1s linear;
    -o-animation: fadeInDown 1s linear;
	}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h2{
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h3{
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img p{
    animation: fadeInDown 1s linear;
    -webkit-animation: fadeInDown 1s linear;
    -ms-animation: fadeInDown 1s linear;
    -moz-animation: fadeInDown 1s linear;
    -o-animation: fadeInDown 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img .site_btn{
    animation:	fadeInUp 1s ease;
    -webkit-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
}
.swiper_imgbox .swipper_img > h1 {
	font-size: 140px;
    text-transform: uppercase;
    color: #252a2d;
    font-weight: 900;
    margin-top: 85px;
    margin-left: -9px;
}
.swiper_imgbox .btn_caret {
    right: -29px;
}

/* button css */
.site_btn, .site_btn:focus {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: none;
    border: none;
    cursor: positeer;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    background: #c6a47e;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.site_btn:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 10% 0;
    transform-origin: 0% 10% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.site_btn:hover:before {
   -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.site_btn.left_zero:before {
	 transform-origin: 100% 50%;
}
.site_btn_two:focus {
    background: #8e1528;
}
.site_btn_two {
    background: #8e1528;
	width: 170px;
    letter-spacing: 1px;
}
.btn_caret {
	height: 50px;
	line-height:53px;
    background: #be9d78;
    display: inline-block;
    padding: 0px 12px;
    position: absolute;
	top: 0;
    right: -29px;
}
.btn_caret_two {
    background: #f41a48;
}
.site_btn:hover {
    color: #fff;
    background: #555555;
}
.index3_btn, .index3_btn:focus {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
	outline: none;
    border: none;
    cursor: positeer;
	letter-spacing: 2px;
    background-color: #ff9d34;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.index3_btn:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 10% 0;
    transform-origin: 0% 10% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.index3_btn:hover {
    color: #ff9d34;
}
.index3_btn:hover:before {
   -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.index4_btn, .index4_btn:focus {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
	outline: none;
    border: none;
    cursor: positeer;
	letter-spacing: 2px;
    background-color: #222222;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
	 -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.index4_btn:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff9d34;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 10% 0;
    transform-origin: 0% 10% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.index4_btn:hover {
    color: #ffffff;
}
.index4_btn:hover:before {
   -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* button css */


  /********************************************************
5.Banner Slider End
 *******************************************************/ 
 

 
 /********************************************************
7.index About Start
 *******************************************************/  
.site_about_wrapper {
    padding-top: 80px;
    padding-bottom: 150px;
}
.about_box_wrapper .about_imgbox {
    text-align: right;
}
.about_imgbox .about_img {
    position: relative;
}
.about_imgbox .about_img .child_imgbox {
    position: absolute;
    bottom: -70px;
    left: 20px;
}
.about_img .child_imgbox:after {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100%;
    height: 100%;
    right: 41px;
    background: #ff000000;
    border: 10px solid #282d32;
    z-index: -1;
}
.about_contentbox {
    padding-top: 20px;
}
.about_contentbox .site_heading span {
    font-size: 30px;
    letter-spacing: inherit;
}
.about_contentbox .about_head1 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin: 5px 0px 2px 0px;
}
.about_contentbox .about_head2 .team {
	font-weight: 500;
	color: #fff;
}
.about_contentbox .about_head2{
	font-size: 40px;
    color: #c6a47e;
    font-weight: 300;
}
.about_contentbox .about_deatils {
    color: #cdcdcd;
    padding-top: 15px;
}
.about_contentbox .site_heading {
    margin-bottom: 0;
	text-align: left;
}
.about_contentbox .site_btn .about_btnicon {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    left: -60px;
    padding: 0px 16px;
    background: #34393f;
    border-right: 1px solid #212629;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.about_contentbox .site_btn {
    min-width: 244px;
    height: 60px;
    line-height: 60px;
    text-transform: capitalize;
    background: #34393f;
    margin-left: 60px;
    letter-spacing: 0px;
	margin-top: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.about_contentbox .site_btn:hover, .about_contentbox .site_btn:hover .about_btnicon {
    background: #c6a47e;
}
.about_contentbox .site_btn .about_btnicon svg{
  width:30px;
  height:30px;
}
.about_contentbox .site_btn:hover .about_btnicon svg path {
    fill: #fff;
}

 
 /********************************************************
16.index Footer Start
 *******************************************************/   
 .site_footer_wrapper {
	padding: 80px 0 69px 0;
}
.footer_box_wrapper .footer_box .site_logo {
    margin-bottom: 30px;
}
.footer_box_wrapper .footer_box .footer_heading {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.footer_box_wrapper .footer_box .footer_heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c6a47e;
    height: 2px;
}
.footer_box .footer_hours li {
    color: #fff;
    margin: 0 0 10px 15px;
    position: relative;
}
.footer_box .footer_hours li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #c6a47e;
    left: -15px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.footer_box .footer_gallery li {
    display: inline-block;
	margin-right: 7px;
    margin-bottom: 3px;
}
.footer_box .footer_gallery li a {
    position: relative;
    display: inline-block;
	overflow: hidden;
}

.footer_box .footer_gallery li a:hover img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
}
.footer_box .footer_gallery > li > a > img {
    width: 75px;
    height: 75px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.footer_box .footer_support_link li a {
    color: #ffffff;
	text-transform: capitalize;
}
.footer_box .footer_support_link li a:hover {
    color: #c6a47e;
}
.footer_box .footer_linkbox {
    display: flex;
}
.footer_linkbox .footer_support_link {
    width: 50%;
}
 /********************************************************
16.index Footer End
 *******************************************************/
 
 /********************************************************
17.index Bottom Footer Start 
 *******************************************************/
.site_bottom_footer_wrapper {
    background: #282d32;
    padding: 15px 0;
	text-align: center;
} 
.site_bottom_footer_wrapper .bottom_footer_box_wrapper p {
    font-size: 11px;
    color: #ffffff78;
}
.site_bottom_footer_wrapper .bottom_footer_box_wrapper a {
    color: #c6a47e;
} 
 
.footer_box > p {
    margin-bottom: 20px;
}
 /********************************************************
17.index Bottom Footer End
 *******************************************************/  

 
 
 
/* Index v2 css start */

/* Index v2 Header css start */
.site_infosidebar.site_infosidebar_style {
    background: #ffffff;
	top: 265px;
	width: 80px;
}
.site_infosidebar.site_infosidebar_style .siderbar_contact > a > svg path, .site_infosidebar.site_infosidebar_style .siderbar_email > a > svg path {
    fill: #8e1528;
}
.site_infosidebar.site_infosidebar_style .siderbar_contact > a, .site_infosidebar.site_infosidebar_style .siderbar_email > a {
    color: #222222;
}
.site_infosidebar.site_infosidebar_style .siderbar_contact {
    border-top: 1px solid rgba(243, 243, 243, 0);
}
.site_infosidebar.site_infosidebar_style .siderbar_email {
    border-top: 1px solid #f3f3f3;
}
.site_header_wrapper.site_header_style {
    padding: 0 50px 0 0;
}
.site_header_style .site_logo {
    margin-left: 0;
}
 .site_header_style .site_nav .site_menu > ul > li > a {
    color: #222222;
    font-size: 14px;
} 
.site_header_style .site_nav .site_menu > ul > li > a:hover {
    color: #8e1528;
}
 .site_header_style .site_nav .site_menu > ul > li:after {
	 background: #8e1528;
 }
.site_header_style .site_nav .site_menu > ul > li.site_home_dropdown > ul {
    background-color: #ffffff;
	box-shadow: 0 0px 1px 0 #cdcdcd;
}
.site_header_style .site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a {
    color: #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.site_header_style .site_nav .site_menu > ul > li.site_home_dropdown > ul > li:last-child a {
    border-bottom: none;
}
.site_header_style .site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a:hover {
    color: #8e1528;
}
 .site_header_style .site_nav .site_cartsec > ul > li > a.setting_toggle {
    color: #222222;
}
 .site_header_style .site_nav .site_cartsec > ul > li .setting_toggle .toggle_caret {
    color: #8e1528;
}
.site_header_style .site_nav .site_cartsec > ul > li:after {
    background: #e8e8e8;
}
.site_header_style .site_nav .site_cartsec > ul > li .setting_toggle img {
    border: 2px solid #e8e8e8;
}
.site_header_style .site_sop_cart_btn > ul {
    text-align: center;
}
.site_header_style .site_sop_cart_btn > ul > li:first-child {
    margin-right: 26px;
}
 /* Index v2 Header css end */
 
 /* Index v2 Slider css Start */
 .site_slider_banner_style2 {
    position: relative;
}
 .swiper_content_style2 {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 9;
}
.swiper_content_mini {
    background: #ffffff;
    padding: 36px 50px 50px;
    display: block;
    width: 811px;
}
/* .swiper_content_style2 .swiper-slide.swiper-slide-active .swiper_content_effect h1 {
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear;
}
.swiper_content_style2 .swiper-slide.swiper-slide-active .swiper_content_effect p {
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear;
}
.swiper_content_style2 .swiper-slide.swiper-slide-active .swiper_content_effect .site_btn {
    animation: fadeInRight 1s ease;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear;
} */
.swiper_content_style2 h1 {
    color: #222222;
    font-size: 60px;
	font-weight: normal;
}
.swiper_content_style2 span {
    font-weight: 600;
}
.swiper_content_style2 p {
    font-size: 16px;
    color: #555555;
    margin: 10px 0 20px;
}
.swiper_content_effect .btn_caret {
    right: -29px;
}
.banner_naxt_style2 {
    position: absolute;
    background: #ffffff;
    z-index: 2;
    display: block;
    width: 200px;
    height: 90px;
    bottom: 0;
    left: -80px;
    line-height: 50px;
}
.banner_naxt_style2 .swiper-button-next, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: 100px;
    background-image: none;
	border-left: solid 1px #f3f3f3;
    padding-left: 25px;
}
.banner_naxt_style2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background-image: none;
}
.banner_naxt_style2 .swiper-button-prev {
    left: 50px;
}
.banner_naxt_style2 .swiper-button-prev:hover, .banner_naxt_style2 .swiper-button-next:hover {
    color: #8e1528;
}
.banner_naxt_style2 .swiper-button-prev:before {
    position: absolute;
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #8e1528;
    font-size: 12px;
    left: -8px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.banner_naxt_style2 .swiper-button-prev:hover:before {
    visibility: visible;
	opacity: 1;
    left: -15px;
}
.banner_naxt_style2 .swiper-button-next:after {
    position: absolute;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #8e1528;
    font-size: 12px;
	top: 0;
    right: -32px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.banner_naxt_style2 .swiper-button-next:hover:after {
	visibility: visible;
	opacity: 1;
    right: -40px;
}
 /* Index v2 Slider  css end */
 
 /* Index v2 About Section css Start */
.site_about_wrapper.site_about_style2 {
    background-image: url(../images/index_about2_banner.jpg);
    background-size: cover;
    background-position: center center;
	padding-bottom: 0;
}
.site_about_style2 .about_contentbox {
    padding: 47px 30px 80px 0px;
}
.site_about_style2 .site_heading h4 {
    color: #8e1528;
	text-align: left;
}
.site_about_style2 .about_contentbox .about_head1 {
    font-size: 32px;
    color: #222222;
}
.site_about_style2 .about_contentbox .about_deatils {
    color: #555555;
}
.site_about_style2 .about_contentbox .about_deatils_two {
    color: #555555;
    padding-top: 23px;
}
.site_about_style2 .site_btn {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    background: #8e1528;
    margin: 22px 0 0;
	text-transform: uppercase;
}
.site_about_style2 .btn_caret {
    background: #f41a48;
}
.site_about_style2 .site_btn:hover {
    color: #fff;
    background: #555555;
}
.site_about2_imgbox {
    position: relative;
	text-align: right;
}
.site_about2_imgbox h1 {
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: absolute;
    left: -80px;
    top: 90px;
    font-size: 42px;
    font-weight: 600;
    opacity: 0.1;
}
.about_img_two {
    position: absolute;
    bottom: -163px;
    left: -16px;
}
.about_img_two img, .about_img_three img {
    border: solid 10px #ffffff;
}
.about_img_three {
    position: absolute;
    bottom: -163px;
    right: -10px;
}
/* Index v2 About Section css css end */

/* Index v2 Project Section css start */
.site_project_wrapper.site_project_style2 {
    background: none;
	padding-top: 50px;
	background-image: url(../images/index_about2_banner.jpg);
    background-position: center center;
}
.site_project_style2 .site_heading h4 {
    color: #8e1528;
}
.site_project_style2 .site_heading h2 {
    color: #222222;
}
.site_project_style2 .site_project_gallery .gallery_nav ul li {
    color: #555555;
	position: relative;
	margin-left: 30px;
}
.site_project_style2 .site_project_gallery .gallery_nav ul li:after {
    position: absolute;
    content: "";
    border-left: solid 1px;
    height: 15px;
    top: 13px;
    right: -26px;
    transform: rotate(25deg);
}
.site_project_style2 .site_project_gallery .gallery_nav ul li:before {
    position: absolute;
    content: "";
    border-left: solid 1px;
    height: 15px;
    top: 13px;
    right: -22px;
    transform: rotate(25deg);
}
.site_project_style2 .site_project_gallery .gallery_nav ul li:last-child:before, .site_project_style2 .site_project_gallery .gallery_nav ul li:last-child:after {
    display: none;
}
.site_project_style2 .site_project_gallery .gallery_nav ul li .gallery_active {
    color: #8e1528;
}
.site_project_style2 .site_project_gallery .gallery_nav ul li a:after {
    background: #8e1528;
}
.site_gallery_style2 .bottom_content > span {
    color: #ffffff;
}
/* Index v2 Project Section css end */

/* Index v2 Why Diffrent Section css start */
.site_different_section .about_contentbox {
    padding: 45px 0 0 15px;
}
.site_different_section h5 {
    text-transform: uppercase;
    margin: 20px 0 0;
    font-size: 18px;
    color: #222222;
}
.site_about_style2.site_different_section {
    padding: 80px 0;
	background-image: url(../images/index_about2_diffrent_back.jpg);
	background-size: cover;
    background-position: center center;
}
.why_diffrent_style2 img {
	width: 100%;
}
.why_diffrent_style2 .swiper-button-prev {
	top: 292px;
}
.why_diffrent_style2 .swiper-button-next {
	top: 292px;
}
.why_diffrent_style2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background-color: #222222;
    width: 40px;
    height: 60px;
    background-size: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.why_diffrent_style2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background-color: #222222;
    width: 40px;
    height: 60px;
    background-size: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.why_diffrent_style2 .swiper-button-prev:hover, .why_diffrent_style2 .swiper-button-next:hover {
    background-color: #8e1528;
}
.site_style2_why_design ul {
    margin: 10px 0px 0px 30px;
}
.site_style2_why_design ul li {
    position: relative;
	margin-bottom: 5px;
	font-weight: 500;
}
.site_style2_why_design ul li:after {
    position: absolute;
    content: "";
    background-color: #8e1528;
    height: 1px;
    width: 15px;
    left: -25px;
    right: 0;
    top: 12px;
}
.site_style2_why_design ul li:before {
    position: absolute;
    content: "";
    background-color: #8e1528;
    height: 5px;
    width: 5px;
    left: -30px;
    right: 0;
    top: 10px;
    z-index: 1;
}

/* Index v2 Why Diffrent Section css end */


/* Index v2 Footer css start */
.site_footer_style2 {
    background-image: url(../images/index2_counter_back.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
    padding: 80px 0 80px;
	text-align: center;
}
.site_footer_style2:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.80);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.footer_box_style2 {
    width: 800px;
    margin: 0 auto;
}
.footer_box_style2 p {
    margin: 20px 0;
}
.site_border {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 50px 0 43px;
}
.footer_menu_style2 ul li {
    display: inline-block;
}
.footer_menu_style2 ul li a {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 16px;
}
.footer_menu_style2 ul li a:hover {
    color: #8e1528;
}
.footer_social_style2 ul li {
    display: inline-block;
}
.footer_social_style2 {
    margin-top: 30px;
}
.footer_social_style2 ul li {
    display: inline;
}
.footer_social_style2 ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
	font-size: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    margin-right: 15px;
    border: solid 1px rgba(255, 255, 255, 0.25);
	text-align: center;
}
.footer_social_style2 ul li a:hover {
    background: #8e1528;
	border: solid 1px #f41a48;
}
.site_bottom_footer_wrapper.site_bottom_footer_style2 {
    background: #000000;
}
.site_bottom_footer_style2 .bottom_footer_box_wrapper a {
    color: #8e1528;
}
/* Index v2 Footer  css end */


 
/* Index v2 About us css start*/
.site_header_wrapper.site_header_style1 {
    padding: 0 51px 0 0;
}
.site_header_style1 .site_logo {
    padding-top: 29px;
    margin-left: 0;
}
.site_about_page_title {
    background-image: url(../images/index2_counter_back.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 70px 80px;
	position: relative;
    z-index: 9;
}
.site_about_page_title:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
}
.site_bread_crumbs h1 {
    font-size: 40px;
    font-weight: 400;
	color: #222222;
}
.site_home_crumbs {
    text-align: right;
    margin-top: 8px;
}
.site_home_crumbs ul li {
    font-size: 15px;
}
.site_home_crumbs ul li a {
    color: #222222;
}
.site_home_crumbs ul li span {
    color: #8e1528;
	text-transform: capitalize;
}
.site_about_style2.site_about_section2 {
    background: url(../images/aboutus_one.jpg) no-repeat center left;
}
.site_about_section2 .about_contentbox {
    background-color: #ffffff;
	padding: 77px 30px 80px 30px;
}
.site_about_section2 span {
    border-bottom: solid 2px #8e1528;
}
.site_about_section2 h5 {
    font-size: 16px;
    color: #222222;
    margin-top: 20px;
}
.site_counter_style2.site_about_counter2 {
    margin: 0;
    padding: 80px 0 70px;
}
.site_aboutus_service_section {
    padding: 77px 0 50px;
}
.site_aboutus_service_section .site_heading h4 {
    color: #8e1528;
}
.site_aboutus_service_section .site_heading h2 {
    color: #222222;
	margin-bottom: 40px;
}
.site_service_box2 {
    text-align: center;
    padding: 52px 30px;
    border: solid 1px #efefef;
	margin-bottom: 30px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.site_service_box2 h4 {
    margin-top: 25px;
    color: #222222;
    font-size: 22px;
	position: relative;
}
.site_service_box2 h4:after {
    position: absolute;
    content: "";
    background-color: #8e1528;
    width: 60px;
    height: 2px;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.site_service_box2:hover {
    box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1);
}
.site_service_box2 p {
    color: #555555;
	margin-top: 15px;
}
.site_service_box2 svg{
	fill: #222222; 
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.site_service_box2:hover svg{
	fill: #8e1528; 
}
.site_what_style2 .site_heading h4 {
    color: #8e1528;
}
.site_what_style2 .about_contentbox h2 {
    color: #222222;
}
.site_what_style2 .about_contentbox h3 {
    color: #8e1528;
}
.site_what_style2 .about_img .child_imgbox:after {
    border: 10px solid #f0f0f0;
}
.site_what_style2 .about_contentbox span.team {
    color: #222222;
}
.site_what_style2 .about_deatils {
    color: #555555;
}
.site_what_style2 .about_contentbox .site_btn .about_btnicon {
    background: #8e1528;
	border-right: 1px solid #ff90a8;
}
.site_what_style2 .about_btnicon svg path {
    fill: #fff;
}
.site_what_style2 .about_contentbox .site_btn {
    background: #8e1528;
}

.site_process_wrapper.site_process_back_change2 {
    background-image: url(../images/index2_counter_back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
	z-index: 9;
}
.site_process_wrapper.site_process_back_change2:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.80);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.site_process_back_change2 .site_heading h4 {
    color: #8e1528;
}
.site_process_back_change2 .process_circle h2:after {
    background: transparent;
	border: 6px solid rgba(57, 63, 69, 0.8);
}
.site_process_back_change2 .process_box:hover h2:after {
    border: 6px solid #8e1528;
}
.site_process_back_change2 .process_circle:after {
    background: rgba(57, 63, 69, 0.8);
    z-index: 9;
}
.site_process_back_change2 .process_box h1:after {
    background: #8e1528;
}
.site_testimonial_wrapper.site_testimonial_backchange2 {
    background-color: transparent;
}
.site_testimonial_backchange2 .site_heading h4 {
    color: #8e1528;
}
.site_testimonial_backchange2 .site_heading h2 {
    color: #222222;
}
.site_testimonial_backchange2 .swi_user img {
    border: 3px solid #8e1528;
}
.site_testimonial_backchange2 .swi_user:after {
    background: #8e1528;
}
.site_testimonial_backchange2 .swi_user:before {
    background: #8e1528;
}
.site_testimonial_backchange2 .swi_contentbox span {
    color: #8e1528;
}
.site_testimonial_backchange2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8e1528;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.site_testimonial_backchange2 .swiper-pagination-bullet {
    background: #d8d8d8;
}
/* Index v2 About us css end */


/* Index v2 Blog Category page css start */
.site_blog_category {
    padding: 80px 0;
}
.site_blog_box {
    margin-bottom: 50px;
}
.site_blog_user {
    margin: 25px 0 5px;
}
.site_blog_user ul li {
    display: inline-block;
	position: relative;
	vertical-align: middle;
}
.site_blog_user ul li:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #8e1528;
    top: 0;
    bottom: 0;
    left: -18px;
    margin: auto;
}
.site_blog_user ul li:first-child:after {
    display: none;
}
.site_blog_user ul li a {
    margin-right: 25px;
    text-transform: capitalize;
    color: #8e1528;
    letter-spacing: 1px;
}
.site_blog_user ul li span {
    color: #555555;
	margin-left: 10px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.site_blog_user ul li span:hover {
    color: #8e1528;
}
.site_blog_post h2 {
    font-size: 26px;
    color: #222222;
}
.site_blog_post h2 a {
    font-size: 26px;
    color: #222222;
}
.site_blog_post h2 a:hover {
    color: #8e1528;
}
.site_blog_post p {
    color: #555555;
	margin: 10px 0 25px;
}
.site_blog_post_slider .swiper-button-next {
    top: 168px;
}
.site_blog_post_slider .swiper-button-prev {
    top: 168px;
}
.site_blog_post_video {
    position: relative;
}
.site_blog_post_video:after {
    position: absolute;
    content: "";
    background: rgba(34, 34, 34, 0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.site_blog_post_video .site_video_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.site_blog_post_video .site_video_loader {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.site_blog_post_video .site_video_loader a:after {
    width: 80px;
    height: 80px;
}
.site_blog_pagination a.page-link {
    color: #222222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0;
    margin: 0;
	text-align: center;
	border: 1px solid #efefef;
	box-shadow: none;
}

.site_sidebar_box {
    margin-bottom: 46px;
}
.site_sidebar_box.recent_blog_one {
    margin-bottom: 38px;
}
.site_sidebar_box.recent_blog_two {
    margin-bottom: 32px;
}
.site_sidebar_box h4 {
    position: relative;
    color: #222222;
    font-size: 22px;
	border-bottom: solid 3px #8e1528;
    display: inline-block;
    padding-bottom: 10px;
}
.site_sidebar_box h4:after {
    position: absolute;
    content: "";
    width: 360px;
    height: 1px;
    background-color: #efefef;
    bottom: -2px;
    left: 0;
    z-index: -1;
}
.site_search_btn {
    margin-top: 30px;
}

/* Index v2 Blog Category page css end */
 


 
 
 
 
 
 
 
 .hover-fold {
  background: #e8c63d;
  border: 5px white solid;
  height: 310px;
  margin: 10px auto;
  -moz-perspective: 1500;
  -webkit-perspective: 1500;
  perspective: 1500;
  position: relative;
  width: 410px;
}
.hover-fold h2 {
  border-bottom: 1px solid #333;
  margin: 0 40px;
  padding: 110px 0 2px;
}
.hover-fold .top {
  height: 50%;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}
.hover-fold .top .face {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.hover-fold:hover .top {
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.hover-fold .front {
  background: url(../assets/images/team/site_v1team04.jpg);
  height: 100%;
  width: 100%;
}
.hover-fold .back {
  background: #e8c63d;
  height: 100%;
  padding: 0 40px;
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 100%;
}
.hover-fold .back p {
  margin: 0;
}
.hover-fold .bottom {
  background: url(../assets/images/team/site_v1team04.jpg) bottom;
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}

 
/********************************************************
22. responsive start
********************************************************/
@media(max-width: 1800px){
.site_deal_text3 {
    padding: 60px 20px 30px;
}

.site_about_style5 .about_contentbox {
    padding: 0 30px 70px 30px;
    margin-top: 80px;
}
.site_map_banner5 {
    padding: 60px 0 60px;
}
.mouse_wheel_slide .swiper-container-vertical>.swiper-pagination-bullets {
    right: 40px;
}
}
@media(max-width: 1699px){
.parallax_vertical_slide {
    height: unset;
    display: block;
    align-items: center;
}
}

@media(max-width: 1600px){
.site_header_wrapper {
	padding: 0 0 0 0;
}
.site_header_wrapper.site_header_style1 {
    padding: 0 6px 0 0;
}
.site_header_wrapper.site_header_style {
    padding: 0 5px 0 0;
}
.site_header_wrapper .site_logo, .site_header_style .site_logo, .site_header_style3 .site_logo, .site_header_style4 .site_logo  {
    margin-left: 0;
}
.site_nav .site_menu > ul > li, .site_cartsec > ul > li {
	padding: 35px 10px 35px;
}
.site_nav .site_menu > ul > li:after {
    display: none;
}
.banner_box_wrapper .swiper_imgbox {
    margin: 40px 0 0;
	padding: 0 15px 0 0;
}
.swiper_imgbox .swipper_img > h4 > span {
    font-size: 100px;
}
.swiper_imgbox .swipper_img > h2 {
    font-size: 60px;
}
.swiper_imgbox .swipper_img > h1 {
    font-size: 100px;
    margin-top: 30px;
	margin-left: -5px;
}
.site_infosidebar {
    top: -100px;
}
.swiper_imgbox .swipper_img > h3 {
    font-size: 58px;
}
.banner_box_wrapper .banner_navi {
    left: 70px;
}
.site_content_wraapper.site_content_margin {
    margin-left: 35px;
}
.site_about_page_title {
    padding: 70px 35px;
}	
.about_contentbox {
    padding-top: 20px;
}
.site_infosidebar.site_infosidebar_style {
    top: 130px;
}
.swiper_content_style2 h1 {
    font-size: 30px;
    font-weight: 100;
}
.swiper_content_mini {
    width: 750px;
	padding: 40px;
}
.site_deal_text3 h1 {
    width: auto;
	margin-bottom: 0;
}
.site_deal_text3 p {
    margin-bottom: 10px;
}
.index3_timer {
    margin: 22px 0;
}
.site_shop_btntext h4 {
    font-size: 22px;
}
.site_profile_open {
    top: 34px;
}
.site_index3_slider_style3 .site_banner_content {
    width: 60%;
}
.team_navigation {
    display: none;
}

}


@media(max-width: 1399px){
.site_infosidebar .siderbar_social {
    margin: 120px 0px 34px 0px;
}
.site_infosidebar .siderbar_contact, .site_infosidebar .siderbar_email {
    padding: 20px 0;
}
.swiper_imgbox .swipper_img > h1 {
    font-size: 68px;
}
.swiper_imgbox .swipper_img > h4 > span {
    font-size: 80px;
}
.about_img .child_imgbox:after {
    display: none;
}
.site_infosidebar.site_infosidebar_style {
    top: 120px;
}
.site_nav .site_menu > ul > li, .site_cartsec > ul > li {
	padding: 45px 5px 45px;
}
.site_infosidebar_style.site_infosidebar {
    height: 440px;
}
.site_project_gallery .grid-item:hover .top_content {
    top: 15px;
    right: 0;
    left: 0;
    font-size: 16px;
}
.site_project_gallery .grid-item:hover .bottom_content > h3 {
    font-size: 22px;
}
.site_project_gallery .bottom_content > span {
    display: none;
}
.site_deal_text3 {
    padding: 0 20px 0 0;
}
.site_banner_slider4 p {
    width: 500px;
}
.site_banner_slider4 h1 {
    font-size: 60px;
}
.site_project_gallery .top_content {
    right: 0;
    left:0;
}
.site_header_style5 .container {
    padding: 0;
}
}

@media(max-width: 1199px){

.site_about_style5 .about_contentbox {
    padding: 77px 30px 70px 30px;
    margin-top: 0px;
}
.site_map_banner5 {
    padding: 80px 0 80px;
}	

.mouse_wheel_slide .swiper-pagination {
    display: none;
}
.site_categories_style3.site_gallery_style5 {
    padding: 77px 0 72px;
}
.site_aboutus_service_section.site_service_style5 {
    padding: 77px 0 50px;
}
.site_video_style5.site_progresbar_wrapper {
    padding: 163px 0 176px;
}
.site_blog_wrapper.site_blog_style5 {
    padding: 77px 0 71px;
}
.site_header_wrapper {
	padding: 0 20px 30px 0;
}
.site_header_wrapper.site_header_style1 {
    padding: 0 20px 30px 0;
}
.site_header_wrapper.site_header_style {
    padding: 25px 0 25px 0;
}
.banner_box_wrapper .swiper_imgbox {
    margin: 0;
	padding: 0;
}
.site_infosidebar .siderbar_social {
    margin: 115px 0px 0 0px;
}
.site_infosidebar .siderbar_contact, .site_infosidebar .siderbar_email {
    padding: 10px 0;
}
.site_infosidebar .siderbar_contact > a, .site_infosidebar .siderbar_email > a {
    font-size: 13px;
}
.swiper_imgbox .swipper_img > h4 > span {
    display: none;
}
.swiper_imgbox .swipper_img > h2 {
    font-size: 40px;
}
.swiper_imgbox .swipper_img > h3 {
    font-size: 40px;
}
.site_nav .site_menu {
	position: fixed;
	top: 0;
	left: -251px;
	width: 250px;
	background: #34393f;
	bottom: 0;
	height: 100%;
	z-index: 99;
	transition: 0.6s;
	-webkit-transition: 0.6s;
    -ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	overflow-y: auto;
    overflow-x: hidden;
	padding-top: 80px;
}
.site_nav .site_menu > ul > li {
	display: block;
	text-align: left;
	padding: 0px;
    border-bottom: solid 1px #ffffff17;
	cursor: positeer;
}
.site_nav .site_menu > ul > li:after{
	display:none;
}
.site_cartsec {
	margin-top: 38px;
}
.site_toggle {
	display: inline-block;
	cursor: positeer;
	vertical-align: middle;
}
.site_toggle span {
	width: 20px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin-bottom: 4px;
    transition: 0.3s all;
    border-radius: 30px;
}
.site_nav .site_menu.site_menu_open{
	left:0px;
}
.site_header_style .site_toggle span {
    background: #222222;
}
.site_header_style .site_nav .site_menu {
    background: #222222;
}
.site_header_style .site_nav .site_menu > ul > li {
    border-bottom: solid 1px #ffffff24;
}
.site_header_style .site_nav .site_menu > ul > li > a {
    color: #ffffff;
}
.site_header_style4 .site_toggle span {
    background: #222222;
}
.site_header_style4 .site_nav .site_menu {
    background: #222222;
}
.site_header_style4 .site_nav .site_menu > ul > li > a {
    color: #ffffff;
}
.site_header_style3 .site_nav .site_menu {
    background: #262941;
}
/* index5 css */
.site_header5 .site_toggle span {
    background: #222222;
}
.site_header5 .site_nav .site_menu {
    background: #222222;
}
.site_header5 .site_nav .site_menu > ul > li > a {
    color: #ffffff;
}
/* scroll css */
/* scroll css */
.site_menu::-webkit-scrollbar {
  width: 5px;
}
.site_menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.site_menu::-webkit-scrollbar-thumb {
  background: #c6a47e; 
  border-radius: 10px;
}
/* scroll css */
/* index 2 scroll css */
.site_header_style .site_menu.site_menu_open:after {
    background-image: url(../images/menulogo.png);
}
.site_header_style .site_nav .site_menu > ul > li.site_home_dropdown > ul {
    background-color: #222222;
}
.site_header_style .site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a {
    color: #ffffff;
	border-bottom: 1px solid #414141;
}
.site_header_style .site_nav .site_menu > ul > li.site_home_dropdown > ul > li:last-child > a {
	border-bottom: none;
}
.site_header_style li.site_home_dropdown:before {
    color: #ffffff;
}
.site_header_style .site_menu::-webkit-scrollbar-thumb {
  background: #8e1528;
}
/* index 2 scroll css */

/* index 3 scroll css */
.site_header_style3 .site_menu.site_menu_open:after {
    background-image: url(../images/index3_logo.png);
}
.site_header_style3 .site_nav .site_menu > ul > li.site_home_dropdown > ul {
    background-color: #262941;
}
.site_header_style3 .site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a {
    color: #ffffff;
	border-bottom: 1px solid #414141;
}
.site_header_style3 .site_nav .site_menu > ul > li.site_home_dropdown > ul > li:last-child > a {
	border-bottom: none;
}
.site_header_style3 li.site_home_dropdown:before {
    color: #ffffff;
}
.site_header_style3 .site_menu::-webkit-scrollbar-thumb {
  background: #ff9d34;
}
/* index 3 scroll css */

/* index 4 scroll css */
.site_header_style4 .site_menu.site_menu_open:after {
    background-image: url(../images/index3_logo.png);
}
.site_header_style4 .site_nav .site_menu > ul > li.site_home_dropdown > ul {
    background-color: #222222;
}
.site_header_style4 .site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a {
    color: #ffffff;
	border-bottom: 1px solid #414141;
}
.site_header_style4 .site_nav .site_menu > ul > li.site_home_dropdown > ul > li:last-child > a {
	border-bottom: none;
}
.site_header_style4 li.site_home_dropdown:before {
    color: #ffffff;
}
.site_header_style4 .site_menu::-webkit-scrollbar-thumb {
  background: #ff9d34;
}
/* index 4 scroll css */
/* index 5 scroll css */
.site_header5 .site_menu.site_menu_open:after {
    background-image: url(../images/index3_logo.png);
}
.site_header5 .site_nav .site_menu > ul > li.site_home_dropdown > ul {
    background-color: #222222;
}
.site_header5 .site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a {
    color: #ffffff;
	border-bottom: 1px solid #414141;
}
.site_header5 .site_nav .site_menu > ul > li.site_home_dropdown > ul > li:last-child > a {
	border-bottom: none;
}
.site_header5 li.site_home_dropdown:before {
    color: #ffffff;
}
.site_header5 .site_menu::-webkit-scrollbar-thumb {
  background: #ff9d34;
}
/* index 5 scroll css */
.site_footer_wrapper.site_footer_style3 {
    background-color: #151727;
}
.site_insta_post ul li {
    width: auto;
    display: inline-block;
    margin-bottom: -4px;
    float: none;
}
.site_insta_box {
    padding: 0 0 76px;
}
.site_footer_style3 ul li a {
    margin-right: 5px;
}
.swiper_content_mini {
    width: 750px;
	padding: 26px 30px 30px;
}
.site_infosidebar.site_infosidebar_style {
    top: 100px;
}
.site_infosidebar {
    height: 705px;
}
.site_infosidebar .siderbar_social > ul > li {
    margin-bottom: 4px;
}
.about_img .child_imgbox:after {
    display: none;
}
.site_about_wrapper {
    padding-bottom: 80px;
}
.about_contentbox {
    padding-top: 0px;
}
.about_imgbox .about_img .child_imgbox {
    position: absolute;
    bottom: 48px;
    left: 0;
}
.process_box_wrapper .process_box:after {
    display: none;
}
.process_circle:after {
    display: none;
}
.site_progresbar_wrapper .progress_rightbox {
    padding: 70px 30px 40px;
}
.site_map_wrapper iframe {
    height: 300px;
}
.site_header5 {
    background-color: #fff;
    padding: 0 35px 28px 35px;
}
.site_header5 .site_nav {
    margin-top: 7px;
}
.site_header5 .site_toggle span {
    background: #222;
}
.site_header_wrapper.site_header_style4 {
    padding: 0 20px 10px 20px;
}
.site_video_section_style2.site_dark_video_section.site_progresbar_wrapper {
    padding: 80px 0;
}
.site_dark_client_section .site_client_logo_section_style2 {
    margin-top: 0;
}
.site_client_logo_section_style2 {
    margin-top: 80px;
}
.site_blog_post_slider .swiper-button-next, .site_blog_post_slider .swiper-button-prev {
    display: none;
}
.site_sidebar_box h4:after {
    display: none;
}
.site_search_btn input {
    width: 230px;
}
.site_select_tag ul li a {
    margin-right: 4px;
}
.site_product_sidebar .site_search_btn input {
    width: 72%;
}
.product_item {
    width: 220px;
    height: 300px;
}
.product_list_filter > ul > li:last-child {
    text-align: center;
}
.product_list_filter ul.list_view_toggle > li {
    margin-left: 0;
}
.site_product_listbar .product_item_block .content_block {
    padding: 0 30px 0;
}
.product_list_filter > ul > li{
	font-size: 16px;
}
.product_list_filter > ul > li .nice-select {
    font-size: 16px;
	padding-left: 10px;
}
.site_quantity_stock ul li {
    margin-bottom: 15px;
}
.site_checkout_box {
    padding: 48px 20px 50px;
}
.site_product_checkout_dark .site_checkout_box {
    padding: 48px 20px 50px;
}
.site_contact_white_form {
    margin: 70px auto 0;
}
.site_video_section_style2.site_dark_video_section, .site_video_section_style2.site_progresbar_wrapper {
    padding: 80px 0;
}
.site_about2_imgbox h1 {
    display: none;
}
.site_about_style2 .about_contentbox {
    padding: 0 30px 30px;
}
.about_img_two, .about_img_three {
    display: none;
}
.site_about_section2 .about_contentbox {
    padding: 77px 30px 80px;
}
.site_different_section .about_contentbox {
    padding: 0 0 0 15px;
}
.team2_box_two h3 {
    margin: 0 0 20px;
    width: 440px;
}
.site_team2_slider_arrow .swiper-button-prev {
    left: 85%;
}
.site_team2_slider_arrow .swiper-button-next, .site_team2_slider_arrow .swiper-button-prev {
    margin-top: -45px;
}
.site_testimonial_slide2 {
    margin: 75px 0 0;
}
.site_content_img {
    margin-right: 20px;
}
.site_content_text2 p {
    margin: 10px 0 10px;
}
.site_testimonial_slide2 .site_team2_slider_arrow .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 89%;
}
.site_counter_style2 {
    padding: 80px 0 70px;
    margin-top: 80px;
}
.site_index3_slider_style3 {
    padding: 200px 35px 150px;
}
.site_banner_content h1 {
    font-size: 42px;
}
.site_header_wrapper.site_header_style3 {
    padding: 0 20px 10px 20px;
}
.site_shop_main {
    padding: 0 30px 0;
}
.site_shop_btntext {
    margin-top: 120px;
}
.site_shop_center {
    padding: 41px 30px;
}
.site_shop_center .site_shop_btntext {
    margin-top: 80px;
}
.site_shop_right {
    padding: 40px 30px;
}
.site_shop_right .site_shop_btntext {
    margin-top: 80px;
}
.site_shop_btntext h4 {
    font-size: 18px;
}
.site_index4_slider_style4 {
    padding: 120px 20px 80px;
}
.site_banner_content.site_banner_slider4 {
    margin-top: 150px;
}
.site_banner_shape {
    display: none;
}
.site_testimonial_style4 .swi_contentbox {
    max-width: 930px;
}
.site_user_four {
    top: -50px;
    left: -10px;
}
.site_username_four {
    left: 110px;
    width: 240px;
}
.site_profile_open {
    top: 23px;
}
.site_menu.site_menu_open > ul > li.site_home_dropdown > ul {
    position: unset;
    width: 100%;
    transform: translate(0px, 10px);
    height: 0px;
	background-color: initial;
	transition: 0.3s ease-in-out;
	box-shadow: 0 0px 1px 0 #cdcdcd;
}
.site_nav .site_menu > ul > li.site_home_dropdown:hover > ul {
    transform: initial;
	opacity:0;
	visibility:hidden;
}
.site_menu.site_menu_open > ul > li.site_home_dropdown.site_hr_menu > ul {
    height: 100%;
    opacity: 1;
    visibility: visible;
	transform: translate(0px);
	transition:0.3s;
}
.site_nav .site_menu > ul > li > a{
	positeer-events: none;
	padding: 13px 20px 12px;
}
.site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a {
    padding: 14px 0px 15px 40px;
	cursor: positeer;
}
.site_nav .site_menu > ul > li.site_home_dropdown > ul > li > a:hover {
    padding-left: 40px;
}
.site_nav .site_menu > ul > li.site_home_dropdown > ul > li:first-child a {
    padding-top: 16px;
}
span.close_menu_site {
    background-color: #44494e;
    display: inline-block;
    border-radius: 40px;
    padding: 3px 11px;
    position: absolute;
    top: 29px;
    right: 20px;
	z-index: 5;
	cursor: positeer;
}
.site_menu.site_menu_open:after {
    position: absolute;
    content: '';
    top: -1px;
    left: 20px;
    background-image: url(../images/logo.png);
    width: -webkit-fill-available;
    height: 90px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 60%;
}
span.close_menu_site:after {
    position: absolute;
    content: '';
    border-left: 1px solid #5b5e60;
    width: 2px;
    height: 25px;
    left: -14px;
    top: 4px;
}
li.site_home_dropdown:before {
    position: absolute;
    right: 30px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 15px;
    color: #ffffff;
}
.site_footer_style4 ul li a {
    margin-right: 5px;
}
.site_blog_category.site_product_white {
    padding: 61px 0 34px;
}
.site_blog_dark_version.site_product_dark {
    padding: 65px 0 34px;
}
.site_banner_slider4 p {
    width: 400px;
}
.site_product_dark .site_blog_pagination, .site_product_white .site_blog_pagination {
    margin-left: 25px;
}
.footer_box > p {
    margin-bottom: 0px;
}
.site_text_five h1 {
    font-size: 60px;
}
.site_banner_index5 {
    padding: 300px 80px 185px;
}
.site_text_five h1 {
    font-size: 50px;
}
.site_map_banner5 .site_map_wrapper iframe {
    height: 600px;
}
.site_address5 {
    padding: 45px 30px 48px;
    margin: 0;
}
}


@media(max-width: 991px){
.about_box_wrapper .col-lg-6.col-md-12.p-0 {
	display: none;
}
.site_header_wrapper.site_header_style {
    padding: 25px 0 25px 0;
}
.site_content_wraapper.site_content_left {
    margin-left: 20px;
}
.main_contentblock {
    padding: 20px 0px 100px;
}
.site_infosidebar {
    display: none;
}
.site_categories_box_section .site_project_gallery .bottom_content > h3 {
    display: none;
}
.site_content_wraapper.site_contentw_left {
    margin-left: 0;
}
.site_contentw_left .site_logo {

}
.site_header_style3 .site_logo {
    padding-left: 0;
}
.service_box_wrapper {
    text-align: center;
}
.service_img img {
    width: 100%;
}
.site_project_gallery .grid-item {
    width: 50%;
}
.site_categories_box_section .grid-item {
    width: auto;
}
.service_box_wrapper .service_box.serivce_first {
    margin-top: 0;
}
.process_box_wrapper .process_box {
    margin-bottom: 57px;
}
.site_process_wrapper {
    padding: 77px 0 18px 0;
}
.site_progresbar_wrapper {
    background-image: none;
}
.site_different_section .about_contentbox {
    padding: 0;
}
.site_different_section .swiper-button-next, .site_different_section .swiper-button-prev {
	display: none;
}
.site_about_section2 .about_contentbox {
    padding: 77px 15px 80px;
}
.site_progresbar_wrapper .progress_leftbox .video_icon {
    top: 260px;
}
.site_progresbar_wrapper .progress_rightbox {
    padding: 220px 50px 40px 30px;
    text-align: center;
}
.site_prog_box {
    text-align: left;
}
.site_prog_box .progress_bar .label {
    right: 0;
    top: -40px;
}
.site_prog_box .progress_bar .line {
    width: 100%;
}
.site_heading span {
    font-size: 60px;
	top: -5px;
}
.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user img {
    width: 70px;
    height: auto;
}
.site_project_gallery .grid-item:hover .top_content {
    top: 30px;
    right: 0;
    left: 0;
    font-size: 20px;
}
.site_project_gallery .grid-item:hover .bottom_content > h3 {
    font-size: 22px;
}
.site_project_gallery .bottom_content > span {
    display: block;
}
.blog_box .blog_heading {
    font-size: 20px;
}
.site_footer_wrapper {
    padding: 80px 0 29px 0;
}
.footer_box {
    margin-bottom: 40px;
}
.site_banner_content.site_banner_slider4 {
    margin-top: 60px;
}
.banner_box_wrapper .banner_navi {
	left: 70px;
    bottom: -8px;
}
.swiper_imgbox .swipper_img > h4 {
    font-size: 12px;
}
.swiper_imgbox .swipper_img > h1 {
    display: none;
}
.swiper_imgbox .swipper_img > h2 {
    font-size: 30px;
}
.swiper_imgbox .swipper_img > h3 {
    font-size: 30px;
}
.site_blog_category {
    padding: 80px 0 34px;
}
.site_blog_post img {
    width: 100%;
}
.site_blog_sidebar {
    margin-top: 76px;
}
.site_blog_insta_post ul {
    column-count: inherit;
	padding-bottom: 8px;
}
.site_blog_insta_post ul li {
    display: inline-block;
}
.site_search_btn input {
    width: 90%;
}
.product_list_filter ul.list_view_toggle > li {
    margin: 0 0 0 20px;
}
.product_list_filter > ul > li:first-child {
    text-align: left;
}
.product_list_filter > ul > li {
    width: auto;
    text-align: left;
}
.site_product_listbar > ul > li {
    width: 49%;
}
.product_item {
    width: 230px;
    height: 345px;
}
.site_product_style4 .product_item {
    width: 230px;
    height: 375px;
}
.site_blog_pagination ul li:nth-child(5) {
	display: none;
}
.site_product_slider_box .product_item {
    margin: auto;
}
.site_footer_style2 {
    padding: 80px 50px 80px;
}
.footer_box_style2 {
    width: auto;
}
.site_blog_dark_version .product_text_rs {
    text-align: left;
}
.site_product_style4 .product_text_rs {
    text-align: center;
}
.site_white_progress ul li {
    width: 32%;
}
.site_white_progress ul li span {
    left: -23px;
    bottom: -50px;
    font-size: 16px;
}
.quantity_qty span {
    display: none;
}
.site_checkout_table span {
    font-size: 16px;
}
.site_checkout_table h4 {
    font-size: 16px;
}
.site_shipping_pager ul li {
    display: block;
}
.site_shipping_pager ul li:first-child {
    margin-top: 0;
    float: none;
    margin-bottom: 15px;
}
.site_shipping_pager ul li:last-child {
    float: none;
    margin-top: 10px;
}
.site_debit_cart {
    margin-top: 80px;
}
.site_credit_cart {
    padding: 25px 20px;
    margin-bottom: 30px;
}
.site_credit_cart h4 {
    font-size: 20px;
}
.fd_review_wrapper {
    margin-top: 0;
}
.fd_review_wrapper .form_block {
    margin-bottom: 20px;
}
.site_shipping_pager {
    margin-top: 24px;
    margin-bottom: 0;
}
.site_shipping_pager h4 {
    margin-top: 0;
    color: #222222;
    margin-bottom: 20px;
}
.site_shipping_flex.site_shipping04 {
    padding: 20px;
}
.site_shipping04 .site_shipping_add h5 {
    margin-top: 10px;
}
.site_shipping_pager h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.site_contact_white_form {
	width: auto;
	margin: 72px 15px 0;
}
.team2_box_two h3 {
    width: 380px;
    font-size: 22px;
}
.team2_box_two .swiper-button-next, .team2_box_two .swiper-button-prev {
	display: none;
}
.site_content_img {
    width: 100%;
}
.site_content_text2 h2 {
    font-size: 22px;
}
.site_content_text2 h5 {
    font-size: 18px;
}
.site_testimonial_slide2 .swiper-button-next, .site_testimonial_slide2 .swiper-button-prev {
    display: none;
}
.site_index3_slider_style3 {
    padding: 160px 35px 100px;
}
.site_banner_content h1 {
    font-size: 32px;
}
.site_categories_box_section .site_project_gallery .grid_img:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.site_categories_style3.site_top_product_style4 {
    padding: 0 0 50px;
}
.categorie_h_one h1 {
    font-size: 18px;
    padding: 11px 10px 8px;
	margin-top: 20px;
}
.categorie_h_one {
    margin-bottom: 30px;
}
.site_deal_text3 {
    padding: 0 0 80px;
}
.site_deal_img3 img {
    width: 100%;
}
.site_deal_section_style3 .col-lg-6.col-md-12.pl-0.pr-0 {
    order: 13;
}
.site_deal_section_style3 .site_heading_style3 {
	text-align: left;
	margin-bottom: 30px;
}
.site_shop_main {
    padding: 0 50px 50px;
}
.site_shop_btntext {
    margin-top: 108px;
}
.site_shop_center {
    padding: 50px;
}
.site_shop_center .site_shop_btntext {
    margin-top: 67px;
}
.site_shop_btntext h4 {
    font-size: 34px;
}
.site_shop_right {
    padding: 50px;
}
.site_shop_right .site_shop_btntext {
    margin-top: 68px;
}
.site_sale_first_style4 {
    padding: 0 20px 35px;
}
.site_sale_style4 {
    padding: 0 20px 30px;
}
.site_testimonial_style4 .swi_contentbox {
    border-radius: 20px 0 0 0;
}
.site_username_four {
    left: 120px;
    width: 240px;
}
.site_user_four {
    top: -50px;
    left: 0px;
}
.site_sign_section {
    padding: 40px 30px;
}
.site_team2_sideimg {
    margin-top: 75px;
}
.banner_naxt_style2 {
    left: auto;
    right: 80px;
	bottom: 30px;
    z-index: 15;
    background: #8e1528;
    height: 50px;
    color: #fff;
    line-height: 47px;
}
.swiper_content_mini {
    width: 90%;
    padding: 26px 30px 30px;
    margin: auto;
}
.swiper_content_style2 {
    left: 0;
}
.banner_naxt_style2 .swiper-button-prev:hover,
.banner_naxt_style2 .swiper-button-next:hover {
    color: #ffffff;
}
.site_product_listbar .product_text_rs {
    text-align: center;
}
.svg_user2_style3:before, .svg_user2_style3 svg, .svg_user1_style3 svg, .svg_user1_style3:before, .svg_user1_style3:after, .svg_user2_style3:after {
	display: none;
}
.site_categories_style3 {
    padding: 77px 0 41px;
}
.site_testimonial_style3 {
    padding: 77px 0 78px;
}
.site_footer_partner_style3 {
    margin-top: 25px;
}
.site_blog_category.site_product_white {
    padding: 61px 0 80px;
}
.site_blog_dark_version.site_product_dark {
    padding: 62px 0 80px;
}
.site_product_listbar .product_grid {
    margin-bottom: 30px;
}
.site_heading.site_heading_team2 {
    margin: 77px 0 35px;
}
.site_blog_insta_post ul li {
    display: inline-flex;
}
.about_img_two {
    left: -10px;
	bottom: -257px;
}
.site_product_dark .site_blog_pagination, .site_product_white .site_blog_pagination {
    margin-left: 0;
}
.site_video_style5.site_progresbar_wrapper {
    padding: 67px 0 80px;
}
.site_blog_wrapper.site_blog_style5 {
    text-align: center;
	padding: 77px 0 52px;
}
.blog_box_flex {
	display: block;
    margin-bottom: 23px;
    margin-top: 25px;
}
.blog_box.blog_box_flex {
    margin-right: 0;
}
}


@media(min-width: 768px) and (max-width: 830px) {
.testimonial_box_wrapper .swi_user > svg {
    bottom: -19px;
	z-index: -1;
}
.product_list_filter ul.list_view_toggle > li {
    margin: 0 20px 0 0;
}
.product_list_filter > ul > li .nice-select {
    padding-left: 0;
}
}

@media(max-width: 767px){
.site_bread_crumbs h1 {
    font-size: 30px;
}
.site_categories_style3 .site_project_gallery .grid_img {
    display: inline-block;
}
.main_contentblock {
    text-align: center;
    padding: 12px 0px 92px;
    width: 80%;
	margin: auto;
}
.banner_box_wrapper .banner_navi {
    left: 48%;
    transform: translate(-50px, 20px);
    bottom: 12px;
}
.about_img_two img, .about_img_three img {
    display: none;
}
.v1_testi_nav {
    display: none;
}
.swiper_imgbox .btn_caret {
    display: none;
}
.main_imgblock {
    display: none;
}
.swiper_imgbox .swipper_img > h4 {
    font-size: 14px;
}
.swiper_imgbox .swipper_img > h2 {
    font-size: 40px;
}
.swiper_imgbox .swipper_img > h3 {
    font-size: 40px;
}
.site_heading span {
    display: none;
}
.site_service_wrapper {
    padding: 47px 0 50px 0px;
}
.site_service_wrapper.site_service_white {
    padding: 47px 0 50px;
}
.site_about_wrapper {
    padding-top: 47px;
}
.site_about_wrapper {
    padding-bottom: 50px;
}
.site_project_wrapper {
    padding-top: 47px;
}
.site_project_wrapper.site_project_style2 {
    padding-top: 47px;
}
.site_process_wrapper {
    padding: 47px 0 0 0;
}
.process_box_wrapper .col-lg-3:nth-child(3) .process_box, .process_box_wrapper .col-lg-3:nth-child(4) .process_box {
    margin-bottom: 45px;
}
.site_team_wrapper {
    padding: 47px 0px 50px;
}
.site_progresbar_wrapper .progress_leftbox .video_icon {
    top: 200px;
}
.site_progresbar_wrapper .progress_rightbox {
    padding: 190px 15px 10px 0;
}
.testimonial_box_wrapper .swi_contentbox {
    padding: 30px;
}
.site_testimonial_wrapper {
    padding: 47px 0 50px;
}
.site_blog_wrapper {
    padding: 47px 0px 20px 0px;
	text-align: center;
}
.blog_box {
    display: inline-block;
	margin-bottom: 28px;
}
.blog_box .blog_heading {
    font-size: 16px;
}
.blog_box_wrapper .blog_box .blog_img {
    margin-bottom: 10px;
}
.site_footer_wrapper {
    padding: 50px 0 4px 0px;
}
.footer_box {
    margin-bottom: 35px;
}
.site_about_page_title {
    padding: 50px 35px;
}
.site_dark_counter2 {
    padding: 50px 0 12px;
}
.site_count2_box {
    margin-bottom: 30px;
}
.site_darkab_service_section {
    padding: 47px 0 20px;
}
.site_video_section_style2.site_dark_video_section.site_progresbar_wrapper {
    padding: 50px 0;
}
.site_client_logo_section_style2 ul li {
    width: 25%;
	margin-bottom: 30px;
}
.site_client_logo_section_style2 {
    padding: 50px 0px 20px;
	margin-top: 50px;
}
.site_project_wrapper.site_project_style2.site_project_portfolio {
    padding: 47px 0 50px;
}
.site_project_wrapper.site_dark_portfolio_gallery {
    padding: 47px 0 50px;
}
.about_contentbox {
    padding-top: 0;
}
.about_box_wrapper .order-last {
    order: inherit;
}
.about_box_wrapper .about_imgbox {
    text-align: left;
    margin-top: 50px;
}
.about_imgbox .about_img .child_imgbox {
    display: none;
}
.site_project_gallery .bottom_content > span {
    display: none;
}
.testimonial_box_wrapper .swiper-slide.swiper-slide-duplicate.swiper-slide-prev .swi_user {
    transform: translate(-50px,0px);
}
.testimonial_box_wrapper .swiper-slide.swiper-slide-prev .swi_user {
    transform: translate(-60px, 0px);
}
.testimonial_box_wrapper .swiper-slide.swiper-slide-next .swi_user {
    transform: translate(70px, 0px);
}
.site_video_section_style2.site_dark_video_section, .site_video_section_style2.site_progresbar_wrapper {
    padding: 50px 0;
}
.testimonial_box_wrapper .gallery-thumbs {
    width: 20%;
	height: 130px;
}
.footer_box .footer_hours li {
    margin: 0 0 10px 15px;
}
.site_dark_about_section2 .about_contentbox {
    padding: 47px 15px 50px;
}
.site_blog_category {
    padding: 50px 0 4px;
}
.site_blog_category.site_product_white {
    padding: 34px 0 4px;
}
.site_blog_dark_version.site_product_dark {
    padding: 34px 0 4px;
}
.site_blog_sidebar {
    margin-top: 47px;
}
.site_search_btn input {
    width: 88%;
}
.site_blog_testimonial {
    padding: 20px 30px;
}
.site_select_tag {
    width: 60%;
}
.site_select_social {
    width: 40%;
}
.site_blog_comment_box {
    padding: 40px 0 0;
}
.site_social_blog_pst {
    margin: 40px 0 50px;
}
.site_blog_form {
    padding-top: 15px;
}
.site_product_dark .col-lg-3.col-md-4.col-sm-12 {
    order: 1;
}
.site_product_white .col-lg-3.col-md-4.col-sm-12 {
    order: 1;
}
.site_product_listbar.site_product_style4 {
    text-align: left;
}
.site_product_single {
    padding: 50px 0px 35px;
}
.site_product_slider {
    padding: 47px 0 50px;
}
.site_thumb_sidebar {
    margin-top: 45px;
}
.site_footer_style2 {
    padding: 50px 30px 50px;
}
.site_border {
    margin: 40px 0 30px;
}
.site_product_single_dark .site_search_wrapper input {
    width: 78%;
}
.site_product_checkout.site_product_checkout_dark {
    padding: 50px 10px;
}
.site_product_checkout {
    padding: 50px 10px 50px;
}
.site_shipping_pager input {
    width: 170px;
}
.site_quantity_style2 .site_search_wrapper input {
    margin-bottom: 15px;
}
.site_shipping_pager {
    margin-top: 7px;
    margin-bottom: 0;
}
.site_heading.site_heading_team2 {
    margin: 47px 0 40px;
}
.site_testimonial_slide2 {
    margin: 30px 0 0;
}
.fd_review_wrapper.fd_review_delivery {
    padding: 25px 0 0;
}
.fd_review_delivery h4.border_btm_input {
    margin-bottom: 20px;
}
.fd_review_delivery .form_block {
    margin-bottom: 20px;
}
.fd_review_delivery .nice-select {
    margin-bottom: 20px;
}
.site_aboutus_service_section {
    padding: 47px 0 20px;
}
.site_contact_form_box {
    padding-bottom: 50px;
}
.site_contact_white_form {
    margin: 42px 15px 0;
	padding: 44px 40px 45px;
}
.site_contact_white_form h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
.site_contact_white_form .form_block {
    margin-bottom: 20px;
}
.site_profile_white {
    padding: 50px 0;
}
.site_error_white {
    padding: 50px 0;
}
.site_counter_style2.site_about_counter2 {
    padding: 50px 0 10px;
}
.site_about_style2 .about_contentbox {
    padding: 47px 0 50px;
}
.site_about_section2 .about_contentbox {
    background-color: #ffffff;
    padding: 47px 15px 50px;
}
.site_about_wrapper.site_about_style2 {
    padding-top: 0;
}
.site_about2_imgbox {
    text-align: left;
}
.site_about_style2.site_different_section {
    padding: 0;
}
.team2_box_two h3 {
    width: 300px;
    font-size: 24px;
    text-align: center;
    margin: 30px auto 20px;
}
.site_counter_style2 {
    padding: 50px 0 10px;
    margin-top: 50px;
}
.site_testimonial2_flex {
    display: block;
}
.site_content_img {
    margin-bottom: 30px;
}
.site_service_style3 {
    padding: 60px 0 15px;
}
.service_box_style3 {
    margin-bottom: 30px;
}
.service_box_style3 h4 {
    margin: 20px 0 10px;
}
.site_categories_style3 {
    padding: 47px 0 0;
}
.site_categories_box_section .grid-item {
    right: 0;
	width: fit-content;
}
.site_deal_text3 {
    padding: 0 0 50px;
}
.site_product_section {
    padding: 47px 0 0;
}
.site_client_slider {
    padding: 50px 0;
}
.site_footer_partner_style3 {
    margin-top: 0;
}
.site_insta_box {
    padding: 0 0 46px;
}
.site_footer_partner_style3 ul li {
    margin: 0 10px;
}
.site_footer_wrapper.site_footer_style3 {
    padding: 50px 0 30px 0;
}
.site_testimonial_style3 {
    padding: 47px 0 15px;
}
.site_index4_slider_style4 {
    padding: 115px 20px 42px;
}
.site_index3_slider_style3 .site_banner_content {
    text-align: left;
}
.site_banner_content {
    text-align: center;
}
.site_banner_content.site_banner_slider4 {
    margin-top: 0px;
}
.site_banner_content h1 {
    font-size: 30px;
}
.site_shop_now_style4 {
    padding: 50px 0 39px;
}
.site_sale_style4 {
    margin-top: 30px;
}
.site_categories_style3.site_top_product_style4 {
    padding: 0 0 3px;
}
.site_testimonial_style4 {
    padding: 47px 0 50px;
}
.site_subscribe_style4 {
    padding: 43px 0 50px;
}
.site_footer_wrapper.site_footer_style4 {
    padding: 50px 0 30px 0;
}
.site_sign_slide {
    display: none;
}
.site_modal_form {
    display: block;
}
.site_team2_sideimg {
    margin-top: 0;
}
.site_blog_box {
    margin-bottom: 30px;
}
.testimonial_box_wrapper .swi_user:after,.testimonial_box_wrapper .swi_user:before,.testimonial_box_wrapper .swi_user > svg {
	visibility:visible;
	opacity:1;
}
.testimonial_box_wrapper .swi_user img,.site_testimonial_style3 .swi_user img{
	width:70px;
	height:auto;
}
.testimonial_box_wrapper .swi_user img {
    width: 70px;
    height: auto;
}
.testimonial_box_wrapper .swi_user{
	transform:translateY(0px);
}
.svg_user1_style3, .svg_user2_style3{
	display:none;
}
.site_testimonial_style3 .swi_user img{
	border-color:#ff9d34;
}
.site_testimonial_style3 .gallery-thumbs {
    height: max-content;
}
.swiper_content_style2{
	position:unset;
}
.swiper_content_mini {
    padding: 44px 15px 0px;
    margin: 0;
}
.banner_naxt_style2 {
    bottom: 0;
}
.project_box_wrapper.site_categories_box_section {
    padding-bottom: 17px;
}
.site_index3_slider_style3 {
    padding: 102px 35px 50px;
}
.site_product_dark .site_blog_pagination, .site_product_white .site_blog_pagination {
    margin-left: 0;
}
.site_blog_sidebar.site_product_sidebar {
    margin-top: 46px;
	margin-bottom: 46px;
}
.site_product_section.site_product_style4 {
    padding: 47px 0 0;
}
.site_header_style .site_nav .site_cartsec > ul > li {
    padding: 0px 10px;
}
.product_list_filter ul {
    text-align: center;
}
.site_index4_slider_style4 .swiper-container {
    padding: 0 0 50px;
}
.site_banner_slider4 p {
    width: auto;
	font-size: 16px;
}
.site_banner_pic4 {
    display: none;
}
.site_aboutus_service_section.site_contact_detail {
    padding: 50px 0 20px;
}
.site_darkab_service_section.site_contact_detail {
    padding: 50px 0 20px;
}
.site_contact_form_box {
    padding-bottom: 50px;
}
.site_banner_index5 {
    padding: 142px 30px 50px;
}
.site_aboutus_service_section.site_service_style5 {
    padding: 47px 0 20px;
}
.site_text_five h1 {
    font-size: 40px;
	margin-bottom: 28px;
}
.site_text_five h4::after {
	display: none;
}
.site_categories_style3.site_gallery_style5 {
    padding: 47px 0 17px;
}
.site_project_gallery.gallery_five_mg {
    margin-top: 0;
}
.site_gallery_style5 .site_project_gallery .grid_img {
    display: inline-block;
}
.site_video_style5.site_progresbar_wrapper {
    padding: 39px 0 50px;
}
.site_heading_five {
    width: 500px;
}
.site_heading_five h1 {
    font-size: 40px;
    margin-bottom: 166px;
}
.site_video_style5.site_progresbar_wrapper .progress_leftbox .video_icon {
    top: -48px;
}
.site_heading_five::after {
    display: none;
}
.solar_waves {
    display: none;
}
.site_heading_five h2 {
    font-size: 28px;
}
.site_blog_wrapper.site_blog_style5 {
    padding: 47px 0 22px;
}
.blog_box_flex {
    margin-bottom: -5px;
    margin-top: 0;
}
.blog_box.blog_box_flex {
    margin-bottom: 0;
}
.site_blog_style5 .blog_box .blog_img {
    margin-bottom: 23px;
}
.site_map_banner5 {
    padding: 50px 0 50px;
}
.site_address5 {
    margin: 50px 0 0;
}
}


@media(max-width: 575px){
.site_banner_index5 {
    padding: 216px 30px 50px;
}
.site_content_wraapper.site_content_margin {
    margin-left: 0;
}
.site_content_wraapper.site_content_left {
    margin-left: 0;
}
.site_header_wrapper {
    padding: 0 0 30px 0;
}
.site_logo {
    text-align: center;
}
.site_header_wrapper .site_logo {
    margin-left: -15px;
}
.site_header_wrapper.site_header_style1 {
    padding: 20px 0 20px 0;
}
.site_header_style1 .site_logo {
    margin-left: 0;
}
.site_header_style .site_logo {
	margin-left: 0;
}
.site_header_style3 .site_logo {
    margin-left: 0;
}
.site_nav {
    text-align: right;
}
.site_header_style .site_nav {
	margin-right: 5px;
}
.site_nav .site_cartsec > ul > li:after {
    display: none;
}
.site_nav .site_cartsec > ul > li > a.setting_toggle {
    margin-left: 5px;
}
.site_nav .site_cartsec > ul > li {
    padding: 0px 5px;
}
.site_header_wrapper.site_header_style {
    padding: 20px 0 20px 0;
}
.site_header_style .site_nav .site_cartsec > ul > li {
    padding: 0px 5px;
}
.footer_box .site_logo {
    text-align: left;
}
.site_progresbar_wrapper .progress_rightbox h1 {
    font-size: 30px;
}
.site_bread_crumbs {
    text-align: center;
}
.site_home_crumbs {
    text-align: center;
}
.site_service_box2 {
    padding: 35px 30px;
}
.site_client_logo_section_style2 ul li {
    width: 40%;
}
.site_break_out {
    width: auto;
}
.site_break_out h1 {
    font-size: 28px;
}
.site_search_btn input {
    width: 78%;
}
.site_blog_dark_version .site_blog_post h2 {
    font-size: 20px;
}
.site_blog_post h2 {
    font-size: 20px;
}
.site_post_title a {
    font-size: 16px;
}
.site_blog_pagination ul li:nth-child(5) {
	display: none;
}
.site_blog_pagination ul li:nth-child(6) {
	display: none;
}
.site_blog_pagination ul li:nth-child(7) {
	display: none;
}
.site_blog_pagination ul li:nth-child(8) {
	display: none;
}
.site_service_wrapper.site_service_white {
    padding: 47px 0 20px;
}
.site_blog_pagination a.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.site_post_section1 {
    width: 100%;
}
.site_post_section2 {
    width: 100%;
}
.site_select_tag ul li a {
    margin-right: 0;
}
.site_select_social ul li a {
    margin-left: 5px;
}
.site_social_blog_pst {
    display: block;
}
.site_select_tag {
    width: 100%;
    text-align: center;
}
.site_select_social {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.site_auther_box {
    display: block;
}
.site_auther_img {
    margin-right: 0;
    margin-bottom: 15px;
}
.site_auther_img img {
    width: 30%;
}
.site_profile_box {
    display: block;
}
.site_blog_comment_box h1 {
    margin-bottom: 0;
}
.site_user_text {
    width: 100%;
}
.site_user_profile {
    margin-bottom: 15px;
}
.site_about_style2 .about_contentbox .about_head1 {
    font-size: 20px;
}
.site_index3_slider_style3 .site_banner_content {
    text-align: center;
	width: 100%;
}
ul.comment_left {
    padding-left: 0;
}
.site_blog_form h2 {
    margin-bottom: 30px;
}
.site_product_listbar > ul > li {
	width: 100%;
    padding-left: 0;
}
.site_product_listbar .product_item_block .content_block {
    padding: 30px 30px 0 0;
}
.site_product_listbar.product_list_view > ul > li > .product_item_block {
    display: block;
}
.product_detail_tab > ul > li {
    margin: 0px 0;
}
.site_tab_peragraph {
    padding: 24px 30px 5px;
}
.site_product_slider_white .product_text_rs {
    text-align: center;
}
.site_footer_style2 {
    padding: 50px 15px 20px;
}
.footer_menu_style2 ul li a {
    margin: 0 5px;
}
.footer_social_style2 ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-right: 5px;
}
.site_price_detail h1 {
    font-size: 24px;
}
.site_footer_wrapper.site_footer_style4 {
    padding: 50px 0 0px 0;
}
.site_textbox_subscribe4 .site_search_wrapper input {
    font-size: 14px;
}
.site_product_slider_dark .product_text_rs {
    text-align: center;
}
.fd_review_delivery h4.border_btm_input {
    font-size: 18px;
}
.site_credit_cart {
    padding: 15px 20px 20px;
    margin-top: 15px;
    margin-bottom: 0;
}
.fd_review_wrapper {
    margin-top: 20px;
}
.site_credit_cart > ul {
    display: block;
}
.site_credit_cart > ul > li {
    display: block;
}
.site_credit_cart > ul > li:nth-child(2) {
    width: 100%;
    margin: 15px 0 10px;
}
.site_credit_cart > ul > li:last-child {
    text-align: left;
}
.site_shipping04 .site_shipping_add h5 {
    margin-top: 0;
	margin-right: 5px;
}
.site_shipping_add h4 {
    font-size: 20px;
}
.site_contact_white_form {
    margin: 50px 15px 0;
	padding: 50px 30px;
}
.site_profile_edit {
    padding: 50px 30px;
}
.site_basic_edit h3 {
    font-size: 16px;
}
.site_basic_edit {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.site_profile_edit .form_block {
    margin-bottom: 20px;
}
.site_error_four h1 {
    margin-top: 20px;
    font-size: 30px;
}
.site_error_four p {
    font-size: 20px;
}

.site_checkout_table .table thead th {
    font-size: 16px;
}
.index3_timer canvas {
    width: 310px !important;
    height: auto !important;
}
.site_shop_main {
    padding: 0 30px 30px;
}
.site_shop_btntext h4 {
    font-size: 16px;
}
.site_shop_center {
    padding: 30px;
}
.site_shop_right {
    padding: 30px;
}
.site_footer_partner_style3 ul li {
    margin: 0 15px 30px;
}
.site_banner_content.site_banner_slider4 {
    margin-top: 50px;
}

.site_sale_four h5 {
    font-size: 16px;
    margin-bottom: 60px;
}
.site_sale_four h2 {
    font-size: 26px;
}
.site_testimonial_style4 .swi_contentbox {
    padding: 80px 30px 50px;
}
.site_user_four img {
    width: 100px;
    height: 100px;
}
.site_user_four {
    top: -30px;
    left: 0px;
}
.site_username_four {
    left: 90px;
    width: 200px;
}
.site_username_four h3 {
    font-size: 16px;
}
.footer_social_style2 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.site_project_gallery .grid-item {
    width: auto;
	right: 0;
}
.service_box_wrapper .service_box.serivce_first {
    margin-bottom: 30px;
}
.service_box.serivce_second {
    margin-bottom: 30px;
}
.site_sign_section {
    padding: 40px 10px;
}
.site_social_btn ul li {
    display: block;
}
.site_social_btn ul li:last-child {
    margin: 15px 0 0 0;
}
.close_search_bar .search_input_box input {
    width: 70%;
    font-size: 20px;
}
.site_bread_crumbs h1 {
    font-size: 30px;
}
.site_white_progress ul li span {
    font-size: 14px;
}
.site_service_wrapper {
    padding: 47px 0 20px 0px;
}
.site_footer_wrapper {
    padding: 50px 0 0 0px;
}
.footer_box .site_logo {
    padding-left: 0;
}
.site_index3_slider_style3 {
    padding: 175px 35px 50px;
	background-position: left
}
.site_footer_wrapper.site_footer_style3 {
    padding: 50px 0 0px 0;
}
.site_checkout_box {
    padding: 27px 20px 29px;
}
.site_product_checkout_dark .site_checkout_box {
    padding: 27px 20px 29px;
}
.process_box_wrapper .col-lg-3:nth-child(3) .process_box {
    margin-bottom: 55px;
}
.site_product_dark .site_blog_pagination, .site_product_white .site_blog_pagination {
    margin: auto;
    display: table;
}
.site_project_gallery .grid_img {
    display: inline-block;
}
.site_project_portfolio .site_btn {
    margin-top: 22px;
}
.site_text_five h4 {
    font-size: 22px;
}
.site_text_five h1 {
    font-size: 28px;
}
.site_heading_five {
    width: 300px;
}
.site_heading_five h1 {
    font-size: 30px;
}
.site_heading_five h2 {
    font-size: 20px;
}
.site_header_style5 .site_cartsec {
    margin-top: 20px;
}
}


@media(max-width: 480px){
.site_categories_box_section .site_project_gallery .bottom_content {
	display: none;
}
.site_project_gallery .grid-item:hover .bottom_content > h3 {
    font-size: 16px;
}
.main_contentblock {
    width: 100%;
}
.cart_content {
    width: 310px;
	overflow: scroll;
}
.site_project_style2 .site_project_gallery .gallery_nav ul li {
    margin-left: 0;
}
.site_project_style2 .site_project_gallery .gallery_nav ul li:before, .site_project_style2 .site_project_gallery .gallery_nav ul li:after {
    display: none;
}
.site_white_progress ul li:nth-child(odd) span {
    top: -50px;
}
.site_white_progress ul li span.pro_confirm {
    right: -10px;
    top: 30px;
}
.banner_naxt_style2 {
    right: 15px;
    bottom: 0;
    width: 115px;
}
.banner_naxt_style2 .swiper-button-next, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
    left: 60px;
    padding-left: 10px;
}
.banner_naxt_style2 .swiper-button-prev {
    left: 20px;
}
.banner_naxt_style2 .swiper-button-next:after, .banner_naxt_style2 .swiper-button-prev:before {
    display: none;
}
.site_header_style4 .site_nav .site_cartsec > ul > li:after {
    display: none;
}
.site_nav .site_cartsec > ul > li:after {
    display: none;
}
.site_nav .site_cartsec > ul > li:first-child {
    padding: 0;
}
.site_header_style5 .site_nav .site_cartsec > ul > li:first-child {
    padding: 0 5px;
}
li.site_login_sign a {
    margin-left: 5px;
}
.site_sop_cart_btn {
    padding: 14px 0 10px 14px;
}
.site_sop_cart_btn .btn_caret {
    display: none;
}
.site_sop_cart_btn > ul > li:first-child {
    margin-right: 0;
}
.site_header_style .site_sop_cart_btn > ul > li:first-child {
    margin-right: 0;
}
.site_header_style .site_btn_two {
    width: 140px;
}
.site_header_style3 .site_sop_cart_btn > ul > li:first-child {
    margin-right: 0;
}
.site_header_style3 .index3_btn {
    min-width: 140px;
}
.site_header_style4 .site_sop_cart_btn > ul > li:first-child {
    margin-right: 0;
}
.site_header_style4 .index4_btn {
    min-width: 140px;
}
.site_header_style .site_sop_cart_btn {
    padding: 14px 0 10px 0px;
}
.site_header_style3 .site_sop_cart_btn {
    padding: 14px 0 10px 0px;
}
.site_header_style4 .site_sop_cart_btn {
    padding: 14px 0 10px 0px;
}
.testimonial_box_wrapper .swi_user > svg {
    bottom: -20px;
}
.site_header_style .site_nav .site_cartsec > ul > li {
    padding: 0px 5px 0 0;
}
.site_header_style .site_nav .site_cartsec > ul > li > a.setting_toggle {
    margin-left: 0px;
}
.product_list_filter .nice-select {
    height: 40px;
    line-height: 40px;
}
.site_checkout_box {
    padding: 85px 20px 50px;
}
.site_product_checkout_dark .site_checkout_box {
    padding: 85px 20px 50px;
}

}


/********************************************************
22. responsive end
********************************************************/



/********************************************************
customized
********************************************************/



@media (min-width: 1200px) {
    .contactmenu {
    background-color: #8e1528;
    color: #fff !important;
    padding: 5px 20px;
    }
}

.site_logo img{
    max-width: 280px;
}


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background: transparent;
    border: none;
    outline: none;
}

@media (max-width: 991.98px) {
    .custom-nav button {
        color: #fff;
    }
}
@media (min-width: 1200px) { 
    .close_menu_site {
        display: none;
    }
}

.prod-section {
    background-color: #f6f6f6;
    padding: 70px 0 ;
}


 /*******************************************************/ 

.service_box_wrapper .service_box {
    position: relative;
    overflow: hidden;
}
.service_box_wrapper .service_content h4 {

    color: #fff;
    font-size: 20px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.service_box_wrapper .service_content p {
    color: #fff;
	margin: auto;
    padding: 0;
    font-size: 14px;
    padding-top: 10px;
}
.service_content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    margin: auto;
    z-index: 1;
}
.service_box_wrapper .service_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(33, 37, 41, 0.86) 100%);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.service_box:hover::after {
    opacity:0;
	visibility:hidden;
}
.service_box:before {
	content:"";
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(40, 45, 50, 0.7803921568627451);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
		
}
.service_box:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}


.service_box_wrapper .service_box.serivce_first {
    margin-top: 30px;
}
.service_box .service_designation h2 {
    font-size: 14px;
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.service_box .service_designation {
    position: absolute;
    top: 20px;
    left: -24px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	z-index: 2;
}
.service_box_wrapper .service_box:hover .service_designation {
    left:18px;
}

 /********************************************************

 *******************************************************/  


 .gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  
    > .col,
    > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
  }

  .bgblock {
    background-color: #8e1528;
    padding: 70px 0;
  }
  .pointsblock img{
    width: 40px;
    margin-bottom: 30px;
  }
  .pointsblock {
    border: 1px solid #ffffff3d;
    padding: 25px;
    transition: .3s;
  }
  .pointsblock:hover {
    background-color: #98182c;
    border-color: #fff;
  }  

.whowe-block {
    padding: 70px 0;
}  
.qua-block p {
    color: #222222;
}
.qua-block h4 {
    color: #98182c;
}

.qua-block .site_heading {
    margin-bottom: 15px;
}


footer {
    padding: 6em 0; }
  
    .footer {
        background: #222222;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

    
    .footer p {
        color: rgba(255, 255, 255, 0.6);
    }
    
    .footer .copyright {
        color: rgba(255, 255, 255, 0.3);
        color: #999999;
    }
    
    .footer .footer-heading {
        font-size: 18px;
        margin-bottom: 30px;
        color: #fff;
        position: relative;
    }
    
    .footer .footer-heading:after {
        position: absolute;
        bottom: -14px;
        left: 0;
        content: '';
        width: 40px;
        height: 2px;
        background: #ae1c33;
    }
    
    .footer ul.list-unstyled li a {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .footer .block-21 .text .heading a {
        color: rgba(255, 255, 255, 0.7);
    }
    

    
    .footer .block-23 ul li {
        color: rgba(255, 255, 255, 0.6);
    }
    
    .footer .block-23 ul li a {
        color: rgba(255, 255, 255, 0.6);
    }
    
    .footer .block-23 ul li .icon {
        color: rgba(255, 255, 255, 0.4);
    }
    

    .footcont li {
        position: relative;
        padding-left: 35px;
    }
    .footcont li .iconin {
        position: absolute;
        left: 0;
    }

@media (max-width: 767.98px) {
    .swiper_content_style2 h1 {
        font-size: 20px;
    }
    .swiper_content_style2 h1 br {
        display: none;
    }
    .custom-nav {
        display: none;
    }
    .site_heading h2 {
        font-size: 24px;
    }
    .site_heading h4 {
        font-size: 12px;
    }
    .site_heading {
        margin-bottom: 0px;
    }
    .site_logo img {
        max-width: 230px;
    }
    .service_box .service_content p{
        display: none;
    }
    .service_box_wrapper .service_box.serivce_first {
        margin-top: 0;
    }
    .prod-section {
        padding: 50px 0;
    }

    
.slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	margin-top: 20px;
	list-style-type: none;
	
		li {
			margin: 0 0.25rem;
		}
	
		button {
			display: block;
			width: 10px;
			height: 10px;
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: #ddd;
			
			text-indent: -9999px;
		}
	
		li.slick-active button {
			background-color: #ae1c33;
		}
	
}
.slick-slide img {
   min-height: 300px;
   object-fit: cover;
}
.service_box_wrapper .service_content h4 {
    font-size: 16px;
}
    .pointsblock h1{
        font-size: 25px;
    }
    .pointsblock p{
        font-size: 13px;
    }
    .pointsblock img {
        margin-bottom: 15px;
    }
    .about_head1 {
        font-size: 22px;
        padding-top: 5px;
    }
    .int_bread_crumbs {
        text-align: center;
    }
    .site_home_crumbs ul li {
        font-size: 13px;
    }
}
@media (min-width: 1199px) {
    .site_toggle {
        display: none;
    }
}



/* about us */
/* about us */

.innerpage-banner {
    background-image: url(../images/bg-image.png);
    background-size: cover;
    background-position: bottom;
    padding: 80px 80px;
    position: relative;
    z-index: 9;
}
.innerpage-banner h1 {
    font-size: 28px;
    color: #ac1c32;

}
.site_home_crumbs a{
    color: #ae1c33;
}
.innerpage-banner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff8c;
    z-index: -1;
}

.inner-content {
    padding: 70px 0;
}
.bgblock.innerpage {
    background-color: #373737;
}
.about_head1 {
    color: #222222;
}
.visionmission {
    border: 1px solid #ddd;
}
.vis-content {
    padding: 30px;
    font-size: 15px;
}
.img-ab {
    height: 100%;
    background-position: center;
    background-size: cover;
    padding: 20px;
    color: #fff;
    min-height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision {
    background-image: url("../images/about-vision.png");
}
.mission {
    background-image: url("../images/about-mission.jpg");
}
.bg-aboutblock {
    background-color: #f6f6f6;
    padding: 70px 0;
}

@media (min-width: 768px) { 
    .hadj {
        height: 100%;
    }

}

#tabs-nav {
    display: flex;
    flex-wrap: wrap;
}
#tabs-nav  li{
    margin-right: 25px;
    position: relative;
}
#tabs-nav  li a {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
}
#tabs-nav  li.active {
    border-bottom: 4px solid #c3223b;
}
#tabs-nav {
    border-bottom: 1px solid #f1f1f1;
}
#tabs-nav  li.active a {
    color: #ae1c33;
}
.product-card img {
    transition: .3s;
}
.product-card:hover img{
    transform: scale(1.1);
}
.product-card h4 {
    font-size: 21px;
    margin-top: 20px;
    border-left: 3px solid #ae1c33;
    padding-left: 10px;
    transition: .3s;
}
.product-card p {
    margin-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
}
.product-card:hover h4 {
    color: #ae1c33;
}
.img-ab::before {
    content: '';
    background-color: #8e152863;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.img-ab img {
    position: relative;
    width: 65px;
}
.pointing img {
    width: 50px;
    transition: .3s;
}
.pointing p {
    color: #8e1528;
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
}
.pointlist ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.pointlist ul li img {
    position: absolute;
    left: 0;
    padding: 6px 0;
    width: 13px;
}

@media (max-width: 767.98px) {
    .pointing {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
    }
    .pointing img {
        flex: none;
        margin-right: 15px;
    }
    .pointing p {
        padding: 0;
    }
    .pointing br {
        display: none;
    }
    .contactform {
        box-shadow: none !important;
        border: none !important;
        padding: 40px 0 0 0px !important;
    }
}
.pointing:hover img {
    transform: translateY(-10px);
}

.contactform {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgb(17 17 26 / 5%) 0px 0px 8px;
    padding: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}
.contactform h5 {
    padding-bottom: 15px;
}
.contactform  label {
    font-size: 13px;
}

.contactform .form-control {
    min-height: 45px;
}

.form-control::-webkit-input-placeholder {
    color: #ddd;
    font-size: 14px;
  }
.submit-btn {
    display: block;
    background-color: #8e1528;
    color: #fff !important;
    width: 100%;
    font-size: 14px;
    padding: 11px;
    border-radius: 0;
}  


.form-control:focus {
    border-color: #8e1528;
}
.map-block iframe{
    width: 100%;
    height: 325px;
    border-radius: 10px;
}   

@media (max-width: 767.98px) {
    #tabs-nav {
        border-bottom: 1px solid #f1f1f1;
        display: grid;
        justify-content: center;
        justify-items: center;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    #tabs-nav li:first-child {
        grid-column: span 2 / span 2;
    }
    #tabs-nav li {
        margin: 0;
    }
    #tabs-nav li a{
        padding: 6px;
    }
}




.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden!important;
  display: flex;
  align-items: center;
  justify-content: center
}

h1.pl-text {
  position: absolute;
  color: #c9c9c9;
  font-size: 16px;
  letter-spacing: 7px;
  font-weight: 300
}

@-webkit-keyframes loading {
  from {
      max-width: 0
  }
}

@-moz-keyframes loading {
  from {
      max-width: 0
  }
}

@keyframes loading {
  from {
      max-width: 0
  }
}

h1.pl-text:before {
  content: attr(data-content);
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  color: #8e1528;
  -webkit-animation: loading 3s linear infinite;
  -moz-animation: loading 3s linear infinite;
  animation: loading 3s linear infinite
}


.whatsapp-button {
    border: none;
    outline: none;
    background: none;
    position: fixed;
    right: 35px;
    z-index: 99;
    bottom: 50px;
}
@media (max-width: 767.98px) { 
    .whatsapp-button {
        right: 10px;
        bottom: 20px;
    }
    .whatsapp-button img {
        width: 25px;
        height: 25px;
    }
}