
/********************************************************
1. body start
 *******************************************************/
 body {
	font-family: 'Yantramanav', sans-serif;
	font-weight:400;
	font-size: 14px;
	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;
}

*,*: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;
  color:#fff;
}
.container {
    max-width: 1170px;
}
.t_color{
	color: #c6a47e;
}
.t_pink {
    color: #ff1d4d;
}
.response {
	color: red;
	margin-top: 5px;
}
.int_contact_dark_form .response {
	color: #ffffff;
	margin-top: 5px;
}
 /********************************************************
1. body end
 *******************************************************/
 /********************************************************
 /********************************************************
2. header start
 *******************************************************/
 .int_main_wraapper {
	overflow: hidden;
    /* position: relative; */
}
 .int_content_wraapper {
    margin-top: 70px;
    margin-left: 80px;
}
.int_header_wrapper {
    padding: 0 31px 0 0;
}
.int_header_wrapper .int_logo {
    padding-top: 30px;
	margin-left: 25px;
}
.int_nav {
    text-align: right;
}
.int_nav .int_cartsec .button{
    padding: 10px 30px;
    background-color: #ff1d4d;
    color: #fff !important;
    font-weight: 700;
}
.int_nav .int_menu > ul > li, .int_cartsec > ul > li {
    display: inline-block;
    padding: 39px 20px 38px;
} 
.int_nav .int_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;
}
.int_nav .int_menu > ul > li > a:hover {
    color: #c6a47e;
}
.int_nav .int_menu > ul > li{
	position:relative;
}
.int_nav .int_menu > ul > li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #c6a47e;
    top: 0;
    bottom: 0;
    right: -3px;
	margin:auto;
}
.int_nav .int_menu > ul > li:last-child::after {
    display: none;
}
.int_nav .int_menu, .int_nav .int_cartsec {
    display: inline-block;
}
.int_nav .int_cartsec > ul > li {
    padding: 0px 15px;
    position:relative;
	vertical-align: middle;
}
.int_nav .int_cartsec > ul > li.int_profile_carol {
    display: none;
}
.int_nav .int_cartsec > ul > li:after {
    content: "";
    position: absolute;
    background: rgb(62, 62, 62);
    top: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    left: 0;
    margin: auto;
}
.int_nav .int_cartsec > ul > li:first-child:after {
    position: inherit;
}
.int_nav .int_cartsec > ul > li:first-child {
    position: inherit;
}
.int_nav .int_cartsec > ul > li > a.setting_toggle {
    text-transform: capitalize;
    color: #cdcdcd;
}
.int_nav .int_cartsec > ul > li .setting_toggle img {
	border: 2px solid #3a4047;
    border-radius: 50%;
    margin-right: 7px;
}
.int_nav .int_cartsec > ul > li .setting_toggle .toggle_caret{
	color:#c6a47e;
	margin-left: 4px;
}
.int_nav .int_cartsec > ul > li > a > svg {
    width: 18px;
    height: 18px;
}
.int_nav .int_cartsec > ul > li > .cart_round {
    position: relative;
}
.int_nav .int_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;
}
.int_nav .int_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;
}

/* sign-in popup dark css*/
 /********************************************************
2. header End
 *******************************************************/
 /********************************************************
3. info sidebar start
 *******************************************************/
.int_infosidebar {
    width: 60px;
    background: #282d32;
    position: absolute;
    left: 0;
    height: 950px;
    z-index: 9;
}
.int_infosidebar .siderbar_social > ul > li {
    margin-bottom: 10px;
}
.int_infosidebar .siderbar_social > ul > li > a {
    color: #ffffff;
}
.int_infosidebar .siderbar_social {
    margin: 167px 0px 24px 0px;
    text-align: center;
}
.int_infosidebar .siderbar_contact, .int_infosidebar .siderbar_email {
    text-align: center;
    padding: 30px 0 22px;
	border-top: 1px solid #353c43;
}
.int_infosidebar .siderbar_contact > a, .int_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;
}
.int_infosidebar .siderbar_contact > a > svg, .int_infosidebar .siderbar_email > a > svg {
	transform: rotate(90deg);
    margin-bottom: 5px;
    width: 16px;
    height: 15px;
    vertical-align: baseline;
}
.int_infosidebar .siderbar_contact > a > svg path, .int_infosidebar .siderbar_email > a > svg path {
    fill: #c6a47e;
}
.int_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;
}
.int_infosidebar .siderbar_social > ul > li > a:hover {
    color: #c6a47e;
}
.main_contentblock {
    overflow: hidden;
}
 
