
/* Swiper Slider Area Css */
.witr_swiper_area{
	overflow:hidden;
	position:relative;
}
.witr_swiper_height{
	position:relative;
	background-size: cover;
    background-position: center center;
	height:921px;
}
.wittr_gallery_swiper:before,
.witr_swiper_height:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;	
}
.wittr_gallery_swiper {
	position:relative;	
    height: 100px !important;
    margin-top: 10px;
    background-size: cover;
    background-position: center center;
}
.witr_sw_text_area{
    margin: auto;
	height:100%;
	width:88%;	
}
.elementor-section-full_width .witr_sw_text_area{
    margin: auto;
	width:63%;
	height:100%;
}
.witr_swiper_content{
    position: relative;
    top: 46%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	z-index: 1;	
}
.witr_swiper_topimg {
    margin-bottom: 23px;
}
.witr_swiper_content h1{
    font-size: 20px;
    margin-bottom: 15px;
	display: inline;
	color:#ff3c00;	
}

.witr_swiper_content h2,
.witr_swiper_content h3 {
    font-size:70px;
    font-weight: 700;
    line-height: 1.2;
}

.witr_swiper_content p {
    font-weight: 400;
    font-size: 22px;
	margin-top: 20px;	
}
.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swipers_title h4,
.text-left .witr_swiper_content h3{
    margin: 21px auto 3px 0;
}
.text-left .witr_swiper_content p {
    margin: 37px auto 15px 0;
}
.text-center .witr_swiper_content h1,
.text-center .witr_swiper_content h2,
.text-center .witr_swiper_content h3,
.text-center .witr_swipers_title h4,
.text-center .witr_swiper_content p {
    margin-left:auto;
    margin-right:auto;
}
.text-center .witr_swiper_content p {
    margin: 28px auto 0;
    width: 60%;
}
.text-right .witr_swiper_content h1,
.text-right .witr_swiper_content h2,
.text-right .witr_swipers_title h4,
.text-right .witr_swiper_content h3{
    margin: 0px 0 10px auto;
}
.text-right .witr_swiper_content p {
    margin: 28px 0 15px auto;
}

.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swiper_content h3,
.text-left .witr_swipers_title h4,
.text-right .witr_swiper_content h1,
.text-right .witr_swiper_content h2,
.text-right .witr_swipers_title h4,
.text-right .witr_swiper_content h3{
    width: 66%;
}
.witr_slider_thumb_inner img {
    border-radius: 10px;
}

/* Inner title css */
.witr_swipers_title{
    position: absolute;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;	
}
.witr_swipers_title h4{
	font-size:90px;
    -webkit-text-stroke: 1px #222429;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin: 0;	
}
.text-left .witr_swipers_title {}
.text-right .witr_swipers_title {
    right: 0;
    left: auto;
}
.text-center .witr_swipers_title{
    margin-left:auto;
    margin-right:auto;
}
.text-left .witr_swiper_content p,
.text-right .witr_swiper_content p {
    width: 51%;
}

.witr_swiper_area .swiper-slide a {
    display: inline-block;
}
.witr_swiper_area .text-left .witr_slider_thumb {
    right: 100px;
}
.witr_swiper_area .text-right .witr_slider_thumb {
    left: 100px;
}
.witr_swiper_area .text-left .slider_vd_icon {
    right: 16%;
}
.witr_swiper_area .text-right .slider_vd_icon {
    left: 16%;
}
.witr_swiper_area .text-center .slider_vd_icon {
    top: 23%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);	
}

.witr_icon_section{
	margin-top:30px;
}
.slider_btn {
    margin-top:53px;
}
/* slider image thumb position */
.text-left .witr_slider_thumb {
    position: absolute;
    right: -230px;
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);		
}
.text-right .witr_slider_thumb {
    position: absolute;
    left: -230px;
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.display_flex {
    display: flex;
    align-items: center;
}
.template-home-wrapper ul {
    margin-bottom: 0;
}
.witr_flow_text {
    margin-right: 20px;
}
.witr_flow_text h5{
	font-size:18px;
}

/* pagination bullet */
.witr_swiper_area .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
}

/* progressbar */
.witr_swiper_area .swiper-container-horizontal>.swiper-pagination-progressbar{}
.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.witr_swiper_area .swiper-container-horizontal>.swiper-pagination-progressbar{
	height: 5px;
}

/* scrollbar */
.witr_swiper_area .swiper-scrollbar-drag,
.witr_swiper_area .swiper-container-horizontal>.swiper-scrollbar{
	height: 10px;
}

/* pagination prev next */
.swiper-button-prev,
.swiper-button-next {
	background-image:inherit !important;	
	-webkit-transition:.5s;	
	transition: .5s;
	outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	padding:30px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 30px;	
}


@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');font-weight:400;font-style:normal}.swiper-button-next,.swiper-button-prev{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}


/* responsive */

@media (min-width: 1200px) and (max-width: 1440px) {
.text-right .witr_slider_thumb{
	left: -320px;
}
.text-left .witr_slider_thumb{
	right: -300px;

}
.em_slider_s2_image img {
    width: 70%;
}	

	
}

@media (min-width: 1365px) and (max-width: 1660px) {
.elementor-section-full_width .witr_sw_text_area {
    width: 85% !important;
}
.witr_swiper_area .text-right .witr_slider_thumb {
    left: -230px !important;
}
.witr_swiper_area .text-left .witr_slider_thumb {
    right: -230px !important;
}
.witr_swiper_height {
    width: 100% !important; 	
}
.w_slider_3 .witr_swiper_height {
    width: 100% !important;
	-webkit-transform: translateX(-50%) !important;
	        transform: translateX(-50%) !important;
    left: 15%;	
}
	
}


