/*
  Theme Name: seoico 
*/
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/
.fix{
    clear: both;
}
/*button css*/
.witr_butn {
    padding: 0px 50px;
    border: 2px solid #fff;
    position: relative;
    -webkit-transition: .5s;
    transition:.5s;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
	line-height: 50px;
    margin-top: 30px;
	text-transform:uppercase;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
	margin-right: 10px;	
}
.witr_butn:before {
    content: '';
    width: 0;
    height: 100%;
    background: #d71700 ;
    position: absolute;
    left: 0;
    top: 0;
	z-index:-1;
    border-radius: 5px;
    -webkit-transition: .10s;
    transition: .10s;
}
.witr_butn:hover:before {
    width: 100%;
	z-index:-1;

    -webkit-transition: 0.5s;

    transition: 0.5s;	
}
 .witr_butn:hover {
   color: #fff;
   border-color:#d71700 ;
	z-index:999;
} 

.witr_video_butns {
    display: inline-block;
    color: #fff;
	text-transform:uppercase;
	font-size: 16px;
    overflow: hidden;
}
/*===========================
    3.banner css 
===========================*/
.witr_banner_area {
    height: 800px;
	padding: 0;
    width: 100%;
    position: relative;
    margin: auto;
}

.witr_banner_content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; 
}
.witr_banner_content.text-left {
 
}
.witr_banner_content.text-right {
   
}

.witr_banner_content h1 {
color: #fff;
    font-size: 36px;
    margin-bottom: 10px;

}
.witr_banner_content h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;

}

.witr_banner_content h1 span,
.witr_banner_content h2 span{
	color: #d71700 ;	
}

.witr_banner_content p {
	color:#fff;

width: 53%;
}
.witr_banner_content.text-center p{
    margin: 20px auto 16px auto;
}
.witr_banner_content.text-left p{}
.witr_banner_content.text-right p{
    margin: 20px 0 16px auto;
}
.witr_banner_content a {
 	
}
.witr_banner_contentt a.witr_butn {
    font-weight: 600;
    color: #333;
}

.witr_rimg img{
    top: 50%;
    position: absolute;
    right: 0;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
	
}
.witr_banner_contentt ul {}
.witr_banner_content ul li {
    display: inline-block;
}
.witr_banner_content ul li a {}
.witr_banner_content a i {
    color: #d71700 ;
    background: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
	-webkit-transition: .5s;
	transition:.5s;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
}
.witr_banner_content a i:hover{
    color: #fff;
    background: #d71700 ;	
}
.witr_ico2 {
	 margin-top: 10px;
}