/********************************************************
5.Banner Slider Start
 *******************************************************/ 

/* button css */
.int_btn, .int_btn:focus {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    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;
}
.int_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;
}
.int_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);
}
.int_btn.left_zero:before {
	 transform-origin: 100% 50%;
}
.int_btn_two:focus {
    background: #ff1d4d;
}
.int_btn_two {
    background: #06397b;
	width: 170px;
    letter-spacing: 1px;
}
.int_btn:hover {
    color: #fff;
    background: #555555;
}

/* button css */
  
/* Index v2 css start */

.int_slider_banner_style2 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.int_infosidebar.int_infosidebar_style2 {
    background: #ffffff;
    top: 100px;
	width: 80px;
    z-index: -1;
}
.int_infosidebar.int_infosidebar_style2 .siderbar_contact > a > svg path, .int_infosidebar.int_infosidebar_style2 .siderbar_email > a > svg path {
    fill: #ff1d4d;
}
.int_infosidebar.int_infosidebar_style2 .siderbar_contact > a, .int_infosidebar.int_infosidebar_style2 .siderbar_email > a {
    color: #222222;
}
.int_infosidebar.int_infosidebar_style2 .siderbar_contact {
    border-top: 1px solid rgba(243, 243, 243, 0);
}
.int_infosidebar.int_infosidebar_style2 .siderbar_email {
    border-top: 1px solid #f3f3f3;
}
.int_header_wrapper.int_header_style2 {
    padding: 0 50px 0 0;
}
.int_header_style2 .int_logo {
    margin-left: 0;
}
 .int_header_style2 .int_nav .int_menu > ul > li > a {
    color: #222222;
} 
.int_header_style2 .int_nav .int_menu > ul > li > a:hover {
    color: #ff1d4d;
}
 .int_header_style2 .int_nav .int_menu > ul > li:after {
	 background: #ff1d4d;
 }
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul {
    background-color: #ffffff;
	box-shadow: 0 0px 1px 0 #cdcdcd;
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
    color: #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li:last-child a {
    border-bottom: none;
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
    color: #ff1d4d;
}
 .int_header_style2 .int_nav .int_cartsec > ul > li > a.setting_toggle {
    color: #222222;
}
 .int_header_style2 .int_nav .int_cartsec > ul > li .setting_toggle .toggle_caret {
    color: #ff1d4d;
}
.int_header_style2 .int_nav .int_cartsec > ul > li:after {
    background: #e8e8e8;
}
.int_header_style2 .int_nav .int_cartsec > ul > li .setting_toggle img {
    border: 2px solid #e8e8e8;
}
.int_header_style2 .int_sop_cart_btn > ul {
    text-align: center;
}
.int_header_style2 .int_sop_cart_btn > ul > li:first-child {
    margin-right: 26px;
}
 /* Index v2 Header css end */
 /* Index v2 Slider css Start */
 .int_slider_banner_style2 {
    position: relative;
}
 .swiper_content_style2 {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 9;
}
.swiper_content_mini .swiper-pointer-events{
    overflow: hidden;
    position: relative;
}
.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 .int_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: 18px;
    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;
    z-index: 1000;
}
.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;
    color: #555555;
}
.banner_naxt_style2 .swiper-button-next{
    color: #555555;
}
.banner_naxt_style2 .swiper-button-prev:hover, .banner_naxt_style2 .swiper-button-next:hover {
    color: #ff1d4d;
}
.banner_naxt_style2 .swiper-button-prev:before {
    position: absolute;
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff1d4d;
    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: -20px;
}
.banner_naxt_style2 .swiper-button-next:after {
    position: absolute;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff1d4d;
    font-size: 12px;
    right: 40px;
    top: 16px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.banner_naxt_style2 .swiper-button-next:hover:after {
	visibility: visible;
	opacity: 1;
    right: -35px;
}
 /* Index v2 Slider  css end */

/* Index v3 Categorie section css start*/

span.close_menu_int {
	display:none;
}

/* Index v4 css end */

/********************************************************
22. responsive start
********************************************************/

@media(max-width: 1600px){
.int_header_wrapper {
	padding: 0 0 0 0;
}

.int_header_wrapper.int_header_style2 {
    padding: 0 5px 0 0;
}

.int_nav .int_menu > ul > li, .int_cartsec > ul > li {
	padding: 45px 10px 45px;
}
.int_nav .int_menu > ul > li:after {
    display: none;
}
.int_infosidebar {
    top: -100px;
}
.swiper_imgbox .swipper_img > h3 {
    font-size: 58px;
}
.banner_box_wrapper .banner_navi {
    left: 70px;
}
.int_content_wraapper.int_content_margin {
    margin-left: 35px;
}
.int_about_page_title {
    padding: 70px 35px;
}	
.about_contentbox {
    padding-top: 20px;
}
.swiper_content_style2 h1 {
    font-size: 30px;
}
.swiper_content_mini {
    width: 750px;
	padding: 26px 40px 30px;
}

}
@media(max-width: 1399px){
.int_infosidebar .siderbar_social {
    margin: 120px 0px 34px 0px;
}
.int_infosidebar .siderbar_contact, .int_infosidebar .siderbar_email {
    padding: 20px 0;
}
.swiper_imgbox .swipper_img > h1 {
    font-size: 68px;
}
.swiper_imgbox .swipper_img > h4 > span {
    font-size: 80px;
}

.int_infosidebar.int_infosidebar_style2 {
    top: 110px;
}
.int_nav .int_menu > ul > li, .int_cartsec > ul > li {
	padding: 45px 5px 45px;
}
}
@media(max-width: 1200px){
.int_infosidebar{
    height: 530px;
}
}
@media(max-width: 1199px){

.int_about_style5 .about_contentbox {
    padding: 77px 30px 70px 30px;
    margin-top: 0px;
}
.int_map_banner5 {
    padding: 80px 0 80px;
}	

.mouse_wheel_slide .swiper-pagination {
    display: none;
}
.int_categories_style3.int_gallery_style5 {
    padding: 77px 0 72px;
}
.int_aboutus_service_section.int_service_style5 {
    padding: 77px 0 50px;
}
.int_video_style5.int_progresbar_wrapper {
    padding: 163px 0 176px;
}
.int_blog_wrapper.int_blog_style5 {
    padding: 77px 0 71px;
}
.int_header_wrapper {
	padding: 0 20px 30px 0;
}

.int_nav .int_menu {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	background: #34393f;
	bottom: 0;
	height: 100%;
	z-index: 0;
	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;
}
.int_nav .int_menu > ul > li {
	display: block;
	text-align: left;
	padding: 0px;
    border-bottom: solid 1px #ffffff17;
	cursor: pointer;
}
.int_nav .int_menu > ul > li:after{
	display:none;
}
.int_cartsec {
	margin-top: 38px;
}
.int_toggle {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.int_toggle span {
	width: 20px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin-bottom: 4px;
    transition: 0.3s all;
    border-radius: 30px;
}
.int_nav .int_menu.int_menu_open{
	left:0px;
}
.int_header_style2 .int_toggle span {
    background: #222222;
}
.int_header_style2 .int_nav .int_menu {
    background: #222222;
    z-index: 10000;
}
.int_header_style2 .int_nav .int_menu > ul > li {
    border-bottom: solid 1px #ffffff24;
}
.int_header_style2 .int_nav .int_menu > ul > li > a {
    color: #ffffff;
}

/* scroll css */
/* scroll css */
.int_menu::-webkit-scrollbar {
  width: 5px;
}
.int_menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.int_menu::-webkit-scrollbar-thumb {
  background: #c6a47e; 
  border-radius: 10px;
}
/* scroll css */
/* index 2 scroll css */
.int_header_style2 .int_menu.int_menu_open:after {
    background-image: url(../images/index2_logo_white.png);
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul {
    background-color: #222222;
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
    color: #ffffff;
	border-bottom: 1px solid #414141;
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li:last-child > a {
	border-bottom: none;
}
.int_header_style2 li.int_home_dropdown:before {
    color: #ffffff;
}
.int_header_style2 .int_menu::-webkit-scrollbar-thumb {
  background: #ff1d4d;
}
/* index 2 scroll css */
.int_content_img {
    margin-right: 20px;
}
.int_content_text2 p {
    margin: 10px 0 10px;
}
.int_menu.int_menu_open > ul > li.int_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;
}
.int_nav .int_menu > ul > li.int_home_dropdown:hover > ul {
    transform: initial;
	opacity:0;
	visibility:hidden;
}
.int_menu.int_menu_open > ul > li.int_home_dropdown.int_hr_menu > ul {
    height: 100%;
    opacity: 1;
    visibility: visible;
	transform: translate(0px);
	transition:0.3s;
}
.int_nav .int_menu > ul > li > a{
	pointer-events: none;
	padding: 13px 20px 12px;
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
    padding: 14px 0px 15px 40px;
	cursor: pointer;
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
    padding-left: 40px;
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul > li:first-child a {
    padding-top: 16px;
}
span.close_menu_int {
    background-color: #44494e;
    display: inline-block;
    border-radius: 40px;
    padding: 3px 11px;
    position: absolute;
    top: 29px;
    right: 20px;
	z-index: 5;
	cursor: pointer;
}
.int_menu.int_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_int:after {
    position: absolute;
    content: '';
    border-left: 1px solid #5b5e60;
    width: 2px;
    height: 25px;
    left: -14px;
    top: 4px;
}

}
@media(max-width: 1024px){
.int_infosidebar {
    height: 440px;
}
}

@media(max-width: 991px){

.int_infosidebar {
    display: none;
}
.int_categories_box_section .int_project_gallery .bottom_content > h3 {
    display: none;
}
.int_content_wraapper.int_contentw_left {
    margin-left: 0;
}
.int_contentw_left .int_logo {
    padding-top: 30px;
    padding-left: 35px;
}
.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;
}
.int_blog_category {
    padding: 80px 0 34px;
}
.int_blog_post img {
    width: 100%;
}
.int_blog_sidebar {
    margin-top: 76px;
}
.int_blog_insta_post ul {
    column-count: inherit;
	padding-bottom: 8px;
}
.int_blog_insta_post ul li {
    display: inline-block;
}
.int_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;
}
.int_product_listbar > ul > li {
    width: 49%;
}
.product_item {
    width: 230px;
    height: 345px;
}
.int_product_style4 .product_item {
    width: 230px;
    height: 375px;
}
.int_blog_pagination ul li:nth-child(5) {
	display: none;
}
.int_product_slider_box .product_item {
    margin: auto;
}
.int_footer_style2 {
    padding: 80px 50px 80px;
}
.footer_box_style2 {
    width: auto;
}
.int_blog_dark_version .product_text_rs {
    text-align: left;
}
.int_product_style4 .product_text_rs {
    text-align: center;
}
.int_white_progress ul li {
    width: 32%;
}
.int_white_progress ul li span {
    left: -23px;
    bottom: -50px;
    font-size: 16px;
}
.quantity_qty span {
    display: none;
}
.int_checkout_table span {
    font-size: 16px;
}
.int_checkout_table h4 {
    font-size: 16px;
}
.int_shipping_pager ul li {
    display: block;
}
.int_shipping_pager ul li:first-child {
    margin-top: 0;
    float: none;
    margin-bottom: 15px;
}
.int_shipping_pager ul li:last-child {
    float: none;
    margin-top: 10px;
}
.int_debit_cart {
    margin-top: 80px;
}
.int_credit_cart {
    padding: 25px 20px;
    margin-bottom: 30px;
}
.int_credit_cart h4 {
    font-size: 20px;
}
.fd_review_wrapper {
    margin-top: 0;
}
.fd_review_wrapper .form_block {
    margin-bottom: 20px;
}
.int_shipping_pager {
    margin-top: 24px;
    margin-bottom: 0;
}
.int_shipping_pager h4 {
    margin-top: 0;
    color: #222222;
    margin-bottom: 20px;
}
.int_shipping_flex.int_shipping04 {
    padding: 20px;
}
.int_shipping04 .int_shipping_add h5 {
    margin-top: 10px;
}
.int_shipping_pager h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.int_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;
}
.int_content_img {
    width: 100%;
}
.int_content_text2 h2 {
    font-size: 22px;
}
.int_content_text2 h5 {
    font-size: 18px;
}
.int_testimonial_slide2 .swiper-button-next, .int_testimonial_slide2 .swiper-button-prev {
    display: none;
}
.int_index3_slider_style3 {
    padding: 160px 35px 100px;
}
.int_banner_content h1 {
    font-size: 32px;
}
.int_categories_box_section .int_project_gallery .grid_img:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.int_categories_style3.int_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;
}
.int_deal_text3 {
    padding: 0 0 80px;
}
.int_deal_img3 img {
    width: 100%;
}
.int_deal_section_style3 .col-lg-6.col-md-12.pl-0.pr-0 {
    order: 13;
}
.int_deal_section_style3 .int_heading_style3 {
	text-align: left;
	margin-bottom: 30px;
}
.int_shop_main {
    padding: 0 50px 50px;
}
.int_shop_btntext {
    margin-top: 108px;
}
.int_shop_center {
    padding: 50px;
}
.int_shop_center .int_shop_btntext {
    margin-top: 67px;
}
.int_shop_btntext h4 {
    font-size: 34px;
}
.int_shop_right {
    padding: 50px;
}
.int_shop_right .int_shop_btntext {
    margin-top: 68px;
}
.int_sale_first_style4 {
    padding: 0 20px 35px;
}
.int_sale_style4 {
    padding: 0 20px 30px;
}
.int_testimonial_style4 .swi_contentbox {
    border-radius: 20px 0 0 0;
}
.int_username_four {
    left: 120px;
    width: 240px;
}
.int_user_four {
    top: -50px;
    left: 0px;
}
.int_sign_section {
    padding: 40px 30px;
}
.int_team2_sideimg {
    margin-top: 75px;
}
.banner_naxt_style2 {
    left: auto;
    right: 80px;
	bottom: 30px;
    z-index: 15;
    background: #06397b;
    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;
}
.banner_naxt_style2 .swiper-button-prev, .banner_naxt_style2 .swiper-button-next{
    color: #fff;
}
.banner_naxt_style2 .swiper-button-prev::after{
   color: #ff1d4d;
}
}
@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){
.int_bread_crumbs h1 {
    font-size: 30px;
}
.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;
}
.swiper_content_style2{
	position:unset;
}
.swiper_content_mini {
    padding: 44px 15px 0px;
    margin: 0;
}
.banner_naxt_style2 {
    bottom: 0;
}
.int_header_style2 .int_nav .int_cartsec > ul > li {
    padding: 0px 10px;
}
}
@media(max-width: 575px){
.int_banner_index5 {
    padding: 216px 30px 50px;
}
.int_content_wraapper.int_content_margin {
    margin-left: 0;
}
.int_content_wraapper.int_content_left {
    margin-left: 0;
}
.int_header_wrapper {
    padding: 0 0 30px 0;
}
.int_logo {
    text-align: center;
	padding-left: 15px;
}
.int_header_wrapper .int_logo {
    margin-left: -15px;
}
.int_header_wrapper.int_header_style1 {
    padding: 0 0 30px 0;
}
.int_header_style1 .int_logo {
    margin-left: 0;
}
.int_header_style2 .int_logo {
    padding-left: 15px;
	margin-left: 0;
}
.int_header_style3 .int_logo {
    margin-left: 0;
}
.int_nav {
    text-align: center;
}
.int_header_style2 .int_nav {
	margin-right: 5px;
}
.int_nav .int_cartsec > ul > li:after {
    display: none;
}
.int_nav .int_cartsec > ul > li > a.setting_toggle {
    margin-left: 5px;
}
.int_nav .int_cartsec > ul > li {
    padding: 0px 5px;
}
.int_header_wrapper.int_header_style2 {
    padding: 0 0 20px 0;
}
.int_header_style2 .int_nav .int_cartsec > ul > li {
    padding: 0px 5px;
}

}
@media(max-width: 480px){

.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;
}
.int_header_style2 .int_sop_cart_btn > ul > li:first-child {
    margin-right: 0;
}
.int_header_style2 .int_btn_two {
    width: 140px;
}
.int_header_style2 .int_sop_cart_btn {
    padding: 14px 0 10px 0px;
}
.int_header_style2 .int_nav .int_cartsec > ul > li {
    padding: 0px 5px 0 0;
}
.int_header_style2 .int_nav .int_cartsec > ul > li > a.setting_toggle {
    margin-left: 0px;
}

/********************************************************
22. responsive end
********************************************************/
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
}

@media(max-width: 424px){
    .swiper_content_style2 p {
             br{
                display: none;
             }
    }
    }