@media (min-width: 992px) and (max-width: 1199px) {
.elementor-section-full_width .witr_sw_text_area {
    width: 90% !important;
}
.witr_swiper_height {
    width: 100% !important;	
}
.witr_swiper_content h2,
.witr_swiper_content h3 {
    font-size: 55px;
}
.w_slider_4 .witr_swiper_height {	
	margin-left:0px !important; 	
}
.d1.witr_swiper_height {
    width: 100% !important;	
}
.w_slider_3 .d1.witr_swiper_height {
    width: 100% !important;	
	-webkit-transform: translateX(0) !important;	
	        transform: translateX(0) !important;

}

.d2.witr_swiper_height {
    width: 50% !important;	
}
.witr_swiper_area .text-right .witr_slider_thumb {
    left: -400px !important;
}
.witr_swiper_area .text-left .witr_slider_thumb {
    right: -400px !important;
}
.em_slider_s2_image img {
    width: 70%;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.elementor-section-full_width .witr_sw_text_area {
    width: 95% !important;
}
.witr_swiper_height {
    height: 700px;
}
.witr_swiper_height {
    width: 100% !important;	
}
.w_slider_4 .witr_swiper_height {	
	margin-left:0px !important; 	
}

.t1.witr_swiper_height {
    width: 100% !important;	
}
.w_slider_3 .t1.witr_swiper_height {	
    -webkit-transform: translateX(0) !important;	
            transform: translateX(0) !important;	
}
.t2.witr_swiper_height {
    width: 50% !important;
	left: -20px;	
}
.w_slider_3 .t2.witr_swiper_height {	
    -webkit-transform: translateX(-50%) !important;	
            transform: translateX(-50%) !important;
	left: 91%;	
}
.witr_swiper_area .text-left .slider_vd_icon {
    right: 48% !important;
    top: 17% !important;
}
.witr_swiper_area .text-right .slider_vd_icon {
    left: 48% !important;
    top: 17% !important;
}
.witr_swiper_area .text-center .slider_vd_icon {
    top: 17%;
}
.witr_sw_text_area.text-right,
.witr_sw_text_area.text-left {
    text-align: center !important;
}

.text-right .witr_swiper_content h1, 
.text-right .witr_swiper_content h2,
.text-right .witr_swiper_content h3,
.text-right .witr_swiper_content p,
.text-left .witr_swiper_content h1, 
.text-left .witr_swiper_content h2, 
.text-left .witr_swiper_content h3, 
.text-left .witr_swiper_content p,
.text-center .witr_swiper_content h1,
 .text-center .witr_swiper_content h2,
 .text-center .witr_swiper_content h3,
 .text-center .witr_swiper_content p {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	text-align:center !important;
}
.witr_swiper_content h2,
.witr_swiper_content h3 {
    font-size: 40px;
}
.text-right .witr_btn_sinner,
.text-left .witr_btn_sinner {
    text-align: center !important;
} 
.slider_btn {
	text-align: center;
    margin-top: 15px;	
}
.witr_slider_thumb.em_slider_s2_image {
	display: none;
}

}

@media (max-width: 767px) {
.elementor-section-full_width .witr_sw_text_area {
    width: 96% !important;
}

.witr_swiper_height {
	height: 600px;
    width: 100% !important; 	
}
.w_slider_3 .witr_swiper_height {	
    -webkit-transform: translateX(0) !important;	
            transform: translateX(0) !important;	
}

.w_slider_4 .witr_swiper_height {	
	margin-left:0px !important; 	
}
.m1.witr_swiper_height {
    width: 100% !important;	
}
.witr_swiper_content {
    top: 50%;
}
.witr_swiper_area .text-left .slider_vd_icon {
    right: 37% !important;
    top: 12% !important;
}
.witr_swiper_area .text-right .slider_vd_icon {
    left: 40% !important;
    top: 12% !important;
}
.witr_swiper_area .text-center .slider_vd_icon {
    top: 12%;
}
.witr_sw_text_area.text-right,
.witr_sw_text_area.text-left {
    text-align: center !important;
}
.swiper-button-prev,.swiper-button-next {
    display: none;
}
.witr_swiper_area .witr_btn {
    margin-right: 0;
    margin-bottom: 10px;
}
.text-right .witr_swiper_content h1,
.text-left .witr_swiper_content h1,
.text-center .witr_swiper_content h1{
	font-size:20px;	
}
.text-right .witr_swiper_content h2,
.text-right .witr_swiper_content h3,
.text-left .witr_swiper_content h2, 
.text-left .witr_swiper_content h3,
.text-center .witr_swiper_content h2,
.text-center .witr_swiper_content h3{
	 font-size:25px;
 }
.text-right .witr_swiper_content h1, 
.text-right .witr_swiper_content h2,
.text-right .witr_swiper_content h3,
.text-right .witr_swiper_content p,
.text-left .witr_swiper_content h1, 
.text-left .witr_swiper_content h2, 
.text-left .witr_swiper_content h3, 
.text-left .witr_swiper_content p,
.text-center .witr_swiper_content h1,
 .text-center .witr_swiper_content h2,
 .text-center .witr_swiper_content h3,
 .text-center .witr_swiper_content p {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	text-align:center !important;
}
.witr_swiper_content p {
    font-size: 17px;
}
.text-right .witr_btn_sinner,
.text-left .witr_btn_sinner {
    text-align: center !important;
}
.em_slider_s2_image {
    display:none;
}
.witr_video_butns {
	display: block;
	margin-top: 15px;
}
 
.witr_btn {
	padding: 10px 26px;
	margin-right: 0;
}
.slider_btn {
	text-align: center;
	 margin-top: 15px;
}
.text-left .icon_section {
    left: 19%;
}
.text-right .icon_section {
    right: 45px;
    bottom: -15%;
}



}