.witr_banner_content form{
    position: relative;
    width: 445px;   
}
.witr_banner_content form input{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    width: 445px;
    padding-left: 30px;
    border-radius: 5px;
    margin-top: 45px;
}
.witr_banner_content form input::-webkit-input-placeholder{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
}
.witr_banner_content form input:-ms-input-placeholder{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
}
.witr_banner_content form input::-moz-placeholder{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.witr_banner_content form input::placeholder{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.witr_banner_content form button {
	position: absolute;
	right: 0px;
	bottom: 0;
	background: #fff;
	border: 0;
	height: 50px;
	padding: 14px 35px;
	border-radius: 5px;
    color: #d71700 ;
    font-weight: 500;
    cursor: pointer;
	line-height: 0px;    
}
.witr_tx_left .witr_bslider_thumb {
    position: absolute;
    right: -17%;
    top: 25%;
}
.witr_tx_right .witr_bslider_thumb {
    position: absolute;
    left: -17%;
    top: 25%;
}
/*===========================
    4.feature css 
===========================*/
.sub-border {
    /* border-bottom: 1px solid #dddddd; */
}
.sub-item {
	position: relative;
/* 	margin-top: 20px; */
}
.sub-item i {
font-size: 30px;
    color: #d71700;
    height: 102px;
    width: 102px;
    text-align: center;
    border-radius: 5px;
    line-height: 100px;
    border: 1px solid #d71700;
    -webkit-transition: .5s;
    transition: .5s;
	display: inline-block;
}
.sub-item:hover  i{
	-webkit-transition: .5s;
	transition:.5s;
	background:#d71700;
	color:#fff;
	border-color:#d71700;
}
.sub-item span {
    position: absolute;
    top: -6px;
    left: 50%;
    font-size: 50px;
    color: #eeeeee;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.sub-item h3 {
    font-size: 25px;
    margin-top: 25px;
    /* padding-bottom: 2px; */
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px;
}
/*====== home page 2 ======*/
.sub-border-2 {}
.sub-border-2 .sub-item span {
    top: 31px;
    left: 45%;
	z-index: 999;
}
.sub-border-2 .sub-item p {
    padding: 0 0px;
}
.sub-item.sub-item-3 i {
    height: 80px;
    width: 80px;
    color: #d71700 ;
    line-height: 78px;
    border: 2px solid #d71700 ;
    background: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.sub-item.sub-item-3 p {
	padding-top: 22px;
}
.sub-item.sub-item-3:hover i {
    color: #fff;
	background:#d71700;
}
.sub-item-3.sub-item h3 {
     padding-bottom: 8px;
	margin-top:0px;
	 transition: .5s; 
}





/*====== home page 6 ======*/

.sub-item.sub-item-6 i {
    border-radius: 30% 70% 70% 30% / 50% 50% 50% 50%;
    background: #f7f8ff;
    color: #d71700;
    border: 0;
    transition: .5s;
}
.sub-item.sub-item-6:hover i {
    color: #fff;
    background: #d71700;	
}
.feature_btn a{
	font-weight:600;
	font-family: 'Baloo Thambi 2', sans-serif;
	font-size: 16px;
	color: #10184f;
}
.feature_btn a:hover{
	color:#d71700;
	transition:.5s;	
}

/* feature btn icon css */
.witr_festure_box{
    display: inline-block;
    margin-right: 8px;	
}
.witr_festure_icon{}
.witr_festure_icon i,
.witr_festure_icon2 i{
    color: #fff;
    background: #d71700;
	transition:.5s;
    font-size: 10px;
    transition: .5s;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    text-align: center;
}
.feature_btn a:hover .witr_festure_icon i{
    display: none;	
}
.witr_festure_icon2{}
.witr_festure_icon2 i{
    display: none;	
}
.feature_btn a:hover .witr_festure_icon2 i{
    display: block;
    box-shadow: 0px 0px 30px rgba(221, 32, 6, 0.5);
}

/*====== home page 8 ======*/
.sub-item.sub-item-8 {
	padding: 30px 20px 21px;
    -webkit-transition: .5s;
    transition: .5s;
}
.sub-item.sub-item-8:hover {
	box-shadow: 0px 0px 29px -26px #000;
}


/* ===== feature style 3d css ===== */
.witr_feature_3d {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transition: .1s;
    transition: .1s;
}
.witr_feature_3d:hover .witr_single_feature_3d {
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
.witr_single_feature_3d {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
    text-align: center;
    z-index: 999;	
}
.witr_feature_front_3d,
.witr_feature_back_3d {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.witr_feature_front_3d {
    z-index: 2;
}
.witr_feature_back_3d {
    z-index: 3;
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
.witr_feature_front_3d,
.witr_feature_back_3d {
    padding: 40px 20px 40px;
}
/* tittle css */
.witr_feature_content_3d{}
.witr_feature_icon_3d {
	margin-bottom: 14px;
}
.witr_feature_icon_3d i {
    font-size: 35px;
	color:#fff;
}

.witr_feature_content_3d h3 {
    margin-bottom: 12px;
	color:#fff;
	font-size:23px;
}
.witr_feature_content_3d p {
	color:#fff;
}

/* feature Front Face */
.witr_feature_front_3d {
    background: #d71700 ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.witr_feature_front_3d:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.witr_feature_back_3d {
    background: #d71700 ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.witr_feature_back_3d:before {
    /* background: #d71700 ; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*  feature Button */
.witr_feature_btn_3d {
    margin-top: 27px;
    z-index: 999;
}
.witr_feature_btn_3d a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 33px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.witr_feature_btn_3d  a:hover {
    background: #fff;
    color: #d71700 ;
}


/*===========================
    5.tab area css 
===========================*/
.tab_area {}
.tab_item {}
.tab_item ul {
    border-bottom: 1px solid #333;
}
.tab_item ul li {
    padding: 0;
}
.tab_item ul li a {
    color: #333;
	border-bottom: 2px solid transparent; 
    padding: 7px 70px;
}
.tab_item .nav-pills li .nav-link.active {
    color: #333;
    background: transparent;
    border-bottom: 2px solid #333; 
    border-radius: 0;
}
.tab_area .tab_content h3 {
    color: #333;
    font-size: 28px;	
    line-height: 45px;	
    padding-bottom: 25px;
}
.tab_area .tab_content p {
    color: #333;	
/*     padding-right: 36px; */
}
.tab_area .tab_content a {
    color: #333;
    border: 1px solid #333;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 52px;
    text-transform: capitalize;
    margin-top: 45px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
}
.tab_area .tab_content a:hover {
    background: #333;
    color: #d71700 ;
}
.tab_area .tab_content:first-child a {
    margin-right: 25px;
}
.digital-img img {
	width: 100%;
}





/*========= tab 2 area ===========*/
.tab_area2{
	overflow: hidden;	
}
.tab_area2 .nav-tabs {
    border: none;
	border: 1px solid #d1e0f5;
    padding: 5px;
    width: 55%;
    border-radius: 5px;	
}
.seoico_tab li {
    display: inline-block;
    list-style: none;
/*     background: #000; */
    float: left;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 5px;	
}
.seoico_tab li:nth-last-child(-n+1) {
    margin-right: 0px;	
}
.seoico_tab li a{
    padding: 8px 30px;
    display: block;
/*     border-right: 1px solid #ddd; */
    color: #10184f;
    border-radius: 5px;
    font-weight: 500;	
}
.seoico_tab li a.active,
.seoico_tab li a:hover
{
    background: #d71700;
    color: #fff;
}

.wic_tab_content2 {
    padding-top: 40px;
}
.witr_tab_title_content2{}
.witr_tab_title_content2 h2{ 
    font-size: 23px;  
    margin-bottom: 19px;
 }
.witr_tab_btn{}
.witr_tab_btn a{
	color:#10184f;
	transition:.5s;
}
.witr_tab_btn a:hover{
	color:#d71700;
}



/*===========================
    5.play  css 
===========================*/
.witr_play_vi {
	position: relative;
}
.witr_video_images{
	position: relative;	
}
.witr_video_images:before{
    position: absolute;
    content: '';	
    width: 100%;
    height: 100%;
    background: rgba(73, 0, 221, 0.6);	
}
.witr_video_images img{
	width:100%;
}
.play-overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);	
}
.play-overlay a{
    position: relative;
    display: block;	
}
.play-overlay a:before{
    position: absolute;
    content: '';	
    width: 99px;
    height: 99px;
    left: -11px;
    top: -11px;
	transform: translateX(-50%) translateY(-50%);
    background: rgba(255, 255, 255, .73);
    z-index: -1;
    border-radius: 5px;
    animation: witr_squares 1.5s ease-in-out infinite;
}

.play-overlay i {
	color: #d71700;
	height: 75px;
	width: 75px;
	text-align: center;
	line-height: 75px;
	background: #fff;
	border-radius: 5px;
	font-size: 25px;
}

/*===========================
    10.video css 
===========================*/
.video-part {}
.video-overlay {

    padding: 50px 0;
}

.video-item {}
.video-item a{
    position: relative;
    display: inline-block;
}
.video-item a:before{
    position: absolute;
    content: '';	
    width: 100px;
    height: 100px;
    left: -15%;
    top: -11px;
	transform: translateX(-50%) translateY(-50px);
    background:rgba(255, 255, 255, .73);
    border-radius: 5px;
    animation: witr_squares 1.5s ease-in-out infinite;	
}
.video-item i {
	color: #d71700;
	height: 75px;
	width: 75px;
	text-align: center;
	line-height: 75px;
	background: #fff;
	border-radius: 5px;
	font-size: 25px;
    position: relative;	
}

.video-item h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
	margin-top: 35px;
}



/*===========================
    6.about area css 
===========================*/

.witr_about_content {}
.witr_about_content h2 {
	font-size: 20px;
	color: #ff582c;
    position: relative;
    padding: 10px 30px 10px 50px;
    background: #fcd3cb;
    border-radius: 5px;
    display: inline-block;	
}
.witr_about_content h2::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #ff582c;
    left: 19%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}


.witr_about_content h3 {
    font-size: 43px;
    margin-bottom: 10px;	
}
.witr_about_content h1 {
    font-size: 24px;
    margin-bottom: 10px;	
}

.witr_about_content h1 span,
.witr_about_content h2 span,
.witr_about_content h3 span {
    color:#07D1C1;
}
.witr_about_text{
	margin-top: 15px;
}

.witr_about_text i{
    margin-right: 11px;
    float: left;
    margin-top: 10px;
    font-size: 16px;
	color:#D71700;
}
.witr_about_con {
    overflow: hidden;
}
.witr_about_con span{}
.witr_contents{}

.witr_about_btn{}
.witr_about_btn a {
	position: relative;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    background: #d71700 ;
    border-radius: 5px;
    padding: 15px 30px 15px 50px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-top: 46px;
}
.witr_about_btn a:hover {
	background: #f9f9f9;
    color: #d71700 ;
}
.witr_about_btn a::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    left: 19%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
	transition:.5s;
}
.witr_about_btn a:hover::before{
	left: 17%;
    top: 44%;
    background: #d71700;
	animation: witr_bounce_btn 1s ease-out infinite;	
}
.witr_righti.witr_about_image{}
.witr_righti.witr_about_image img {
    width: 130% !important;
    max-width: 200% !important;
    margin-left: -204px;
}
.witr_about_image{
	 animation: witr_about 2s linear 1s infinite alternate running;	
}
.witr_about_image img {
}

/*===========================
    6.service css 
===========================*/

.service-item{}

.service-item i {
    color: #333;
    height: 80px;
    width: 80px;
/*     border: 2px solid #333; */
    border-radius: 5px;
    text-align: center;
    line-height: 78px;
    box-shadow: 0px 0px 30px 0px rgba(148,146,245,0.2);	
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}
.service-item:hover i {
    background: #d71700 ;
    color: #fff;
	border-color:#d71700 ;
}
.service-item h3 {
    font-size: 22px;
    color: #333;
    padding-top: 25px;
}
.service-item p {
    color: #333;
    padding-right: 2px;
}


/* ===== service style 5 css ===== */

.witr_singleSS{
	padding: 61px 30px 60px;
    position: relative;
    background: #fff;
    overflow: hidden;
	transition:.5s;
	border-radius: 5px;
}
.witr_singleSS:hover{
    background: #d71700;
}

.witr_top_thumb{
    position: absolute;
    top: -130px;
    right: -95px;
	transition:.5s;
}
.witr_singleSS:hover .witr_top_thumb{
    top: -60px;
    right: -50px;	
}
.witr_top_thumb img{}


.witr_serIcon{
    margin: 0 0 27px;
    z-index: 9;
    width: 106px;
    height: 96px;
    text-align: center;
}
.witr_serIcon i{
	font-size: 60px;
    color: #d71700;
    line-height: 86px;
	transition:.5s;
}

.w_icon_bg{
    background: url(../images/icon-bg.png) no-repeat center center / cover;
}
.witr_singleSS:hover .w_icon_bg{
    background: url(../images/icon-bg2.png) no-repeat center center / cover;
}

.witr_detail_content{}
.witr_detail_content h3{
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px;
		transition:.5s;
}
.witr_detail_content p{
	transition:.5s;	
}

.witr_border_color{
	position: relative;
    margin-bottom: 35px;	
}
.witr_border_color::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	 width:0;
    height: 1px;
	background:#fff;
	transition:1s;
}
.witr_border_color::before{
    content: "";
    position: absolute;
    left: 0;
	 right: 0;
    bottom: 0;
    height: 1px;
	background:#fedbd3;
}
.witr_singleSS:hover .witr_border_color::after{
	width:100%;
}
.witr_singleSS:hover .witr_border_color::before{
	opacity:0;
}

.witr_singleSS:hover .witr_serIcon i,
.witr_singleSS:hover .witr_detail_content h3,
.witr_singleSS:hover .witr_detail_content p{
	color:#fff;
}

.witr_singleSS:hover .service-btn a{
    background: #fff;
	color: #d71700;
}
.witr_singleSS:hover .service-btn a::before{
     background: #d71700; 
}
/* .witr_detail_content a.readMore{
    display: inline-block;
    color: #f5634b;
    font-size: 16px;
    line-height: .8;
    margin: 0;
}
.witr_detail_content a.readMore:hover{
    color: #4900d6;
} */



/* ===== service style 3d css ===== */
.witr_service_3d {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transition: .1s;
    transition: .1s;
}
.witr_service_3d:hover .witr_single_service_3d {
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
.witr_single_service_3d {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
    text-align: center;
    z-index: 999;	
}
.witr_service_front_3d,
.witr_service_back_3d {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.witr_service_front_3d {
    z-index: 2;
}
.witr_service_back_3d {
    z-index: 3;
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
.witr_service_front_3d,
.witr_service_back_3d {
    padding: 40px 20px 40px;
}
/* tittle css */
.witr_service_content_3d{}
.witr_service_icon_3d {
	margin-bottom: 14px;
}
.witr_service_icon_3d i {
    font-size: 35px;
	color:#fff;
}

.witr_service_content_3d h3 {
    margin-bottom: 12px;
	color:#fff;
}
.witr_service_content_3d p {
	color:#fff;
}

/* Service Front Face */
.witr_service_front_3d {
    background: #d71700 ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.witr_service_front_3d:before {
    /* background: rgba(0, 0, 0, 0.7); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.witr_service_back_3d {
    background: #d71700 ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.witr_service_back_3d:before {
    /* background: rgba(0, 0, 0, 0.7); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



/* Service Service Button */
.witr_service_btn_3d {
    margin-top: 27px;
    z-index: 999;
}
.witr_service_btn_3d a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 33px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.witr_service_btn_3d  a:hover {
    background: #fff;
    color: #d71700 ;
}


/*===========================
    process css 
===========================*/

/* PROCESS SECTION */
.witr_process{
     overflow: hidden;	 
}
.witr_front_content {}
.witr_process_image{
}
.witr_process_image img{
    position: relative;
    width: 100%;
}
.witr_process_box{
	position:absolute;
    left: 20px;
    bottom: 20px;
    z-index: 99; 	
}
.witr_process_icon{}
.witr_process_icon i{
    color: #fff;
	background:#d71700;
    font-size: 20px;
    transition: .5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.witr_process:hover .witr_process_icon i{
    display: none;	
}
.witr_content_service h3{
    color: #fff;
    font-size: 24px;
}
.witr_back_process{
    background: #d71700;
    opacity:0;
    padding: 35px 30px 30px;
    transition: .5s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; 
	 transform: scale(0);
}
/* .witr_process_icon i:hover .witr_back_process {
 	top:0; 
} */
.witr_process:hover .witr_back_process {
 opacity:0.9;
  transform: scale(1);
}

.witr_content_service {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.witr_content_service p{
	color:#fff;
}
.witr_process_btnb{
	margin-top:15px;
}
.witr_process_btnb a{
		color:#fff;
}
.witr_process_icon2{}
.witr_process_icon2 i{
    color: #fff;
	background:#d71700;
    font-size: 20px;
    transition: .5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: none;	
}
.witr_process :hover .witr_process_icon2 i{
    display: block;	
}


/*===========================
    departmentList css 
===========================*/

.departmentList{
    position: relative;
    padding: 73px 50px 73px;
    border-radius: 5px;
	background-size:cover;
}
.departmentList h3{
    font-size: 30px;
    line-height: 40px;
    color: #083791;
    font-weight: 900;
    margin-bottom: 22px;
}
.departmentList ul{
    margin: 0;
    padding: 0 0 17px;
}
.departmentList ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.departmentList ul li a{
    color: #083791;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
}
.departmentList ul li a:hover{
    color: #ff8e32;
}
.departmentList .discover_more{
    font-size: 12px;
    line-height: 28px;
    color: #083791;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
	
}
.departmentList .discover_more i{
    font-size: 15px;
    position: relative;
    top: 2px;
    padding-left: 2px;
	transition:.5s;
}
.departmentList .discover_more:hover i{

    padding-left: 10px;
}

.departmentList .discover_more:hover{
    color: #ff8e32;
}



/*===========================
    team css 
===========================*/

 .witr_team_section{
    position: relative;
}
.witr_team_section img {
    width: 100%;
}
.witr_team_section:before  {
	content:"";
	position: absolute;
    background: rgba(254, 148, 24, 0.6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition:.5s;
}
.witr_team_section:hover:before{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team_overlay_icon a i{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
	color:#fff;
    top: 50%;
	font-size: 35px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.witr_team_section:hover .team_overlay_icon a i{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
}

/*team post icon */
.team_o_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	-webkit-transition: .5s;
	transition:.5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
}
.witr_team_section:hover .team_o_icon{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 	
}
.team_o_icon ul{}
.team_o_icon ul li{
	list-style:none;
}
.team_o_icon ul li a{
	font-size:40px;
	color:#fff;
}
.team_o_icon ul li a:hover{
	color:#333;
}
/* content css */
.witr_team_content {
    padding: 20px 0;
}
.witr_team_content h5 {
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 0;
}
.witr_team_content span {
    color: #555555;
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding: 3px 0 6px;
} 

/*====== home page 2 ======*/
.witr_team_part {
    text-align: center;
	position:relative;
    margin-bottom: 30px;	
}
.witr_team_sec{}
.witr_img_team{
	position:relative;	
}
/* .witr_img_team::before {
    content: "";
    position: absolute;	
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f00;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: .5s;
} */
.witr_img_team img{	}


.witr_team_content2 {
    background: #fff;
    border-radius: 50px;
    padding: 148px 0px 40px;
    margin-top: -135px;
    box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.06);	
}
.witr_team_content2 h5 {
	font-size: 25px;
	margin: 12px 0 4px;
}
.witr_team_content2 span {
    color: #6a6c7c;
	font-size: 18px;
	font-weight:300;
}
/* social css */
.witr_team_social {
	position:absolute;
	left:0;
	right:0;
    bottom: -40px;
	opacity:0;
	transition:.5s;
}
.witr_team_part:hover .witr_team_social{
	bottom: -22px;
	opacity:1;
}
.witr_pots_team_s2{
    background: #d71700;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 5px;
	transition:.5s;	
}


.witr_team_social ul {
	list-style:none;
}
.witr_team_sociall ul li{

}
.witr_team_social ul li a {
    font-size: 16px;
    color: #fff;
	transition:.5s;
    margin-right: 15px;	
}

/*====== home page 3 ======*/
.team-part{
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}
.witr_team_sec_3{
	position:relative;
}
.witr_team_sec_3 img{
   width:100%;  
}
.witr_team_sec_3:before{
	content:"";
	position: absolute;
    background: rgba(215, 23, 0, 0.7);   
    height: 100%;
    width: 100%;
    left: 0;
    top: -150%;
	-webkit-transition: .5s;
	transition:.5s;	
}
.witr_team_content3 {
	position: absolute;
	width: 100%;
	left: 50%;
	top: -350px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	padding: 0 25px;
	-webkit-transition: .5s;
	transition:.5s;
}
.team-part:hover .witr_team_content3{
top: 50%;	
}
.team-part:hover .witr_team_sec_3:before{
     top: 0;
}
.witr_team_content3 h5 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.witr_team_content3 span {
    color: #fff;
}
.witr_team_content3 p {
    color: #fff;
    padding-top: 10px;
}
/*======== social top css ===========*/
.witr_team_content3 ul li {
    display: inline-block;
}
.witr_team_content3 ul li a {
    color: #fff;
    display: inline-block;	
    margin: 0 11px;
    margin-top: 4px;
	-webkit-transition: .5s;
	transition:.5s;
} 
/*======= social bottom css ========*/
.team-part .witr_team_sec_3 .team-social {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100px;
    width: 100%;
    background: #fff;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.team-part:hover .witr_team_sec_3 .team-social {
    bottom: -110px;
}

.team-social ul {
    padding-top: 30px;
}
.team-social ul li {
    display: inline-block;
    margin: 0 3px;
}
.team-social ul li a {
    font-size: 17px;
    color: #555555;
    height: 34px;
    width: 34px;
    line-height: 34px;	
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
	display: inline-block;
	-webkit-transition: .5s;
	transition:.5s;	
}
.team-social ul li a:hover {
    color: #fff;
background:#d71700 ;
    border-color: #d71700 ;
}
/*======= single team css ========*/
.team_single_pic {
    overflow: hidden;
}
.team_single_pic img{
	width:100%;
}
.witr_single_team_s {
    text-align: center;
    background: #efefef;
    padding: 15px 0;
}
.witr_single_team_s  a{
    text-align: center;
    font-size: 25px;
    margin: 0 7px;
}
.team_single_content {
    text-align: center;
}
.team_single_title h2 {
    padding: 20px 0 10px;
    font-size: 24px;
}

/* cur_part_6 */
.witr_single_team {
    position: relative;
    overflow: hidden;
}
.witr_single_team img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_single_team:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
}

.witr_single_team:after{
    position: absolute;
	content: '';
	top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#d71700 ;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.witr_single_team:hover:after{
    visibility: visible;
    opacity: .72;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=72)";
}
.witr_team_content_car{
    position: absolute;
    left: -300px;
    bottom: 22px;
    z-index: 3;
	-webkit-transition: .5s;
	transition: .5s;
}
.witr_single_team:hover .witr_team_content_car{
    left: 30px
} 

.witr_team_content_car span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0 0 9px;
}
.witr_team_content_car h5{
    font-size: 22px;
    color: #fff;
    margin: 0;	
}





.em-team {
	text-align:center;
	position: relative;
	-webkit-transition: .5s;
	transition:.5s;
}
.em-team-one {
    background-color: #ffffff;
	   position: relative;
    overflow: hidden;
    padding-bottom: 55px;
    border-bottom: 1px solid #f9f9f9;	
}


/* team image css */
.em-team-content-image {
}
.em-team-content-image img {
    width: 100%;
}
.em-team-content-waraper {
    background-color: #fff;
    bottom: -67px;
    left: 0;
    margin: 0 10px;
    padding: 30px 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.em-team-content-title h2 {
margin-bottom: 5px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-size:17px;
}
.em-team-content-subtitle {
font-size: 14px;
margin-bottom: 0;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.em-team-content-socials a {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 14px 3px 0;
  text-align: center;
  width: 35px;
  color:#d71700;
}
.em-team-content-socials {
    position: relative;
	-webkit-transition: .5s;
	transition:.5s;
}
.em-team-content-socials a:hover{
	 background-color:#d71700;
	color:#fff;
}
.em-team:hover .em-team-content-waraper{
    background-color: rgba(215, 23, 0, 0.91);
 bottom: 0px;
}
.em-team:hover .em-team-content-socials {


}


/* team content */
.em-content-title h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: .5s;
  transition:.5s; 
}
.em-content-title h5 a {
  font-weight: 500;
}


.em-content-subtitle {
  font-size: 14px;
  margin: 5px 0 0;
  text-transform: uppercase;
    -webkit-transition: .5s;
    transition:.5s;
   
}
.em-team:hover .em-content-title h5,
.em-team:hover .em-content-subtitle {
	color:#fff;
}




/* team social 2 */

.team-wrap {
    overflow: visible;
    position: relative;
}
.team-front {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: -webkit-transform 0.8s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.8s;
    transition: opacity 0.4s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.4s;
    transition: transform 0.8s, opacity 0.4s, -webkit-transform 0.8s;
}
.team-front {
    z-index: 2;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
	-webkit-transform:scale(1);
	        transform:scale(1);
	-webkit-transition: .5s;
	transition:.5s;
}
.team-style-2 .em-content-image img {
    margin: 0 auto;
    display: block;
    width: 100%;
    border-radius: 100%;
}
.team-style-2 .em-team:hover .em-content-image:before {
    background: rgba(215, 23, 0, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-back-wraper {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.team-back-wraper {
    border-radius: 50%;
    bottom: 0;
    height: 99%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 99%;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
	background:#d71700;
	
}
.team-wrap:hover .team-front{
	-webkit-transform:scale(0);
	        transform:scale(0);	
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-style-2 .em-content-socials a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0 6px;
}

.team-style-2 .em-content-socials a:hover {
    color: #333;
}


.team-style-2 .em-content-socials {
    margin-top: 11px;
}

.team-style-2 .em-content-waraper {
    left: 0;
    padding: 30px 14px 28px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.team-style-2 .em-content-desc-inner {
    margin-top: 5px;
	color: #fff;
}


/* team content */

.team-style-2 .em-content-title h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}
.team-style-2 .em-content-title h5 a {
    font-weight: 500;
}

.team-style-2 .em-content-subtitle {
    font-size: 14px;
    margin: 5px 0 0;
    text-transform: uppercase;
	color:#fff;
}
/* team button */

.team-style-2 .em-content-button a {
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	color:#d71700;
}


/*===========================
    8.Screenshots css 
===========================*/
.Screenshots {}
.dnSlide-main {
    position: relative;
}
.dnSlide-main img {
    width: 100%;
}
.Screenshots-fearm {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}
.Screenshots-fearm img {
    width: 154% !important;
    max-width: 154% !important;
    position: relative;
    left: -123px;
    top: -26px;
}
.Screenshots .dnSlide-main .dnSlide-btn {
    border-radius: 5px;
    color: #000;
    height: 40px !important;
    width: 40px !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background: #d71700 ;
}
.Screenshots .dnSlide-main .dnSlide-btn i {
    color: #fff;
}
.Screenshots .dnSlide-main .dnSlide-left-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: -65px;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Screenshots .dnSlide-main .dnSlide-right-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: -107px;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Screenshots .dnSlide-main .dnSlide-left-btn:before {
    position: absolute;
    content: '\f104';
    left: 43%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-family: fontawesome;
    color: #fff;
}
.Screenshots .dnSlide-main .dnSlide-right-btn:before {
    position: absolute;
    content: '\f105';
    left: 52%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-family: fontawesome;
    color: #fff;
}
.Screenshots:hover .dnSlide-main .dnSlide-right-btn,
.Screenshots:hover .dnSlide-main .dnSlide-left-btn
{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*====== home page 3 ======*/
.Screenshots-area {
    position: relative;
}
.Screenshots-slide .slick-center .slide-item img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Screenshots-slide .slide-item img {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    width: 100%;
}
.Screenshots-slide .slick-center {
    position: relative;
}
.Screenshots-area .Screenshots-frame-img {
    position: absolute;
    left: 10px;
    top: -29px;
    width: 100%;
}
.Screenshots-frame-img img {
    width: 43%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Screenshots-slide .slick-arrow.slick-prev {
     left: 200px;
}
.Screenshots-slide .slick-arrow.slick-next {
     right: 200px;
}
/*====== home page 5 ======*/
 .mobile-slide .slick-center .mobile-thumb img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mobile-slide .mobile-thumb img {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    width: 100%;
} 
/*====== home page 6 ======*/
.mobile-slide-6 .slick-center .mobile-thumb img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mobile-slide-6 .mobile-thumb img {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    width: 100%;
}
.mobile-slide-7 .mobile-thumb{
    position: relative;
}
.mobile-slide-7 .mobile-thumb .mobile-slide-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}
.mobile-slide-7 .mobile-thumb .mobile-slide-overlay a{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 25px;
}
.mobile-slide-7 .mobile-thumb:hover .mobile-slide-overlay{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}  
/*===========================
    9.pricing css 
===========================*/
.pricing_area{
    border-radius: 5px;
    box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.06);

}
.pricing-part {
    position: relative;
    overflow: hidden;
	    padding: 0 30px 0 30px;	
}
.witr_pricing_title{}
.witr_pricing_title h4{
    background: #d71700;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0 0 5px 5px;
    color: #fff;
	font-size:25px;
    margin-bottom: 30px;	
}
/* .pricing-part sub {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -65px;
    top: 20px;
    background: #d71700;
    line-height: 43px;
    width: 217px;
    height: 45px;
    text-align: center;
    -webkit-transform: rotate(35deg);
    transform: rotate(45deg);
} */
.pricing-part i {
    color: #d71700 ;
    font-size: 40px;
}
.pricing_area:hover .pricing-part img {	
	animation: witr_pricing_img 2s linear 0s infinite alternate running;	
}

.pricing-part sup {
	font-size: 18px;
    color: #d71700;
    margin-right: 6px;
}
.pricing-part h5 {
    font-size: 35px;
    margin: 20px 0 0 0;
}
.pricing-part p{
    margin: 0 0 25px 0;	
}
.pricing-part ul li {
    color: #6a6c7c;
	font-size:19px;
	font-weight:300;
    line-height: 40px;
	list-style: none;	
}

.witr_pricing_border{
    position: relative;
    margin-bottom: 46px;
}
.witr_pricing_border::before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:#fde3de;
	height:1px;	
}
.witr_pricing_border::after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    top: 50%;
    background: #d71700;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	transform: translate(-50%, -50%);	
}

.pricing_area:hover .witr_pricing_border::after{
    left: 0;
    top: -5px;	
    animation: witr_pricing 3s linear infinite;	
}



 /* pricing list css */
.pricing-part ul li:nth-child(odd){}
 .pricing-part ul li:nth-child(even){}
.pricing-part a.btn {
    padding: 12px 30px;
    font-size: 19px;
	font-weight:500;
    border-radius: 5px;
    color: #d71700;
    border: 1px solid #d71700 ;
    margin-top: 36px;
	margin-bottom: 40px;	
}
.pricing-part a.btn:hover {
     background: #d71700 ;
	 color: #fff;
    border: 1px solid #fff;		 
}
.pricing-part.active {
    background: #d71700 ;
}
.pricing-part.active i,
.pricing-part.active ul li:nth-child(odd),
.pricing-part.active ul li:nth-child(even),

.pricing-part.active h5,
.pricing-part.active p,
.pricing-part.active ul li,
.pricing-part.active a {
    color: #fff ;
}
.pricing-part.active h4,
.pricing-part.active a.btn {
    background: #fff ;
    border-color: #fff ;
    color: #d71700 ;
}

/*====== home page 2 ======*/
.pricing-part.pricing-part-2.active {
    background: none;
}
.pricing-part .pricing-part-2{
    border: none;	
}
.pricing-part.pricing-part-2.active h4,
.pricing-part.pricing-part-2.active a.btn {
    background: #d71700 ;
    border: 0;
    color: #fff ;
}
.pricing-part.pricing-part-2.active p{
color:#6a6c7c;	
}

.pricing-part.pricing-part-2.active i,
.pricing-part.pricing-part-2.active ul li:nth-child(odd),
.pricing-part.pricing-part-2.active ul li:nth-child(even),

.pricing-part.pricing-part-2.active h5,
.pricing-part.pricing-part-2.active ul li,
.pricing-part.pricing-part-2.active a {
    color: #333 ;
    border: none;	
}
.pricing-part.pricing-part-2.active span{
    color: #d71700 ;	
}
.pricing-part-2.pricing-part h5 {
    margin: -11px 0 0 0;
}
.pricing-part-2 .witr_pricing_border {
    margin-bottom: 52px;
    margin-top: 30px;
}





.pricing-part.pricing-part-2 a.btn {
    background: transparent;
    color: #d71700;
    border: 1px solid #d71700 ;
}
.pricing-part.pricing-part-2 a.btn:hover {
    color: #fff;
	background:#d71700 ;
}
.pricing-part-2.active a.btn,.pricing-part-2.active sub {
    color: #fff ;
    background: #d71700;
}
/*===========================
    10.testomonial css 
===========================*/
.testomonial {
}
.testomonial .test-part {
    border: 2px solid #ddd;
    padding: 30px 17px 10px 30px;
    position: relative;
}
.test-part h6 {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    padding-top: 30px;
    padding-bottom: 7px;
}
.test-part span  {
    color: #333;
    font-weight: 400;
    font-size: 20px;
}
.test-part ul li {
    display: inline-block;
    padding-top: 20px
}
.test-part p {
    color: #333;
}
.testomonial .test-part img {
    position: absolute;
    top: -60px;
    left: 30px;
    z-index: 22;
}
.witr_item_column {
 padding:0 15px; 
 padding-top: 60px; 
}
.witr_slick_column {
 padding: 0 15px; 
}
 span.em_crating {
/*  margin-top: 5px; */
}
span.em_crating i {
    color: #7300e9;
    margin-bottom: 11px;
}
span.em_crating i.active {
    margin-bottom: 11px;
	color:#d71700 ;
}

.witr_all_mb_30,
.guttergs
{
 margin-bottom:30px;
}
.witr_all_pd0,
.noguttergs
{
 padding:0px;
}

/*====== home page 5 ======*/
.testomonial.testomonial-5 .witr_item_column {
    padding: 0 15px;
     padding-top: 15px; 
     padding-bottom: 15px; 
}
.testomonial.testomonial-5 {
/*     background: none;
    padding-bottom: 50px; */
}
.testomonial.testomonial-5 .test-part {
    border: 2px solid #ddd;
    padding: 25px 30px 50px;
    position: relative;
}
.testomonial.testomonial-5 .test-part h6 {
	color: #333;
    padding-top: 0;
}
.testomonial.testomonial-5 .test-part span {
    color: #555;
}
.testomonial .test-part ul li,
.testomonial.testomonial-2 .test-part ul li,
.testomonial.testomonial-5 .test-part ul li {
    padding-top: 0px;
    padding-bottom: 10px;
}


.testomonial.testomonial-5 .test-part p {
    color: #555;
}
.testomonial.testomonial-5 .test-part  img.testimg {
    top: 82%;
}
.testomonial.testomonial-5 .test-part .postimg {
    top: 105%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*====== home page 2 ======*/
.banner-laptop-2 img {
    width: 100%;
    margin-top: 0;
}

/*===========================
    10.blog css 
===========================*/
.blog-part {
}
.blog_part_inner {}
.witr_blog_imags{
 overflow: hidden;	
}
.blog-img {
	position:relative;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: .5s;
	transition: .5s;		
}
.blog-img a{}

.blog-img:before {
	position:absolute;
	content:'';
	background:#000;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: .5s;
	transition:.5s;
}
.blog_part_inner:hover .blog-img,
.blog_part_inner:hover .blog-img:before{
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);	
}
.wblog-content {
	padding: 23px 15px 26px;
     box-shadow: 0px 2px 6px 0px #f5f2f2;
}

.blog_part_inner:hover.wblog-content {
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
}

.wblog-content span {
font-size: 12px;
    color: #333340;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-right: 10px;
	font-weight: 500;
}
.wblog-content span a{
	color: #333340;
	font-weight: 500;
}
.wblog-content span i {
    padding-right: 5px;
    padding-left: 5px;
    color: #d71700;
    -webkit-transition: .5s;
    transition: .5s;
}
.wblog-content h5 > a {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
}
.wblog-content h5 > a:hover,
.wblog-content span i:hover {
    color: #d71700 ;
}

.wblog-content h5 {
    margin-top: 5px;
}
.wblog-content > a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    /* line-height: 49px; */
    padding: 9px 30px;
    border: 1px solid #d71700 ;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.wblog-content > a:hover {
    background: #d71700 ;
    color: #fff;
    border: 1px solid #fff ;    
}
.witr_bt2{}


/*====== blog style 2 ======*/
.wblog-content.blog-content-5 {
    padding: 20px 20px 30px;
}
.wblog-content.blog-content-5 h5 {

}

/*===========================
    10.counter css 
===========================*/

.witr_counter_single{}
.witr_counter_number_inn{
	overflow:hidden;
}
.witr_counter_number_inn h3,
.witr_counter_number_inn span {
    font-size: 45px;
    color: #333;
    display: inline-block;
}
.witr_counter_number_inn span {
    line-height: 0;	
}
/* content */
.witr_counter_number_inn h4 {
    color: #333;
    font-size: 20px;
}

/*====== style 2 ======*/

.witr_counter_icon{}
.witr_counter_icon i {
    color: #333;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 1px solid #333;
    text-align: center;
    line-height: 54px;
    font-size: 23px;
    margin-right: 20px;
    float: left;	
}
.witr_custom_icon{}
.witr_custom_icon i{
    color: #333;
    font-size: 64px;
    margin-right: 15px;
    float: left;
    margin-top: 15px;	
}

/*====== style 4 ======*/

.single_counter {
    position:relative;
    padding: 32px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top: 2px solid #333;	
    border-bottom: 2px solid #333;	
}
.single_counter:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    height: 40%;
}
.single_counter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    height: 40%;
}
.counter_icon {
    margin-top: 7px;
}
.single_counter:hover .counter-icon{
	color:#fff;
}
.single_counter:hover:before,
.single_counter:hover:after
{
	border-color:#d71700;
}
.single_counter:hover {
    background: #d71700;
    border-color: #d71700;
}
.counter_icon i {
    color: #333;
    font-size: 30px;
    text-align: center;
    display: block;
}
.countr_text > h1 {
	  color: #333;
    display: inline-block;
    font-family: poppins;
    font-size: 45px;
    -webkit-transition: .3s;    margin: 0;
    transition: .3s;
}
.countr_text > h3 {
    color: #333;
    display: inline-block;
    font-size: 43px;
}
.countr_text span{
    color: #333;
    display: inline-block;
    font-size: 43px;	
}
.counter_title {
    padding: 0 0 0;
}
.counter_title h4 {
	font-size: 25px;
    margin: 0;
    transition: .3s;
    color: #333;
    padding-top: 20px;

}
.single_counter:hover .countr_text span,
.single_counter:hover .counter_icon i,
.single_counter:hover .countr_text > h1,
.single_counter:hover .counter_title > h4,
.single_counter:hover .countr_text > h3
 {
    color: #fff;
}


/*====== style 4 ======*/
.witr_single_counter {
    border: 2px solid #333;
    border-radius: 100%;
    padding: 72px 0 61px;
    text-align: center;
    transition: all 0.5s ease 0s;
    height: 270px;
    width: 270px;
	transition: .5s;
	margin:auto;
}
.witr_single_counter:hover {
	border: 3px dotted #f00;
	background: #d71700;
    animation-fill-mode: both;
    animation: border_blinker 3.5s linear infinite;	
}
@keyframes border_blinker {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.witr_counter_icon4{}
.witr_counter_icon4 i {
    color: #333;
    font-size: 30px;
    text-align: center;
    transition: all 1s ease 0s;
    margin-bottom: 15px;	
}
.witr_counter_text h4 {
    color: #333;
    font-size: 30px;
}
.witr_counter_text h3 {
    display: inline-block;
    font-size: 30px;
}
.witr_counter_text span {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 0;
}


/*===========================
    10.other page css 
===========================*/
/*====== sing up page ======*/
.sing-up-part h3{
    font-size: 35px;
    color: #333;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 25px;
}
.sing-up-part p{
    padding-top: 20px;
    padding-bottom: 10px;
}
.sing-up-part .input-layer{
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 30px;
}
.sing-up-part form input[type="checkbox"] {
    display: none;
}
.sing-up-part form input[type="checkbox"] + .label-text:before {
    content: '\2714';
    border: 2px solid #ddd;
    border-radius: 2px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: transparent;
    margin-right: 10px;
    font-size: 12px;
}
.sing-up-part form input[type="checkbox"]:checked + .label-text:before {
    background: #ddd;
    content: '\2714';
    color: #333;
    font-family: fontawesome;
    padding: 3px 5px;
}
.sing-up-part form label {
    cursor: pointer;
    padding-top: 30px;
    display: block;
    margin: 0;
    padding-bottom: 30px;
}
.sing-up-part form label span{
    color: #555;
}
.sing-up-part form button{
    line-height: 48px;
    padding: 0 40px;
    background: #584bed;
    border: 1px solid #584bed;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
}
.sing-up-part form button:hover{
    background: transparent;
    color: #333;
}
/*=====================
mettle PORTFOLIO AREA CSS
=========================*/

.portfolio_nav {
    padding: 0px 0 40px;
}
.portfolio_nav ul {} .portfolio_nav ul li {
    display: inline;
}
.portfolio_nav ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 6px 27px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #d71700  none repeat scroll 0 0;
    border-color: #d71700 ;
}
.prot_wrap {
    overflow: hidden;
}
/* single gallery css */

.single_protfolio {
    position: relative;
/*     margin-bottom: 30px; */
    overflow: hidden;
}
.prot_thumb {} .prot_thumb img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single_protfolio:hover .prot_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.prot_content {
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(26, 125, 215, 0.6);
    z-index: 9;
}
.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}
.prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    transition: .5s;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}
.prot_content h3 a {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .5s;	
}
.prot_content h3 a:hover{
    color: #10184f;
}

.prot_content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}
.prot_content p span {
    display: inline-block;
    padding-top: 0px;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}
.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}
.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}
.nospace.col-xs-12 {
    padding: 0px;
}
.nospace .single_protfolio {
    margin-bottom: 0px;
}
/* load button css */

.gallery_load_button {} .gallery_load_button a {
    border: 1px solid #ddd;
    color: #444;
    padding: 7px 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 0px;
}
.gallery_load_button a:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}
/* portfolio icon css */

.picon {} .picon a {
    background: #d71700;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 3px 11px;
    width: 50px;
	text-align: center;
}
.picon a:hover {
    border-color: #d71700 ;
    background: #d71700 ;
    color: #fff;
}
/* single portfolio */

.pimgs {
}
.pimgs img {} .prots-contentg p {} .prots-contentg ul {
    margin-left: 40px;
}
/*style 1 */

.em_port_content {
background: rgba(254, 148, 24, 0.50);
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
    left: 0;
    top: -100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    color: #fff;
}
.pstyle_1 .porttitle_inner h3 {
    color: #fff;
    padding-bottom: 9px;
}
.pstyle_1 .porttitle_inner h3 a {} .pstyle_1 .porttitle_inner p {
    color: #333;
}
.pstyle_1 .prot_content p {
    margin: 2px 0 0;
}
.pstyle_1 .single_protfolio {
    -webkit-transition: .5s;
    transition: .5s;
}
.pstyle_1 .porttitle_inner .prots-content {
    color: #fff;
}
.portfolio_readmore_btn {
    padding-top: 23px;
}
.portfolio_readmore_btn > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 21px;
    text-transform: uppercase;
    color: #d71700 ;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
}
.portfolio_readmore_btn > a:hover {
    background: #d71700 ;
    color: #fff;
    border: 1px solid #d71700 ;
}
.em_port_container {
    overflow: hidden;
    position: relative;
}
.pstyle_1 .porttitle_inner p span {
    padding-top: 5px;
    color: #fff;
}
.pstyle_1 .picon a {
    background: transparent;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    -webkit-transition: .5s;
    transition: .5s;
}
.pstyle_1 .picon a:hover {
    background: #d71700 ;
    color: #fff;
}
.pstyle2 .prot_content {
    background: rgba(215, 23, 0, 0.7);
}
.pstyle2 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.pstyle2 .single_protfolio:hover .prot_content_inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
    opacity: 1;
}
/* port style 3 */
.em_plus_port {
    position: absolute;
    bottom: 20px;
    right: -3000px;
    z-index: 99;
	-webkit-transition: .5s;
	transition:.5s;
}
.single_protfolio:hover .em_plus_port {
    right: 30px;
}
.pstyle2.pstyle3 .prot_content_inner{
	text-align:left;
}
.pstyle2.pstyle3 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
   width: 80%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #d71700 ;
    padding: 20px;
	-webkit-transition: .5s;
	transition:.5s;
}
.pstyle2.pstyle3 .single_protfolio:hover .prot_content_inner{
	/* left: 50%; */
}
/* style 4 */

.pstyle4.pstyle_1 .single_protfolio:hover {
    box-shadow: none;
}
.pstyle4 .prot_content_inner {
    top: 50%;
}
.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}
.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    padding: 17px 10px 20px;
}
.pprotfolio4 {
    border: 1px solid #f1f1f1;
    border-top: 0px solid #f1f1f1;
    padding: 20px 10px 23px;
}
.porttitle_inner4 h3 {
    margin: 0;
    text-transform: capitalize;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.porttitle_inner4 h3 a {
    text-transform: uppercase;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
}
.porttitle_inner4 p {
    color: #454545;
    line-height: 1;
    margin: 5px 0 0;
}
.porttitle_inner4 p span {
    display: inline-block;
    padding-top: 5px;
}

/* single portfolio2 */
.portfolio-details-box {
}
.gitem img{
}
.portfolio-details-box h2{
	color: #333;
    line-height: 30px;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
}
.portfolio-details-box ul{}
.portfolio-details-box ul li{
    padding-top: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    list-style: none;		
}
.portfolio-details-box ul li b{
    color: #444;
    font-size: 18px;
    font-weight: 600;	
}
.portfolio-details-box ul li span.eright{
	font-weight: 400;
    color: #6a6c7c;
    font-size: 16px;
	margin-left: 5px;	
}
.portfolio-details-box .prots-contentg ul{
    margin-left: 0px;	
}
.portfolio-details-box .seoico-single-icon-inner {
    text-align: left;
}
.pr-title{}
.pr-title h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
}

/* call to action */
.witr_call_to_action {
    text-align: left;
	position:relative;
}
.witr_call_to_content {} 
.witr_call_to_content h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.witr_call_to_content h1 {
    font-size: 36px;
    margin-bottom: 15px;
}
.witr_call_to_content a {
border: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background-color: #d71700 ;
    border-radius: 50px;
    margin-top: 20px;
    padding: 12px 35px;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_call_to_content a:hover {
    background: #d71700 ;
}
.witr_call_to_content p {
    width: 55%;
    margin: auto;
    margin-left: 0;
    font-size: 16px;
}
.em-call-to-video {
    position: absolute;
    right: 0;
    top: 50%;
	    width: 24%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.em-call-video-link {
    float: left;
    margin-right: 20px;
}
.em-call-to-video h2,
.em-call-to-video i
{
}
.em-call-to-video h2 {
	font-size: 25px;
}
.em-call-to-video i
{
    font-size: 28px;
}
 /*====== apps button =======*/
 .w_apps_button_image{
    display: inline-block;
    margin-right: 34px;	 
 }
 .w_apps_button_image a{}
.w_apps_button{
    display: inline-block;	
}
.w_apps_button a {
	padding: 3px 30px 11px 30px;
    border: 1px solid #d71700 ;
    border-radius: 30px;
    margin-right: 15px;
	display:block;
	-webkit-transition: .5s;
	transition:.5s;
}
.w_apps_button a:hover {
    background:#642ba2;
	-webkit-transition: .5s;
	transition:.5s;	
}
.w_apps_button a:hover span.iseoico,
.w_apps_button a:hover span.spaninner{
	color:#fff;
	-webkit-transition: .5s;
	transition:.5s;	
}
span.iseoico {
    float: left;
    font-size: 29px;
	margin-right: 18px;
    margin-top: 14px;
	color:#333;	
}
 span.spaninner {
    display: block;
    overflow: hidden;
    color: #333;
    text-transform: capitalize;
    font-size: 23px;	
}
span.smalltext {
    display: block;
	font-size: 14px;	
}
/*====== single image area =======*/
.single_image_area{} 
.single_image{
	position:relative;
	z-index:1;
	
} 

.single_image{
	 animation: witr_abmovetb_box15 2s linear 1s infinite alternate running;
}
@keyframes witr_abmovetb_box15 {
  0%{
	  transform: translateY(-20px);
	}
  100%{
	  transform: translateY(20px);
	}
}
.single_image:before{
    content: '';
    position: absolute;
   /*  background: #f00; */
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.single_image img{
	 width:100%; 
}
/* .single_image:after {
    position: absolute;
    right: 0;
    bottom: -55px;
    content: '';
    width: 483px;
    height: 100%;
    z-index: -1;
    border: 5px solid transparent;
    border-image: linear-gradient(90deg, rgba(254,148,24,1) 0%, rgba(245,99,75,1) 100%);
    border-image-slice: 1;
} */
/*====== footer widget area css =======*/ 
.witr_footer_widget_area{} 
.witr_footer_widget{}
	/* title  */
.witr_own_widet_title{} 
.witr_own_widet_title h1{
	font-size: 22px;
    padding-bottom: 3px;
    text-transform: capitalize;	
}
 /* content */
.wittr_footermenu_w_list{} 
.wittr_footermenu_w_list ul{} 
.wittr_footermenu_w_list ul li{
	list-style:none;
}
.wittr_footermenu_w_list ul li a,
.wittr_footermenu_w_list ul li{
    font-size: 16px;
    line-height:38px;
    font-weight: 400;
    color: #555;
    -webkit-transition: .5s;
    transition: .5s;	
} 
.wittr_footermenu_w_list ul li a:hover{
	color:#d71700 ;
}
 /* icon */
.wittr_footermenu_w_list ul li i{} 
 /* tags css*/
.witr_own_widet_title h5{
	color: #fff;
    font-size: 20px;
    padding-bottom: 17px;
    text-transform: capitalize;		
} 
.witr_own_widet_title .tagcloud a{
    color: #fff;
    font-size: 16px !important;
    line-height: 27px;
    margin-right: 15px;
    padding: 0;	
} 
/*====== footer socials bottom css =======*/ 
.witr_single_socials{}
.witr_single_socials ul{}
.witr_single_socials ul li{
    list-style: none;	
}
.witr_single_socials ul li a{}
.witr_single_socials ul li a i{	
    display: inline-block;
	color: #555;
    margin-right: 15px;
	font-size:16px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 8px;
}
.witr_single_socials ul li a i:hover{
	color: #d71700;
} 
/*====== blog page ======*/
.blog-btn a{
    background: -webkit-gradient(linear, left top, right top, from(rgba(119, 1, 219, 1)), to(rgba(25, 153, 242, 1))) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: linear-gradient(90deg, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    color: #fff;
    font-weight: 400;
    padding: 0 28px;
    font-size: 18px;
    line-height: 48px;
    border-radius: 30px;
    margin-top: 25px;
}
.blog-tag h4,
.blog-post h4,
.blog-cat h4,
.blog-title h4{
    font-size: 20px;
    line-height: 15px;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    position: relative;
}
.blog-tag h4:before,
.blog-post h4:before,
.blog-cat h4:before,
.blog-title h4:before{
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 130px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(119, 1, 219, 1)), to(rgba(25, 153, 242, 1))) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: linear-gradient(90deg, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
}
.blog-title img{
    margin-top: 40px;
    width: 100%;
}
.blog-title h5 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	padding-top: 23px;
    padding-bottom: 10px;
}
.blog-title h5 span{
    color: #555;
    font-size: 16px;
    font-weight: 400;
}
.blog-title p {
	padding-right: 30px;
}
.blog-left-side .blog-title > ul > li{
    display: inline-block;
	padding:0px;
}
.blog-left-side .blog-title > ul > li > a{
    height: 40px;
    width: 40px;
    background: #584BED;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
}
.blog-title ul li:nth-child(2) a{
    background: #FF896A;
}
.blog-title ul li:nth-child(3) a{
    background: #BF113C;
}
.blog-title ul li:nth-child(4) a{
    background: #22478B;
}
.blog-title ul li:nth-child(5) a{
    background: #00AFE1;
}
.blog-cat ul{
    margin-top: 20px;
}
.blog-cat ul li{
    width: 100%;
}
.blog-cat ul li p{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 13px 0 5px;
    border-bottom: 1px solid #ddd;
    color: #555;
}
.blog-cat ul li:last-child p{
    border-bottom: 0;
}
.blog-cat ul li p span{
    position: absolute;
    right: 0;
}
.blog-ad {
    position: relative;
}
.blog-ad .blog-ad-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(88, 75, 237, 0.8);
	text-align: center;
	padding: 80px 52px;
}
.blog-ad h5{
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
}
.blog-post{
    margin-top: 50px;
}
.blog-post ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    white-space: normal;
}
.blog-cont span{
    color: #555;
    padding-top: 6px;
}
.blog-cont span p {
	line-height: 22px;
}
.blog-tag {
    margin-top: 20px;
}
.blog-tag h4{
    margin-bottom: 22px;
}
.blog-tag span {
	color: #555;
	padding-right: 25px;
	line-height: 38px;
}
.btn-center{
    margin-left: -400px;
}
.blog-tag {}
.single-content h5{
    font-size: 35px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    padding: 30px 0 20px;
}
.single-content span{
    font-size: 15px;
    color: #555;
    padding-right: 20px;
    margin-bottom: 17px;
}
.single-content span i{
    font-size: 13px;
    padding-right: 8px;  
}
.blog-title ul {
	display: inline-block;
}
.blog-title span {
	font-size: 20px;
	font-weight: 500;
	color: #555;
	line-height: 28px;
	padding-right: 9px;
}
.blog-form h3,
.blog-cmnt h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.blog-q {
	padding: 70px 32px 30px;
	border-left: 2px solid rgba(88, 75, 237, 1);
	box-shadow: 0 0 13px -10px #000;
}
.blog-q h5 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	padding-top: 18px;
}
.blog-q span {
	font-size: 17px;
	color: #555;
	line-height: 28px;
}
.blog-q p{
    position: relative;
    z-index: 2;
    font-size: 20px;
}
.blog-q p:before {
	position: absolute;
	content: '\f10e';
	left: 50%;
	top: -10px;
	font-size: 100px;
	font-family: fontawesome;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	color: rgba(119, 1, 219, .2);
}
.blog-cmnt{}
.blog-cmnt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
}
.blog-cmnt .blog-cont h6 {
	line-height: 16px;
	font-size: 20px;
	color: #333;
}
.blog-cmnt .blog-cont{
    position: relative;
}
.blog-cmnt .blog-cont a {
	color: #555;
	font-size: 16px;
	line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-cmnt .blog-cont p {
	/* line-height: 28px; */
	padding-top: 5px;
}
.blog-form form input{
    width: 100%;
    height: 50px;
    margin: 50px 0 30px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding-left: 30px;
    color: #8f8f8f;
}
.blog-form form input::-webkit-input-placeholder{
    color: #8f8f8f;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-form form input:-ms-input-placeholder{
    color: #8f8f8f;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-form form input::-moz-placeholder{
    color: #8f8f8f;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-form form input::placeholder{
    color: #8f8f8f;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-form form textarea {
	resize: none;
	width: 100%;
	height: 200px;
	margin-left: 15px;
	margin-right: 15px;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
    color: #8f8f8f;
}
.blog-form form textarea::-webkit-input-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8f8f8f;
}
.blog-form form textarea:-ms-input-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8f8f8f;
}
.blog-form form textarea::-moz-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8f8f8f;
}
.blog-form form textarea::placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8f8f8f;
}
.blog-form form button {
	font-size: 16px;
	font-weight: 500;
	margin-left: 15px;
	border: 1px solid rgba(119, 1, 219, 1);
	border-radius: 30px;
	padding: 13px 35px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(119, 1, 219, 1)), to(rgba(25, 153, 242, 1))) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: linear-gradient(90deg, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    color: #fff;
    cursor: pointer;
    margin-top: 40px;
    -webkit-transition: .5s;
    transition: .5s;
}
.blog-form form button:hover{
    background: transparent;
    color: #333;
}
/*====== contacts page ======*/
.Screenshots .slick-slide img {
    width: 100%;
}
.play-overlay span {
    display: none;
}

/* ======== timeline area css ======== */
.witr_timeline_area{}

/* single timeline */
.witr_hd_timeline_contant {
	position:relative;
    padding-bottom: 39px;	
}
/* left border */
.witr_hd_timeline_inner {
    padding-left: 27px;
}
.witr_hd_timeline_inner:before{
    width: 1px;
    height: 100%;
    -webkit-transition: .5s;
    transition:.5s;
	background: #d71700 ;
    position: absolute;
    left: 7.5px;
    top: 0;
    content: "";
}
/* circle border */
.witr_dslborder {
    display: inline-block;
    width: 15px;
    height: 15px;
	-webkit-transition: .5s;
	transition:.5s;
	background: #d71700 ;	
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.witr_hd_timeline_inner:hover:before,
.witr_hd_timeline_inner:hover .witr_hd_sicon_inner,
.witr_hd_timeline_inner:hover .witr_dslborder{
	background: #113263;
}
/* title */
.witr_timeline_item {
    width: 230px;
}
.witr_timeline_item h2{
    font-size:25px;
	color:#d71700;
	transition:.5s;
	padding-bottom:10px;
}
.witr_hd_timeline_inner:hover .witr_timeline_item h2{
	color:#113263;
}

/* witr_number_item css */
.witr_number_item {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 17px;
}
/* timeline icon css */
.witr_hd_sicon {
    position: absolute;
    left: -17px;
    bottom: -25px;
}
.witr_hd_sicon_inner{
    width: 55px;
    height: 55px;
	background: #d71700 ;
    line-height: 54px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 22px;	
}
.witr_hd_sicon_inner i{}
/* margin left spacing */
.mrl15{
	margin-left:15px;
}
.mrl65{
	margin-left:65px;
}
.mrl110{
	margin-left:110px;
}
/* margin right spacing */
.mrr50{
	margin-right:50px;
}
.mrr95{
	margin-right:95px;
}
.mrr90{
	margin-right:90px;
}
/* timeline bottom right text */
.witr_sicon_bottom.witr_hd_timeline_contant {
    padding-bottom: 0px;	
    padding-top: 51px;	
}
.witr_sicon_bottom{
	text-align:right;
}
.witr_sicon_bottom .witr_timeline_item {
    width: 230px;
    margin-right: 0;
    margin-left: auto;
}
.witr_sicon_bottom .witr_dslborder {
    left: auto;
    top: auto;
    bottom: 0;
    right: 1px;
}
.witr_sicon_bottom .witr_hd_timeline_inner:before{
    left: auto;
	right: 7.5px;
    top: auto;
    bottom: 0;
}
.witr_sicon_bottom .witr_hd_timeline_inner {
    padding-left: 0px;
    padding-right: 27px;
}
/* icon bottom position */
.witr_sicon_bottom .witr_hd_sicon {
    position: absolute;
    right: -17px;
    top: -28px;
    left: auto;
    bottom: auto;
}
.middle_border_divider{
height:1px;
display:block;
background: #d71700 ;
}

/* cursor imags area css */
.slide_items{}
.slide_items img{}

 

/* contact css */
.apartment_area{
    position: relative;
    background-size: cover;
    padding: 43px 35px 51px;
    border-radius: 10px;
}
.apartment_text h3{
    color: #07001e;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1px;
}
.apartment_text p{
    color: #07001e;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 21px;
}
.witr_apartment_form {
    width: 100% !important;
    text-align: left;
}


.witr_apartment_form form select option{

}

.witr_apartment_form form select,
.witr_apartment_form input{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #666666;
    background: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0 15px;
    margin-bottom: 30px;
}
.witr_apartment_form input::-moz-placeholder{
    color: #666666 ;
    opacity: 1;
}
.witr_apartment_form input::-ms-input-placeholder{
    color: #666666 ;
    opacity: 1;
}
.witr_apartment_form input::-webkit-input-placeholder{
    color: #666666;
    opacity: 1;
}
.witr_apartment_form .const_btn{
	font-size: 15px;
    background: #fff;
    font-weight: 600;
/*     padding: 15px 37px; */
    border-radius: 5px;
    margin-top: 10px;
    border: 0;
    color: #083791;
	cursor:pointer;
	transition:.5s;
}
.witr_apartment_form .const_btn:hover{
    background: #083791;
    color: #fff;
}
/* =========================== DEFAULT CONTACT CSS ================================ */
 .wpcf7 label {
 width: 100%;
}
.wpcf7 input,
.wpcf7 textarea
{
 width: 100%;
/*  border-radius:30px; */
 border:1px solid #ddd;
     padding-left: 30px;
}
.wpcf7 input{
 height:50px;
}
.wpcf7 textarea
{
height: 150px;
}
input.wpcf7-submit {
 width: auto;
 padding: 0px 50px;
 cursor: pointer;
}
.wpcf7-form p {
}
div.wpcf7-response-output {
    color: #efc707;
} 


/*======== contact 1 css ==========*/
.witr_form_area1 {
	width: 100%;
	margin: auto;
}
.witr_form_controls1 {}
.witr_field1 .witr_form_field1 {
	float: left;
	width: 49%;
}
.witr_field1 .witr_form_field1.witr_1width100 {
	width: 100%;
}
.witr_field1 .witr_form_field1.witr_1width25{
	width: 23%;
}

 .witr_field1 .witr_form_field1:after {
	clear: both;
	content: "";
	display: block;
}
 .witr_field1 .witr_form_field1 select,
 .witr_field1 .witr_form_field1 input,
 .witr_text_area1 textarea {
	width: 100%;
	margin-bottom: 30px;
	line-height: 43px;
	background: #6A6C7C; 
    border: 0px solid #ddd;
    color: #fff;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
	border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(148,146,245,0.2);	
    text-transform: capitalize; 
}
.witr_text_area1 textarea {
	height: 150px;
	resize: none;
	padding: 10px 30px 30px;
}
 .witr_field1 .witr_form_field1 select{
    height: 50px;	 
 }
 .witr_con_btn1 {
    text-align: center;
}
 
.witr_con_btn1 .w_btn1{
	text-align: center;
	background: #6A6C7C;
	color: #fff;
	font-size: 16px; 
	cursor: pointer;
	line-height: 45px;
	border-radius: 5px;
	font-weight: 600;
	border: 1px solid #6A6C7C;
	transition: .5s;
	text-transform: uppercase;
}
.witr_con_btn1 .w_btn1:hover{
	background: #d71700;
	border-color: #d71700;
	color:#fff;
}
.witr_field1 .witr_form_field1 input::-webkit-input-placeholder{
    color: #fff;
}
.witr_field1 .witr_form_field1 input:-ms-input-placeholder{
    color: #fff;
}
.witr_field1 .witr_form_field1 input::-moz-placeholder{
    color: #fff;
}
.witr_text_area1 textarea::-webkit-input-placeholder{
    color: #fff;
}
.witr_text_area1 textarea:-ms-input-placeholder{
    color: #fff;
}
.witr_text_area1 textarea::-moz-placeholder{
    color: #fff;
}


.witr_con_btn1 .w_btn1:before{
}
.witr_form_controls1 .witr_field1 .witr_form_field1:nth-child(odd){
	margin-right:1%;
}
.witr_form_controls1 .witr_field1 .witr_form_field1:nth-child(even){
	margin-left:1%;
}


/*========= contact-2 css ==========*/
.witr_form_area2 {
 width: 100%;
 margin: auto;
}
.witr_form_controls2 {}
.witr_field2 .witr_form_field2 {
	float: left;
	width: 49%;
}
.witr_field2 .witr_form_field2.witr_2width100 {
	width: 100%;
}
.witr_field2 .witr_form_field2:after {
	clear: both;
	content: "";
	display: block;
}
.witr_field2 .witr_form_field2 input,
.witr_text_area2 textarea {
	width: 100%;
	margin-bottom: 30px;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 30px;
	line-height: 43px;
	padding-left: 30px;
	color: #333;
}
.witr_text_area2 textarea {
	height: 200px;
	resize: none;
	padding: 10px 30px 30px;
}
.witr_con_btn2 .w_btn2{
	width: 100%;
	text-align: center;
	background: transparent;
	color: #d71700;
	font-size: 16px; 
	cursor: pointer;
	line-height: 45px;
	border-radius: 30px;
	font-weight: 600;
	border: 1px solid #d71700;
	transition: .5s;
	text-transform: uppercase;
}
.witr_con_btn2 .w_btn2:hover{
	background: #d71700;
	color:#fff;
}
.witr_con_btn2 .w_btn2:before{
}
.witr_form_controls2 .witr_field2 .witr_form_field2:nth-child(odd){
	margin-right:1%;
}
.witr_form_controls2 .witr_field2 .witr_form_field2:nth-child(even){
	margin-left:1%;
}



/* accordion area css */

.accordion_area{}
.card-header.witr_ac_card {
    background: none !important;
    padding: 0;
    border-bottom: 0;
}
.witr_ac_card i {
	margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.accordion_area .card-2{
	margin-bottom: 22px;
    border: 1px solid #ddd;
}
.witr_ac_style {
    color: #333;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 7px 15px 11px;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_ac_style:focus,
.witr_ac_style:hover{
	color:#fff;
	background: #d71700;
}
.witr_ac_style:before {
    position: absolute;
    content: '\f107';
    right: 30px;
    top: 9px;
    font-family: fontawesome;
    font-size: 18px;
}
.active .witr_ac_style:before {
    position: absolute;
    content: '\f106';
    right: 30px;
    top: 9px;
    font-family: fontawesome;
    font-size: 18px;
}
.active .witr_ac_style{
    background: #d71700;
	color:#fff;
}

.card-body ul{}
.card-body ul li{
	margin-left: 18px;
	margin-bottom: 4px;	
}

 /* accouding elementor 2 */
 .elementor-accordion .elementor-accordion-item {
 border: 0 !important;
 border-left: 2px solid #d71700  !important;
 margin-bottom:20px;
 box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
} 
.elementor-accordion .elementor-tab-content {
 border-top: none !important;
}
.elementor-tab-title a,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    color: #333 !important;
	font-size: 16px;
    font-weight: 500;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    color: #333 !important;
}

/* witr single cursor img */
 .slide_item img{
 opacity:0.1;
 }
.slick-center .slide_item img{
opacity:1;
 }
 /*======== slick ========*/
 .slick-prev, .slick-next {
 font-size: 0;
 position: absolute;
 display: block;
 padding: 0;
 cursor: pointer;
 color: transparent;
 outline: none;
  background: transparent; 
 z-index: 1;
 opacity:0;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
height: 50px;
top: 50%;
        transform: translate(0px, -50%);
width: 50px;
transition: .5s;
line-height: 45px;
border: 2px solid #d71700 ; 
}
.slick-prev {
 left: 15px;
}
.slick-next {
 right: 15px;
}
 .slick-prev:before, .slick-next:before {
 color: #d71700 ;
 font-size: 25px;
 -webkit-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 content: "\f177";
 font-family: FontAwesome;
}
 .slick-next:before {	 
 content: "\f178";
 font-family: FontAwesome;
}
 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
 background: #d71700 ;
}
 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
 color: #fff;
}
 .witr_opacity:hover .slick-prev, 
 .witr_opacity:hover .slick-next,
 .images_areas:hover .slick-prev, 
 .images_areas:hover .slick-next,
 .witr_ds_content_area:hover .slick-prev, 
 .witr_ds_content_area:hover .slick-next,
 .blog_wrap:hover .slick-prev, 
 .blog_wrap:hover .slick-next,
 .witr_team_area_c:hover .slick-prev, 
 .witr_team_area_c:hover .slick-next,
 .images_area:hover .slick-prev, 
 .images_area:hover .slick-next,
 .testomonial-slide:hover .slick-prev, 
 .testomonial-slide:hover .slick-next,
 .Screenshots-slide:hover .slick-prev, 
 .Screenshots-slide:hover .slick-next,
 .mobile-slide:hover .slick-prev, 
 .mobile-slide:hover .slick-next,
 .mobile-slide-7:hover .slick-prev, 
 .mobile-slide-7:hover .slick-next,
 .testomonial:hover .slick-prev, 
 .testomonial:hover .slick-next{
	 opacity:1;
}


.testomonial-slide  .slick-prev,
.blog_wrap  .slick-prev
 {
 left: -65px;
}
.testomonial-slide  .slick-next,
.blog_wrap  .slick-next
 {
 right: -65px;
}

 /* cursor css */
.carsur_dots .elementor-slick-slider ul.slick-dots{
	bottom: -70px;
 }
.carsur_dots .elementor-slick-slider ul.slick-dots li{
	margin: 0 5px; 
} 
.carsur_dots .elementor-slick-slider ul.slick-dots li button:before{
 background-color: transparent;
 font-size: 0;
 width: 18px;
 height: 18px;
 border: 1px solid #fff ;
 cursor: pointer;
 border-radius: 5px;
}
 .carsur_dots .elementor-slick-slider ul.slick-dots li.slick-active button:before{
 background-color: #fff;
}
.carsur_dots .elementor-slick-slider ul.slick-dots li button:hover:before{
 background-color: #fff;
}
.slick-dots {
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 bottom: 0px;
 display: inline-block;
 z-index: 11;
}
.slick-dots li {
 display: inline-block;
}
.slick-dots li button {
    background-color: transparent;
    font-size: 0;
    width: 13px;
    height: 13px;
    border: 2px solid #d71700;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    transition: .5s;
}
.slick-dots li.slick-active button {
 background: #d71700 ;
} 

/* text widget */
.witr_text_widget{}
.witr_text_widget_inner h1,
.witr_text_widget_inner h2{
 font-size: 36px;
 margin-bottom: 5px;
     line-height: 42px;
}
.witr_text_widget_inner h1{
 font-size: 22px;	
}
.witr_text_widget_inner h1 span,
.witr_text_widget_inner h2 span{
	color:#d71700 ;
}

.witr_text_widget_inner p{
/* margin-top: 23px; */
 margin-bottom: 11px;
}
.about-content{
	margin-top:20px;
}
.about-content i{
    margin-right: 11px;
    float: left;
    margin-top: 10px;
    font-size: 16px;
	color:#d71700;
}
.about_textt{
    overflow: hidden;
}
.about_textt span{}




/* witr_tslide_area */
.witr_tslide_area{}
.witr_single_tslide{}
.witr_tslide_thumb{
	    position: relative;
}
.witr_tslide_thumb::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    transition: .5s;	
}
.witr_tslide_thumb img{
	width:100%;
}
.witr_tslide_text{

	padding:45px 30px 45px;	
}

.witr_tslide_text h1{
	font-size:50px;
}
.witr_tslide_text h2{
	font-size: 25px;
    margin: -7px 0px 15px;
}
.witr_tslide_text p{}



 
 /* unoy */
.wp-block-button__link {
 padding: 8px 24px 12px;
} 
p.comment-form-cookies-consent {
 position: absolute;
 top: 33%;
 display:none;
}


 /* stasick tab area css */

.tab_area {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 5px #ddd;	
}
.seoico-tab{
    overflow: hidden;
    clear: both;
    background: #000;
}
.tab_area .nav-tabs {
    border: none;
}
.seoico-tab li {
    display: inline-block;
    list-style: none;
    background: #000;
    float: left;
    overflow: hidden;
}
.seoico-tab li a{
    padding: 15px 30px;
    display: block;
    border-right: 1px solid #ddd;
    color: #fff;
}
.seoico-tab li a.active,
.seoico-tab li a:hover
{
    background: #d71700 ;
    color: #fff;
}

/* single video css */

.single_video {
    margin-top: 30px;
}
.video_image {
    position: relative;
}
.video_image:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}

.video_image img{
	width:100%;
}
.choose_video_icon{}
.video_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
.video_icon a{
	text-align: center;
    display: inline-block;
}
.video_icon a i{
	color: #fff;
    border: 5px solid #fff;
    width: 90px;
    height: 90px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 5px;
}
.wic_tab_content {
    padding-top: 16px;
}
.tab_title_content{}
.tab_title_content h2{ 
    font-size: 20px;  
    margin-bottom: 8px;
 }
.wic_text_block p{} 
.video_area .col-md-12{
	padding-left:0;
	padding-right:0;
}

/* tab event css */

.tab-event{
    background: #fff;
    overflow: hidden;
    padding: 15px 0;
}
.seoico_single_event {
    border-bottom: 1px solid #ddd;
    margin: 0 10px;
    padding-bottom: 12px;
    padding-top: 16px;
    clear: both;
    overflow: hidden;	
}
.seoico_single_event:last-child{
	    border-bottom: 0px solid #ddd;
}
.seoico_event_thumb {
    float: left;
    margin-right: 15px;
}
.event_content_area{
	
}

.seoico_single_event:hover .event_page_title h2 a{
	color: #d71700 ;
}
.event_page_title h2 a{
	color: #333;
    text-transform: capitalize;
    font-weight: 600;
}
.event_pcontent{}
.event_pcontent p{
	margin-bottom: 5px;
}
.seoico_event_icon span{
	margin-right: 10px;
} 
.seoico_event_icon span i{
	margin-right: 5px;
}













 /* carsur_dots */
.carsur_dots{ 
}
.carsur_dots .swiper-pagination-bullet {
 width: 18px;
 height: 18px;
 background: none;
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 border: 2px solid #fff;
} 
.carsur_dots .swiper-pagination-bullet.swiper-pagination-bullet-active{
 background: #fff; 
} 
.carsur_dots .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: -54px 6px;
} 

/* DEFAULT CONTACT CSS */
 .wpcf7 label {
 width: 100%;
}
.wpcf7 input,
.wpcf7 textarea
{
 width: 100%;
/*  border-radius:30px; */
 border:1px solid #ddd;
     padding-left: 30px;
}
.wpcf7 input{
 height:50px;
}
.wpcf7 textarea
{
height: 150px;
}
input.wpcf7-submit {
 width: auto;
 padding: 0px 50px;
 cursor: pointer;
}
.wpcf7-form p {
}
div.wpcf7-response-output {
    color: #efc707;
} 
.video-item span,
.em-call-to-video span{
	display:none;
}

/* COUNTDOWN CSS */

span.cdowns {
    width: 175px;
    height: 165px;
    background: #d71700;
    display: inline-block;
    margin: 0 29px;
    position: relative;
}
span.cdowns:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 60px;
    right: -37px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
span.cdowns:after{
    position: absolute;
    content: "";
    background: #fff;
    top: 93px;
    right: -37px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
span.cdowns:last-child:before,
span.cdowns:last-child:after
{
display:none;
}
.counterdowns {
    text-align: center;
}

span.time-counts {
    line-height: 119px;
    font-size: 55px;
    color: #fff;
}
.counterdowns p {
	color: #fff;
	font-size: 18px;
	line-height: 0px;
	margin-top: -4px;
}
.dotnone span.cdowns:before,
.dotnone span.cdowns:after
{
	display:none;
}





.mean-container .mean-nav ul li a:hover {
    color:#d71700 ;
    border-radius: 0;
}


.witr_cs_icon i {
    font-size: 57px;
    margin-bottom: 30px;
    display: inline-block;
    margin: 20px;
}

/* team 7 style css */
.busi_team{
    position: relative;
    padding: 85px 0;
    background: #f9f9f9;
}
.busi_singleTeam{
    position: relative;
    overflow: hidden;
}
.busi_singleTeam img{
    width: 100%;
    height: auto;
}
.TM_center{
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    z-index: 3;
}
.busi_TMHover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, .90);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: '';
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.busi_TMHover:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #d71700 ;
    width: 0px;
    height: 3px;
    content: '';
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
}
.busi_TMHover:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d71700 ;
    width: 0px;
    height: 3px;
    content: '';
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
}
.busi_singleTeam .name{
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 2px;
    visibility: hidden;
    position: relative;
    margin-left: -30px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.busi_singleTeam p{
    font-size: 14px;
    margin-bottom: 17px;
    line-height: .8;
    visibility: hidden;
    position: relative;
    margin-right: -30px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.busiTS{
    position: relative;
    visibility: hidden;
    position: relative;
    opacity: 0;
    transition: all 0.9s ease-in-out;
}
.busiTS a{
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #7c7c7c;
    line-height: .8;
    padding: 5px 0;
    margin: 0 3px;
}
.busi_singleTeam .name:hover{
    color: #d71700 ;
}
.busiTS a:hover{
    background: #d71700 ;
    border-color: #d71700 ;
    color: #fff;
    transform: rotate(360deg);
}
.busi_singleTeam:hover .busi_TMHover:before,
.busi_singleTeam:hover .busi_TMHover:after{
    width: 80px;
}
.busi_singleTeam:hover .busi_TMHover{
    visibility: visible;
    opacity: 1;
}
.busi_singleTeam:hover .name{
    visibility: visible;
    opacity: 1;
    margin-left: 0;
}
.busi_singleTeam:hover p{
    visibility: visible;
    opacity: 1;
    margin-right: 0;
}
.busi_singleTeam:hover .busiTS{
    visibility: visible;
    opacity: 1;
    transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
}


