@import url('css2.css');

/*theme css*/
 a{
     color: #e12454;
     transition: .5s;
}
 a:hover {
     text-decoration: none;
     color:#e12454;
}
 body {
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
	color:#333;
}
 p {
     font-style: normal;
}
 h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-family: Rajdhani,sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 22px;
    transition: .5s;
    margin-bottom: 0;
	color: #030925;
}
 .btn-primary:focus, select:focus, textarea:focus, input:focus{
     box-shadow: none !important;
}
 textarea, input{
     outline:none;
}
 a:focus, .btn:focus {
     text-decoration: none;
     outline: none;
}
 .uppercase {
     text-transform: uppercase;
}
 .capitalize {
     text-transform: capitalize;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;	
}
p.form-messege{
    margin-top: 8px;
}
/* title css */
 .witr_section_title{
     position:relative;
}
 .witr_section_title_inner{
     position:relative;
     z-index:1;
}
 .witr_back_title{
     position:absolute;
     top:0;
     bottom:0;
     right:0;
     left:0;
}
 .title_in .witr_back_title {
     z-index: -1;
}
 .witr_back_title h4{
     font-size:80px;
     -webkit-text-stroke: 1px #888888;
     -webkit-text-fill-color: transparent;
     line-height:1;
}
 .witr_section_title_inner h1,
 .witr_section_title_inner h2, 
 .witr_section_title_inner h3{
     font-size: 50px;
     margin: auto;
}
 .text-right.witr_section_title_inner h1,
 .text-right.witr_section_title_inner h2, .
 text-right.witr_section_title_inner h3{
     margin-right: 0px;
}
 .text-left.witr_section_title_inner h1,
 .text-left.witr_section_title_inner h2, 
 .text-left.witr_section_title_inner h3{
     margin-left: 0px;
}
 .witr_section_title_inner h1{
}
 .witr_section_title_inner h2{
     font-size:23px;
	 color: #e0a067;
     margin-bottom: 13px;
     display: inline-block;
}
 .witr_section_title_inner h3{
}
 .witr_section_title_inner p span a,
 .witr_section_title_inner p span, 
 .witr_section_title_inner h1 span,
 .witr_section_title_inner h2 span,
 .witr_section_title_inner h3 span{
     color:#e12454;
}
 .witr_section_title_inner p {
     margin-top: 10px;
}
 .witr_section_title_inner.text-center p{
     margin-right:auto;
     margin-left:auto;
}
 .witr_section_title_inner.text-left p{
     margin-right:auto;
     margin-left:0px;
}
 .witr_section_title_inner.text-right p{
     width:81%;
     margin-right:0px;
     margin-left:auto;
}
 .witr_image_title {
     margin-top: 0px;
     margin-bottom: 10px;
}
.white .witr_section_title_inner h1,
.white .witr_section_title_inner h2,
.white .witr_section_title_inner h3,
.white .witr_section_title_inner p{
    color:#fff;
}
.title_btn a {
    background: #e0a067;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
}
/* button hover style */
.pricing-part a.btn, .feature_btn a, .witr_ser_btnb a, .service-btn > a, a.dtbtn, .witr_btn, .witr_bbtn, .witr_gbtn, .witr_gbbtn, .witr_sbtn_s8 a {
    border-radius: 5px;
    font-size: 16px;
}
 .witr_ser_btnb a:hover, a.dtbtn:hover{
     background:#140909;
}
.witr_btn:hover {
    background: #140909;
    color: #fff;
}
 .witr_gbtn::before {
     border-radius: 30px;
}
 .tx_golobal_color{
     background: #e0a067;
}
 .tx_btn_global_color:hover{
     background:#140909;
}
.logo-right,
.logo-left {
    align-items: center;
}
 .tx_relative_m,.tx_top2_relative{
     position:relative;
}
/* bar color title */
 .witr_bar_main {
     margin: 10px 0;
}
.witr_bar_inner {
    height: 5px;
    width: 90px;
    background: #e12454;
    margin: 0px auto;
    position: relative;
    border-radius: 30px;
}
 .text-left .witr_bar_inner{
     margin-left:0px;
}
 .text-right .witr_bar_inner{
     margin-right:0px;
}
/* circale Bar css */
 .witr_bar_innerc{
     position:relative;
}
.witr_bar_innerc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #e12454;
    border-radius: 50%;
    background: #1c1b1b;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg;
    animation-name: move_title_bg1;
}
 .witr_bar_innerc::after{
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     transform:translateY(-50%);
     border:6px solid #e12454;
     border-radius: 50%;
     background: #1c1b1b;
     -webkit-animation-duration: 3s;
     animation-duration: 3s;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-name: move_title_bg;
     animation-name: move_title_bg2;
}
 @keyframes move_title_bg1 {
     from {
         left:0;
    }
     to {
         left:100%;
    }
}
 @keyframes move_title_bg2 {
     from {
         right:0;
    }
     to {
         right:100%;
    }
}
/* === style_w6 shape ==== */
 .witr_shape_item_inner {
     position: absolute;
     z-index: -1;
     content: "";
     transition:.5s;
}
 .witr_shape_box {
     width: 300px;
     height: 300px;
     background: #ddd;
     border-radius: 50%;
     border: 54px solid #f9f9f9;
     margin: auto;
     transition: .5s;
}

/* responsive 320 start */
/* small mobile :320px. */
 @media (max-width: 479px) {
     body {
         overflow-x: hidden;
    }
     .top-right-menu ul.social-icons li {
         margin-left: 13px;
    }
     .mean-container .mean-bar:before {
		text-transform: uppercase;
		top: 17px;
	}
     .mean-container a.meanmenu-reveal {
         padding: 19px 20px 18px;
    }
     .witr_ac_style:before, .active .witr_ac_style:before{
         display:none;
    }
}
/* responsive 320 end */

/*===================== dizil HEADING TOP AREA CSS =========================*/
/* LEFT RIGHT CSS */
 .em40_header_area_main {
}
 .em40_header_area_main.hdisplay_none {
     display: none;
}
 .dizil-header-top {
     background: #e12454;
     padding: 10px 0;
}
 .top-address p {
     margin-bottom: 0;
}
 .top-address p span, .top-address p a {
     margin-right: 20px;
}
 .top-address p span i, .top-address p a i {
     font-size: 13px;
     color: #fff;
     margin-right: 5px;
}
 .top-address p a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */
 .top-right-menu ul.social-icons {
     margin: 0;
     padding: 0;
}
 .top-right-menu ul.social-icons li {
     display: inline-block;
     margin-left: 15px;
     position: relative;
}
 .top-right-menu ul.social-icons li a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     font-size: 15px;
}
 .top-welcomet p span, .top-welcomet p a, .top-welcome p span, .top-welcome p a, .top-welcome p, .top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
     color: #fff;
     font-size: 15px;
     font-weight: 500;
}
 .top-welcome p a:hover{
     color:#17161a;
}
 .top-right-menu .social-icons li a:hover, .top-right-menu .social-icons li a i:hover {
     color: #17161a;
}
 .top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
     margin-right: 0px;
     margin-left: 12px;
}
 .top-right-menu .menu-item-has-children > a:after {
     margin-left: 5px;
     content: "\e62a";
     font-family: themify;
     font-size: 15px;
     opacity: .7;
}
/* sub menu css */
 .top-right-menu ul .sub-menu {
     position: absolute;
     left: 0px;
     top: 100%;
     visibility: hidden;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     border-top: 1px solid #e12454;
     width: 150px;
     text-align: left;
     background: #e12454;
     z-index: 1;
     transition: .5s;
}
 .top-right-menu ul.social-icons li:hover .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
}
 .top-right-menu ul .sub-menu li {
     padding: 5px 0px 5px;
}
 .top-right-menu ul .sub-menu li a {
     font-size: 14px;
}
 .top-right-menu ul .sub-menu ul {
     display: none;
}
 .top-welcome p {
     padding: 0px;
     margin: 0px;
}
 .top-address.em-login a {
     margin-right: 10px;
}
 .top-address.em-login a + a {
     margin-right: 0;
}
 .top-address.em-login p a i, .top-address.em-login p a i {
     margin-right: 5px;
}
 .top-address.em-login a + a:before {
     content: "|";
     margin-right: 12px;
}
 .txtc {
     text-align: center;
}
 .text-center {
     text-align: center;
}
 .text-left {
     text-align: left!important;
}
 .text-right {
     text-align: right!important;
}
.dizil_menu ul .sub-menu li:before {
    opacity: 0;
    transition: .1s;
    width: 15px;
    height: 1px;
    background: #e12454;
    position: absolute;
    left: -20px;
    top: 50%;
    font-size: 20px;
    content: "";
    transform: translateY(-50%);
}
.dizil_menu ul .sub-menu li:hover:before {
    opacity: 1;
}
.dizil_menu ul .sub-menu li:hover {
    margin-left: 15px;
}
.dizil_menu ul .sub-menu li {
    position: relative;
    transition: .5s;
}
/* top opening */
 .top-address.menu_18 span {
     padding: 8px 15px 9px;
     display: inline-block;
}
 .top-right-menu ul.social-icons.menu_18, .top-right-menu ul.social-icons.menu_19 {
     padding: 7px 0;
}
 .em-login.menu_18, .em-quearys-top.menu_19 {
     padding: 7px 0;
}
/* address left right icon */
 .top-right-menu.litop {
     float: left;
}
/* mobile logo */
 .mobile_menu_logo.text-center {
     padding: 20px 0;
}
/*===================== END dizil HEADING TOP AREA CSS =========================*/
/*======================== EM CREATIVE HEADER =========================*/
 .em_creative_header {
     background: #f9f9f9 none repeat scroll 0% 0;
     padding: 28px 0;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .em_creative_header:before {
     background: #e12454 none repeat scroll 0% 0;
     content: "";
     left: 0;
     top: 0;
     bottom: 0;
     width: 25%;
     height: 100%;
     z-index: -1;
     position: absolute;
}
 .em_creative_header:after {
     background: #e12454 none repeat scroll 0% 0;
     content: "";
     left: 18%;
     top: 0;
     bottom: 0;
     width: 15%;
     height: 100%;
     position: absolute;
     -webkit-transform: rotate(-121deg);
     transform: rotate(-121deg);
     z-index: -1;
}
 .single_header_address {
     text-align: left;
}
 .creative_logo_thumb {
     z-index: 9;
     text-align: right;
}
 .creative_header_icon {
     float: left;
     margin-right: 10px;
     overflow: hidden;
}
 .creative_header_icon i {
     color: #e12454;
     font-size: 30px;
     margin-top: 5px;
     margin-left: 2px;
     display: inline-block;
}
 .creative_header_address {
     overflow: hidden;
     padding-left: 80px;
}
 .creative_header_address_text > h3 {
     font-size: 18px;
     margin: 0;
     padding: 0;
}
 .creative_header_address_text > p {
     margin: 0;
     overflow: hidden;
}
 .creative_header_address_text > p > a {
     color:#999;
}
 .creative_logo_thumb {
     z-index: 9;
}
 .creative_header_button {
     padding-left: 50px;
     position: relative;
}
 .creative_header_button:before {
     content: "";
     position: absolute;
     background: #e12454;
     width: 1px;
     height: 74px;
     left: 10px;
     top: -14px;
}
 .creative_header_button .dtbtn {
     background: #e12454;
     border-radius: 5px;
     color: #fff;
     display: inline-block;
     font-size: 15px;
     font-weight: 600;
     margin-left: 0;
     padding: 12px 26px;
     transition: .5s;
}
 .creative_header_button > a:hover {
     background: #e12454 none repeat scroll 0% 0;
}
 .em_slider_social {
     position: fixed;
     right: 30px;
     text-align: center;
     top: 60%;
     z-index: 999999;
}
 .em_slider_social li {
     display: block;
     list-style: outside none none;
     text-decoration: none;
}
 .em_slider_social a {
     background: #e12454 none repeat scroll 0% 0;
     border: 1px solid #e12454;
     border-radius: 50%;
     color: #fff;
     display: inline-block;
     font-size: 16px;
     height: 35px;
     line-height: 33px;
     margin-bottom: 10px;
     text-align: center;
     width: 35px;
}
 .em_slider_social a:hover {
     background: #e12454;
     color: #fff;
     border-color: #e12454;
}
 .no-logo-sr .dizil_menu ul {
     text-align: center;
}
 .no-logo-sr .dizil_menu ul li {
     text-align: left;
}
/*======================= dizil HEADING NAV AREA CSS ========================*/
.dizil-header-top {
    padding-right: 140px;
    padding-left: 120px;
}
.dizil_nav_area, .trp_nav_area, .transprent-menu .dizil_nav_area {
    padding-right: 120px;
    padding-left: 120px;
}
 .mean-container .mean-bar {
     padding: 0;
}
 .main_menu_div {
     position: relative;
}
 .dizil_nav_area {
     background: #fff none repeat scroll 0% 0;
    /* box-shadow: 0 0 65px 0 #00000008;
     */
}
/* LOGO CSS */
 .logo a {
     font-size: 23px;
     font-weight: 700;
     display: inline-block;
}
/* MENU CSS */
 .dizil_menu ul {
     text-align: right;
     list-style: none;
}
/* witr_h_h18 menu css */
 .witr_shop_sc .dizil_menu ul {
     text-align: left;
}
 .search_popup_button, .tx_mmenu_together{
     align-items: center;
     display: flex;
     justify-content: flex-end;
}
.tx_mmenu_together .donate-btn-header {
    padding: 0;
    margin-left: 10px;
}
 .witr_shop_sc .donate-btn-header , .witr_shop_sc .em_top_cart.hshop {
     padding: 0;
}
 .witr_shop_sc .em-quearys-menu i{
     border-radius:3px;
     margin-right: 20px;
     margin-top: 7px;
}
 .witr_shop_sc a.cart-contents {
     background: #ff4a17;
     color: #fff;
     border-radius: 3px;
     padding: 8px;
     margin-top: 3px;
     display: block;
}
 .witr_shop_sc a.dtbtn {
     margin-left: 20px;
}
 .witr_shop_sc .em-header-quearys {
     text-align: center;
}
/* witr_h_h21 menu css */
 .sb_popup .tx_mmenu_together {
     justify-content: space-between;
}
/* witr_h_h22 menu css */
.witr_ds_content_area .slick-slide {
    padding-top: 0px;
}
 .number_align {
     justify-content: space-between;
     display: flex;
     align-items: center;
}
 .menu_search{
     display: flex;
     align-items: center;
}
 .main_menu_address_a {
     display: flex;
     align-items: center;
     position: relative;
}
 .main_menu_address_a::before {
     content: "";
     position: absolute;
     background:#fbfbfb40;
     width: 1px;
     height: 107px;
     left: 0;
}
 .main_menu_header_icon {
     margin-left: 25px;
     margin-right: 10px;
}
 .main_menu_header_icon i{
     font-size: 30px;
     color: #e12454;
}
 .main_menu_header_address_text h3, .main_menu_header_address_text h4 a{
     margin:0;
     font-weight: 600;
}
 .main_menu_header_address_text h3{
     font-size: 18px;
     color: #e12454;
}
 .main_menu_header_address_text h4 a{
     font-size: 18px;
}
 .main_menu_header_address_text h4{
     margin-bottom: 0;
}
 .prefix .main_menu_header_address_text h3, .prefix .main_menu_header_address_text h4 a, .prefix .main_menu_header_icon i {
     color: #fff;
}
 .dizil_menu > ul > li {
     display: inline-block;
     position: relative;
}
.dizil_menu > ul > li > a {
    display: block;
    margin: 38px 9px;
    transition: .5s;
    position: relative;
    color: #272727;
    font-size: 19px;
    font-weight: 600;
    font-family: Rajdhani,sans-serif;
}
 .dizil_menu > ul > li > a:before, .dizil_menu > ul > li.current > a:before {
     background: #ffb600 none repeat scroll 0% 0;
     bottom: -7px;
     content: "";
     height: 2px;
     left: 0;
     margin: auto;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     right: 0;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     width: 15%;
     display:none;
}
 .heading_style_2 .dizil_menu > ul > li > a {
     color: #fff;
}
 .heading_style_3 .dizil_menu > ul > li > a {
     color: #fff;
}
 .heading_style_4 .dizil_menu > ul > li > a {
     color: #fff;
}
 .heading_style_5 .dizil_menu > ul > li > a {
     color: #fff;
}
 .dizil_menu ul li:last-child a {
     margin-right: 0px;
}
 .dizil_menu > ul > li.current > a, .dizil_menu > ul > li:hover > a, .creative_header_menu > ul > li:hover > a {
     color: #e12454;
     background-color: transparent;
}
 .dizil_menu > ul > li:hover > a:before, .dizil_menu > ul > li.current > a:before {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* transparent 2 */
 .trp_nav_area {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     transition: .5s;
}
 .hbg2 {
     background: rgba(0, 0, 0, .7);
}
/* stycky nav js */
 .transprent-menu.menu4 {
     position: relative;
}
 .transprent-menu .dizil_nav_area {
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     padding: 0;
     transition: .5s;
     position: absolute;
}
 .dizil_nav_area.postfix {
     -webkit-transition: .3s;
     transition: .3s;
}
.dizil_nav_area.prefix, .hbg2 {
    background: rgba(0,0,0,0.7);
}
 .dizil_nav_area.prefix .dizil_menu > ul > li > a {
     color:#fff;
}
 .dizil_nav_area.prefix .dizil_menu > ul > li.current > a {
     color: #e12454;
}
/* LOGO LEFT RIGHT CSS */
.logo-left {
    align-items: center;
}
 .logo-left .logo {
     text-align: left;
}
 .logo-right .logo {
     text-align: right;
}
 .logo-right .dizil_menu > ul {
     text-align: left;
}
 .logo-right .dizil_menu > ul > li:first-child a {
     padding-left: 0px;
}
 .logo-right .dizil_menu > ul > li:last-child a {
     padding-right: auto;
}
/* logo top */
 .logo-top .logo {
     text-align: center;
}
 .logo-top .dizil_menu > ul {
     text-align: center;
}
 .logo-top > .dizil_menu > ul > li:last-child a {
     padding-right: auto;
}
/* sub menu style */
.dizil_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 20px 20px 15px;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}
 .dizil_menu ul li:hover > .sub-menu {
     transition: .5s;
     opacity: 1;
     visibility: visible;
     top: 100%;
     z-index: 9;
}
 .dizil_menu ul .sub-menu li {
     position: relative;
}
.dizil_menu ul .sub-menu li a {
    display: block;
    margin: 0;
    margin-bottom: 12px;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 500;
    transition: .5s;
    color: #0a0a0a;
    visibility: inherit !important;
}
 .dizil_menu ul .sub-menu li:hover > a, .dizil_menu ul .sub-menu .sub-menu li:hover > a, .dizil_menu ul .sub-menu .sub-menu .sub-menu li:hover > a, .dizil_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
     color: #e12454;
}
/* sub menu 2 */
 .dizil_menu ul .sub-menu .sub-menu {
     left: 100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .dizil_menu ul .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 3 */
 .dizil_menu ul .sub-menu .sub-menu li {
     position: relative;
}
 .dizil_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .dizil_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 4 */
 .dizil_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
 .dizil_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* user login */
 .logged-in .trp_nav_area {
     top: 32px;
}
 .logged-in .transprent-menu .dizil_nav_area.prefix {
     top: 32px;
}
 .logged-in .trp_nav_area.hbg2 {
     top: 32px;
}
 .elementor-editor-active.logged-in .trp_nav_area {
     top: 0px;
}
 .elementor-editor-active.logged-in .transprent-menu .dizil_nav_area.prefix {
     top: 0px;
}
 .elementor-editor-active.logged-in .trp_nav_area.hbg2 {
     top: 0px;
}
/* has menu icon */
 .dizil-main-menu .menu-item-has-children > a:after {
     margin-left: 5px;
     content: "\f107";
     font-family: FontAwesome !important;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     font-size: 13px;
     opacity: .5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
 .dizil-main-menu .menu-item-has-children .menu-item-has-children> a:after {
     margin-left: 8px;
     content: "\f105";
}
/* menu button */
 .donate-btn-header {
     display: inline-block;
}
 a.dtbtn {
     border: none;
     display: block;
     font-size: 17px;
     margin-left: 20px;
     font-weight: 500;
     background-color: #e12454;
     border-radius: 30px;
     color: #fff;
     padding: 13px 25px;
}
.witr_ser_btnb a:hover, a.dtbtn:hover, .witr_btn:hover, .dizil_button a:hover {
    background: #223645;
}
 .redX {
     color: #e12454;
}
/* logo sticky */
 .dizil-main-menu .logo a.main_sticky_main_l {
     display: block;
}
 .dizil-main-menu .logo a.main_sticky_l {
     display: none;
}
/* logo sticky box menu */
 .hmenu_box_style.hbg2 .logo a.main_sticky_main_l {
     display: none;
}
 .hmenu_box_style.hbg2 .logo a.main_sticky_l {
     display: block;
}
/* logo pre */
 .dizil-main-menu .prefix .logo a.main_sticky_main_l {
     display: none;
}
 .dizil-main-menu .prefix .logo a.main_sticky_l {
     display: block;
}
 .headroom--pinned {
     -webkit-transform: translateY(0);
     transform: translateY(0);
}
 .headroom--unpinned {
     -webkit-transform: translateY(-100%);
     transform: translateY(-100%);
}
 .header--fixed {
     position: fixed;
     z-index: 10;
     right: 0;
     left: 0;
     top: 0;
     -webkit-transition: -webkit-transform .25s ease-in-out;
     transition: -webkit-transform .25s ease-in-out;
     transition: transform .25s ease-in-out;
     transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
     will-change: transform;
}
 .menu-height-space {
     height: 100px;
}
/* sticky logo */
 .creative_logo_thumb a.main_sticky_l {
     display: none;
}
 .creative_logo_thumb .logo a {
     margin-top: 0;
}
/*======================= END dizil HEADING NAV AREA CSS ========================*/
/* mobile-menu  */
.mobile-menu {
    display: none !important;
}
.mobile_logo_area {
    display: none !important;
}
.mobile_menu_logo.text-center {
    padding: 20px 0;
}
 .mean-container .mean-bar {
     padding: 0;
}
 .mean-container .mean-nav {
      background: transparent;
     float: none;
}
 .main_menu_div {
     position: relative;
}
.mean-container .mean-bar {
    float: none;
    background: #e12454 none repeat scroll 0% 0;
    overflow: hidden;
}
.em-top-quearys-area {
    position: relative;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 20px;
    cursor: pointer;
}
.em-quearys-menu i {
    background: #e0a067;
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.em-quearys-inner {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
    -webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -150%;
    background: rgba(0, 0, 0, 0);
}
.em-s-open {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    background: #000000e6 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}
.top-form-control {
    position: relative;
}
.top-form-control input {
    background: transparent;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    height: 100px;
    padding: 0 40px 0 15px;
    width: 100%;
    border: none;
    -webkit-transition: 1s;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 3px solid #fff;
}
textarea, input {
    outline: none;
}
.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    background: transparent;
    font-size: 45px;
    border: none;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 20px;
    cursor: pointer;
}
.em-quearys-menu i {
    background: #e0a067;
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.mean-container .mean-nav ul li a {
    /* background: #f8f8f8 none repeat scroll 0 0; */
    color: #666;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-weight: 700;
}
/*========================
 End Menu AREA CSS
=========================*/
.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 36px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
}
.witr_section_title_inner h2 {
    font-size: 20px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 10px;
	color:#e12454;
}
.witr_section_title_inner.text-center p {
    width: 71%;
    margin-right: auto;
    margin-left: auto;
}
.witr_section_title {
    padding-bottom: 40px;
}
.witr_custom_icon {
    float: left;
    margin-top: 12px;
}
.noguttergs, .witr_all_pd0 {
    padding: 0 !important;
}
/* silic Slider Area Css */
.witr_ds_content_area .slick-next:before, .witr_ds_content_area .slick-prev:before {
    color: #fff;
    font-size: 25px;
    transition: all .3s ease 0s;
    content: "\ea93";
    font-family: IcoFont!important;
}
.witr_ds_content_area .slick-next:before {
    content: "\ea94";
    font-family: IcoFont!important;
}
.witr_ds_content_area .slick-prev, .witr_ds_content_area .slick-next {
    border-radius: 5px;
}
.witr_ds_content_area .slick-prev:hover, .witr_ds_content_area .slick-prev:focus, .witr_ds_content_area .slick-next:hover, .witr_ds_content_area .slick-next:focus {
    background: #223645;
    border-color: transparent;
    outline-color: transparent;
    outline: none;
}
.witr_ds_content_aream {
    position: relative;
}
.witr_ds_content {
    position: relative;
    z-index: 1;
}
 .witr_containers {
    margin: auto;
    width: 63%;
}

.witr_ds_content {
    height: 826px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
 .witr_slick_height {
    height: 850px;
}
.witr_ds_content_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_ds_content_inner h1 {
    font-size: 24px;
    margin-bottom: 9px;
}
.witr_slick_content h1 {
    color: #FFFFFF;
}
.witr_ds_content_inner h2,
.witr_ds_content_inner h3 {
    font-size: 80px;
    line-height: 1;
}
.witr_ds_content_inner p {
    width: 62%;
    margin: 15px auto 15px auto;
    font-weight: 500;
    font-size: 20px;
}
 .witr_slick_content p {
    color: #FFFFFF;
}
.witr_slick_list {
    margin-top: 30px;
}
.witr_slick_list ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.witr_slick_list ul li,
.witr_slick_list ul li a {
    font-weight: 500;
    color: #454545;
}
.witr_slick_list ul li i {
    margin-right: 5px;
}
.witr_slicks_title {
    position: absolute;
    top: -13%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.witr_slicks_title h4 {
    font-size: 130px;
    -webkit-text-stroke: 1px #222429;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    opacity: 0.07;
    margin: 0;
}
.text-left .witr_ds_content_inner h1,
.text-left .witr_ds_content_inner h2,
.text-left .witr_ds_content_inner h3,
.text-left .witr_slicks_title h4 {
    width: 70%;
    margin: 0 auto 7px 0;
}
 .witr_slick_content h2 {
    color: #FFFFFF;
}
 .witr_slick_content h3 {
    color: #FFFFFF;
}
.text-left .witr_ds_content_inner p {
    width: 62%;
    margin: 14px auto 15px 0;
}
.text-center .witr_ds_content_inner h1,
.text-center .witr_ds_content_inner h2,
.text-center .witr_ds_content_inner h3,
.text-center .witr_ds_content_inner p,
.text-center .witr_slicks_title h4 {
    margin-left: auto;
    margin-right: auto;
}
.text-right .witr_ds_content_inner h1,
.text-right .witr_ds_content_inner h2,
.text-right .witr_ds_content_inner h3,
.text-right .witr_slicks_title h4 {
    width: 70%;
    margin: 0 0 7px auto;
}
.text-right .witr_ds_content_inner p {
    width: 62%;
    margin: 14px 0 15px auto;
}
.text-left .witr_slicks_title h4,
.text-left .witrscontainer h1,
.text-left .witrscontainer h2,
.text-left .witrscontainer h3,
.text-left .witrscontainer p {
    width: 70%;
    margin: 14px auto 15px 0;
}
.text-center .witr_slicks_title h4,
.text-center .witrscontainer h1,
.text-center .witrscontainer h2,
.text-center .witrscontainer h3,
.text-center .witrscontainer p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.text-right .witr_slicks_title h4,
.text-right .witrscontainer h1,
.text-right .witrscontainer h2,
.text-right .witrscontainer h3,
.text-right .witrscontainer p {
    width: 40%;
    margin: 14px 0 15px auto;
}
.text-center .witr_slicks_title h4,
.text-center .witrscontainer h1,
.text-center .witrscontainer h2,
.text-center .witrscontainer h3,
.text-center .witrscontainer p {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}
.text-left .witr_slicks_title h4 {
    width: 50%;
}
.text-right .witr_slicks_title h4 {
    width: 50%;
}
.text-center .witr_slicks_title h4 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.witr_ds_content {
    position: relative;
    z-index: 1;
}
.witr_ds_content:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}
/* video page area */
/* YouTube Video */
.witr_youtube_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.youtube_video_area.witr_ds_content:before {
    background: #223645;
    opacity: 0.6;
}
.slider_btn .witr_btn {
    border: none;
    outline: none;
}
.witr_btn {
    background: #e12454;
    color: #fff;
    display: inline-block;
    padding: 17px 30px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    transition: 1s;
}
.pricing-part a.btn, .feature_btn a, .witr_ser_btnb a, .service-btn > a, a.dtbtn, .witr_btn, .witr_bbtn, .witr_gbtn, .witr_gbbtn, .dizil_button a, .witr_sbtn_s8 a {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
.witr_btn {
    background: #e12454;
    color: #fff;
    display: inline-block;
    padding: 17px 30px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    transition: 1s;
}
.slider_btn {
    margin-top: 45px;
}
.witr_slick_content .witr_btn.active {
    background-color: #fff;
}
 .witr_slick_content .witr_btn.active:hover {
    color: #fff;
    background-color: #e12454;
    border-color: #e12454;
}
.slider_btn .witr_btn.active {
    color: #e12454;
}
/* dizil brand area css */
.dizil_brand_area {
    background: #e12454;
    padding: 45px 0px 60px 0px;
}
 .carousel_pdding0.col-lg-12{
     padding-right: 0px;
     padding-left: 0px;
}
 .grid_caur_image{
     margin-bottom: 30px;
}
 .slide_items{
     text-align:center;
}
 .witr_grayscale{
     filter: grayscale(1);
     transition: all 0.3s ease 0s;
}
 .witr_grayscale:hover{
     filter: grayscale(0);
}
 .slide_items a{
     position: relative;
     display: block;
}
 .slide_items a::before{
     position: absolute;
     content:"";
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .slide_items img{
     margin: auto;
}
/* dizil about area css */
.dizil_about_area {
    padding: 120px 0px 90px;
}
.about_witr_content_inner {
    padding: 0px 80px 0px 0px;
}
.dizil_about_area .witr_section_title {
    padding-bottom: 0px;
}
.dizil_about_area .witr_section_title_inner h3 {
    margin: 0 0 25px;
}
.about_left_inner img {
    margin-bottom: 30px;
    width: 100%;
    padding-right: 35px;
}
.icon-list-icon i {
    color: #E12454;
}
.icon-list-item span {
    font-size: 17px;
}
.icon-list-item span i {
    font-size: 13px;
    margin-right: 5px;
}
.icon-list-text {
    color: #6A6A6A;
}
.dizil_about_area ul li {
    padding-bottom: 10px;
}
.dizil_about_area .witr_btn {
    margin-top: 30px;
}

 .witr_case:hover .slick-prev, .witr_case:hover .slick-next, .service_active:hover .slick-prev, .service_active:hover .slick-next, .feature_active:hover .slick-prev, .feature_active:hover .slick-next, .event_active:hover .slick-prev, .event_active:hover .slick-next, .imagess_area:hover .slick-prev, .imagess_area: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, .brand_active:hover .slick-prev, .brand_active:hover .slick-next, .testimonial_active:hover .slick-prev, .testimonial_active:hover .slick-next{
     opacity:1;
}
/* feature area css */
.feature_area {
    background-image: url(../image/feature-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 92px 0px 245px 0px;
}
.feature_area .witr_section_title {
    padding-bottom: 0px;
}
.feature_area::before{
	content:"";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	bottom:0;
	right:0;
    position: absolute;
	background-color: #000000;
	opacity: 0.8;
}
.feature_area .witr_section_title_inner h1,
.feature_area .witr_section_title_inner h3 {
    color: #FFFFFF;
}
 /* portfolio slides area css */
.feature_slider_area {
    margin-top: -200px;
    margin-bottom: 0px;
}
.feature_slider_area .witr_section_title_inner p {
    width: 44%;
}
.witr_single_pslide {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
 .witr_pslide_image{
     overflow: hidden;
     position:relative;
}
 .witr_pslide_image::before{
     position:absolute;
     content:'';
     background:#00000080;
     top:0;
     left:0;
     bottom:0;
     right:0;
     transform: scale(0);
     transition:.5s;
     z-index:1;
}
 .witr_single_pslide:hover .witr_pslide_image img, .witr_single_pslide:hover .witr_pslide_image::before{
     transform: scale(1.2);
}
 .witr_pslide .witr_pslide_custom {
     bottom: auto;
     top: 30px;
     right: auto;
     left: 30px;
     transform: scaleX(0);
}
 .witr_pslide .witr_single_pslide:hover .witr_pslide_custom {
     bottom: auto;
     transform: scaleX(1);
}
 .witr_pslide .witr_pslide_custom a span {
     width: 80px;
     height: 80px;
     line-height: 80px;
     border-radius: 5px;
     font-size: 30px;
     background: #fff;
     color: #e12454;
}
 .witr_pslide_image img{
     margin-right: auto;
     margin-left: auto;
     transition:.5s;
     width:100%;
}
 .ps1 .witr_content_pslide_text {
     position: absolute;
     bottom: -100px;
     left: 30px;
     right: 30px;
     transition:.5s;
     opacity:0;
     z-index:2;
     text-align:left;
}
 .ps1 .witr_single_pslide:hover .witr_content_pslide_text{
     opacity:1;
     bottom: 30px;
}
 .witr_content_pslide_text h3 {
     margin-bottom: 0;
}
 .ps1 .witr_content_pslide_text h3 {
     color:#fff;
}
 .ps1 .witr_content_pslide_text h3:hover{
     color:#e12454;
}
 .ps1 .witr_content_pslide_text p{
     color:#fff;
}
 .witr_content_pslide_text p{
     margin-bottom: 0px;
     font-weight: 500;
}
 .witr_content_pslide_text a i{
}
 .witr_content_pslide_text a{
     display:inline-block;
}
 .ps1 .witr_content_pslide_text a{
     color:#fff;
}
 .ps1 .witr_content_pslide_text a:hover{
     color:#e12454;
}
/* ps2 Slide */
 .ps2.ps1 .witr_content_pslide_text {
     position: absolute;
     bottom: auto;
     bottom:-100px;
     left: 30px;
     right: 30px;
     transition:.5s;
}
.ps2.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    bottom: 30px;
}
 .witr_pslide_custom{
     position: absolute;
     top: 30px;
     left: 30px;
     z-index: 9;
     transition:.5s;
}
 .witr_pslide_custom a span{
     background: #fff;
     width: 0px;
     height: 80px;
     line-height: 80px;
     text-align: center;
     display: inline-block;
     color: #e12454;
     font-size: 0px;
     transition:.5s;
	 border-radius:5px;
	 opacity:0;
}
 .witr_single_pslide:hover .witr_pslide_custom a span {
    opacity: 1;
    width:80px;
	font-size: 30px;
}
.witr_pslide_custom a span:hover {
    background: #223645;
}
/* slick dots css */
/* 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: 50%;
}
 .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%;
     transform: translateX(-50%);
     bottom: 0px;
     display: inline-block;
     z-index: 11;
}
 .slick-dots li {
     display: inline-block;
}
 .slick-dots li button {
     background: #e124545c;
     font-size: 0;
     width: 18px;
     height: 18px;
     border: 0px solid #e12454;
     margin: 0 5px;
     cursor: pointer;
     border-radius: 50px;
     padding: 0;
     transition:.5s;
     outline: none;
}
 .slick-dots li.slick-active button {
     background: #e12454;
}
 .slick-dots {
    bottom: -30px;
}
/* work area css */
.dizil_work_area {
    padding: 115px 0px 115px;
}
.dizil_work_area .witr_section_title {
    padding-bottom: 0px;
}
.dizil_work_area .witr_s_flex {
    display: flex;
    margin-top: 48px;
    margin-bottom: 50px;
}
.work_left_inner {
    padding: 20px 65px 0px 0px;
    margin-bottom: 30px;
}
.dizil_work_area .witr_section_title_inner h3 {
    padding-bottom: 15px;
}
.em-service-icon i {
    display: inline-block;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    background: #e12454;
    font-size: 40px;
    transition: all 0.5s ease 0s;
}
.dizil_work_area .em-service-icon {
    margin-right: 20px;
}
 .all_color_service:hover i, .poly_text_box:hover .service_icon_box::before {
    background-color: #223645;
}
/* dizil call to action area */
.call_to_action_area {
    background: #223645;
    padding: 60px 0px 55px 0px;
}
.call_to_action_area .witr_s_flex {
    display: -ms-flexbox;
    display: flex;
}
.call_to_action_area .em-service-icon i {
    font-size: 60px;
    color: #fff;
    background: none;
}
.call_to_action_area .em-service-icon {
    margin-right: 0px;
    margin-top: 0px;
}
.call_to_action_area .all_color_service h3 {
    padding: 20px 0px 0px 0px;
}
.call_to_action_area .all_color_service h3, .call_to_action_area .all_color_service h3 a {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 500;
}
.call_action_witr_inner .all_color_service h3, .call_action_witr_inner .all_color_service h3 a {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.call_to_action_area .all_color_service h3:hover, .call_to_action_area .all_color_service h3 a:hover
{
    color: #FFFFFF;
}
.call_action_witr_inner .all_color_service p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}
.call_action_witr_inner  .em-service-icon i {
    font-size: 38px;
}
.call_action_left_inner  .all_icon_color i {
    transform: rotate(-30deg);
	margin-right:5px;
}
/* dizil service area */
.dizil_service_area {
    padding: 90px 0px 25px;
} 
.active_shadow_color{
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.07);
}
.dizil_service_area .all_color_service {
    padding: 40px 25px 30px 25px;
	transition: .5s;
}
.dizil_service_area  .service-item i, .dizil_service_area .service-item i {
    font-size: 50px;
    height: auto;
    width: auto;
    border-radius: initial;
    line-height: normal;
    background: none;
    border: none;
	color: #e12454;
}
.dizil_service_area .service-item h3 {
    padding: 15px 0 10px;
}
.dizil_service_area .service-item p {
    padding-top: 0px;
}
.dizil_service_area .all_color_service {
    padding: 40px 25px 30px 25px;
    transition: .5s;
    margin-bottom: 20px;
    text-align: center;
}
.dizil_service_area .all_color_service:hover {
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.07);
}
.ps3.ps1 .witr_content_pslide_text a:hover {
    color: #e12454;
}
/* project area css */
.dizil_project_area {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ECECEC;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 22px 0px;
}
 .dizil_project_area .witr_section_title {
    padding-bottom: 25px;
}
 .dizil_project_area .witr_content_pslide_text, .dizil_project_area .witr_pslide5 .witr_single_pslide {
    padding: 25px 0px 20px 0px;
}
.dizil_project_area .ps3.ps1 .witr_content_pslide_text {
    bottom: -60px;
    opacity: 1;
    box-shadow: 0 0 40px 0 #0000000f;
    text-align: center;
    border-radius: 5px;
    background: #fff;
}
.ps3.ps1 .witr_content_pslide_text a, .ps3.ps1 .witr_content_pslide_text h3, .ps3.ps1 .witr_content_pslide_text p {
    color: #222429;
}
.witr_content_pslide_text p {
    margin-bottom: 4px;
}
.witr_pslide3 .witr_single_pslide {
    margin-bottom: 100px;
    overflow: inherit;
}
/* counter area css */
.dizil_counter_area {
    padding: 60px 0px 0px;
    margin-bottom: -131px;
    z-index: 1;
    position: relative;
}
.witr_custom_icon {
    margin: 10px 15px 0px 0px;
}
.counter_inner_area {
    background: #fff;
    box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 3%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 0px 78px 60px;
}

.witr_counter_single {
    margin-bottom: 25px;
}
 .dizil_counter_area .all_counter_color i {
    color: #E12454;
    font-size: 55px;
    border-style: default;
    transform: rotate(0deg);
}
.witr_counter_number_inn h3, .witr_counter_number_inn span {
    font-size: 40px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
	color: #223645;
}
.witr_counter_number_inn h4 {
    font-size: 17px;
    margin-top: -5px;
}
/* call to action 2 css */
.call_to_action_area2 {
    background-image: url(../image/banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
    padding: 245px 0px 130px 0px;
    position: relative;
}
.call_to_action_area2::before{
	content:"";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    position: absolute;
	background-color: #000000;
    opacity: 0.75;
}
.dizil_content h2, .dizil_content h5 {
    color: #FFFFFF;
    font-size: 18px;
}
.dizil_content h2, .dizil_content h3 {
    font-size: 40px;
    padding: 4px 0;
}
.witr_5 .dizil_content p, .witr_6 .dizil_content p {
    width: 72%;
    margin: auto;
    color: #fff;
    font-size: 20px;
    padding: 15px 0px 65px;
}
 .all_cal_color a, .all_cal_color button {
    font-weight: 700;
    border-style: default;
    border-radius: 5px 5px 5px 5px;
    padding: 18px 30px 18px 30px;
}
/* accordion area css */
.dizil_accordion_area {
    padding: 125px 0px 120px;
}
.faq_left_inner {
    margin-bottom: 40px;
    margin-right: 25px;
}
.dizil_accordion_area .witr_section_title {
    padding-bottom: 20px;
}
.dizil_accordion_area .witr_section_title_inner p {
    margin-top: 30px;
}
.witr_section_title_inner p {
    margin-top: 10px;
}
 .accordion_area .card-header.witr_ac_card {
     background: none !important;
     padding: 0;
     border-bottom: 0;
     text-align: left;
}
 .witr_ac_card i {
     margin-right: 10px;
     font-size: 20px;
}
 .accordion_area .card-2{
     margin-bottom: 22px;
     border: 1px solid #ddd;
}
.accordion_area .card-2 p {
    padding: 20px 20px 0px;
}
.witr_ac_style {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: .5s;
}
 .witr_ac_style:focus, .witr_ac_style:hover{
     color:#fff;
     background: #e12454;
}
.witr_ac_style:before {
    position: absolute;
    content: '\ea99';
    right: 30px;
    font-family: IcoFont!important;
    font-weight: 400;
}
.active .witr_ac_style:before {
    content: '\f106';
}
 .witr_ac_style, .witr_ac_style::before {
    font-size: 20px;
    font-weight: 600;
}
.active .witr_ac_style, .witr_ac_style:focus, .witr_ac_style:hover {
    color: #fff;
}
 .active .witr_ac_style {
    background-color: #223645;
}
.active .witr_ac_style:before {
    content: '\eaa1';
}
 .card-body ul{
}
 .card-body ul li{
     margin-left: 18px;
     margin-bottom: 4px;
}
.witr_ac_style {
    padding: 10px 20px 10px 30px;
    background: #E12454;
    color: #fff;
}
.accordion_area .card-header.witr_ac_card {
    background: none !important;
    padding: 0;
    border-bottom: 0;
    text-align: left;
}
.accordion_area .card-2 {
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,.125);
}
 .witr_ac_style:hover {
    background-color: #223645;
}
/* team area css */
.dizil_team_area {
    padding: 90px 0px 70px;
    background-image: url(../image/team-bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.dizil_team_area::before {
	content:"";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	bottom:0;
	right:0;
    position: absolute;
	 background-color: #FFFFFF;
    opacity: 0.94;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.team-part {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.05);
	background:#fff;
}
.post_team11_area .team-part {
    overflow: inherit;
    padding-bottom: 40px;
    box-shadow: none;
}
 .witr_team_section {
    position: relative;
}
.dizil_team_area  .slick-dots {
    bottom: 0px;
}
.witr_team_section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_team_section:before {
    background: #e124546b;
}
.team-part:hover .witr_team_section:before{
    opacity: 1;
}
/* post team 10 css */
 .post_team10_area .team_o_icons::before{
     display: none;
}
 .post_team10_area .witr_team_section{
     position:relative;
}
 .post_team10_area .team_o_icons {
     margin-top: 0;
     padding: 0;
     position: absolute;
     bottom: 0;
     left: -100%;
     transition:.5s;
}
 .post_team10_area .team-part:hover .team_o_icons {
     left: 0;
}
 .post_team10_area .team_o_icons ul li {
     display: inline-block;
}
 .post_team10_area .team_o_icons ul li a{
     width: 50px;
     height: 50px;
     line-height: 50px;
     border: none;
     background: #272727;
     border-radius: 0;
     color: #fff;
     margin: 0px;
     font-size: 20px;
}
 .post_team10_area .team_o_icons ul li a:hover{
     background: #e12454;
}
 .witr_team_content{
     padding: 23px 5px 23px;
}
/* post team 11 css */
 .post_team11_area .team-part {
     overflow: inherit;
     padding-bottom: 40px;
     box-shadow: none;
}
 .post_team_p11 {
     position: absolute;
     bottom: -45px;
     left: 15px;
     right: 15px;
     box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
 .post_team11_area .team_o_icons {
     top: auto;
     bottom: -30px;
     left: 0;
     right: 0;
     transform: inherit;
     transition: .5s;
}
 .post_team11_area .team-part:hover .team_o_icons {
     bottom: 65px;
}
 .post_team11_area .team_o_icons ul li {
     display: inline-block;
}
 .team_o_icons {
     margin-top: 15px;
     padding-top: 17px;
     padding-bottom: 10px;
     position: relative;
}
 .team_o_icons::before {
     position: absolute;
     content: "";
     background: #ddd;
     top: 0px;
     height: 1px;
     width: 25%;
     margin: auto;
     left: 0;
     right: 0;
     transition:.5s;
}
 .all_color_team:hover .team_o_icons::before {
     background: #e12454;
     width: 100%;
}
 .team_o_icons ul li{
     list-style:none;
     display:inline-block;
}
 .team_o_icons ul li a{
     display: block;
     width: 35px;
     height: 35px;
     line-height: 33px;
     border: 1px solid #e124541c;
     background:#e1245433;
     border-radius: 5px;
     text-align:center;
     transition:.5s;
     color:#e12454;
     margin: 0px 2px;
     font-size: 15px;
}
 .team_o_icons ul li a:hover{
     color:#fff;
     background:#e12454;
     border-color:#e12454;
}
/* content css */
.witr_team_content {
    padding: 15px 0px 40px;
}
 .witr_team_content h5 {
     margin: 0;
}
 .witr_team_content h5:hover, .witr_team_content h5 a:hover{
     color:#e12454;
}
.witr_team_content span {
    font-size: 18px;
    color: #7DBC26;
}
.witr_team_section {
    position: relative;
    text-align: center;
}
.witr_team_content h5 {
    margin: 0;
    padding-top: 10px;
}
/* team area2 css */
 .em-team {
     text-align:center;
     position: relative;
     -webkit-transition: .5s;
     transition:.5s;
}
.em-team-one {
    position: relative;
    overflow: hidden;
    padding-bottom: 55px;
    margin-bottom: 30px;
}
/* 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;
     box-shadow: 0px 0px 65px 0px rgb(0, 0, 0,0.08);
     transition: all 0.3s ease 0s;
}
.em-team-content-socials a {
    background: #fff none repeat scroll 0% 0;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 14px 3px 0;
    text-align: center;
    width: 35px;
    color: #e12454e6;
}
 .em-team-content-socials {
     position: relative;
     -webkit-transition: .5s;
     transition:.5s;
}
 .em-team-content-socials a:hover{
     background:#223645;
     color:#fff;
}
 .em-team:hover .em-team-content-waraper{
     background:#e12454e6;
     bottom: 0px;
}
/* team content */
 .em-content-title h5 {
     font-size: 23px;
     margin-bottom: 0;
     text-transform: capitalize;
     -webkit-transition: .5s;
     transition:.5s;
}
 .em-content-title h5 a {
     font-weight: 700;
}
 .em-content-subtitle {
     font-size: 16px;
     margin: 5px 0 0;
     text-transform: capitalize;
     -webkit-transition: .5s;
     transition:.5s;
}
 .em-team:hover .em-content-title h5 a, .em-team:hover .em-content-title h5, .em-team:hover .em-content-subtitle {
     color:#fff;
}
/*===================== TESTIMONIAL AREA CSS =========================*/
.em_testimonial_area {
    background: #F9F9F9;
    padding: 117px 0px 90px;
}
.em_testimonial_area .witr_section_title {
    padding-bottom: 10px;
}
.em_single_testimonial {
    background: #fff none repeat scroll 0% 0;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    padding: 37px 30px 26px;
    margin-top: 20px;
    box-shadow: 0 10px 25px 0 rgb(50 65 141 / 12%);
    overflow: hidden;
    position: relative;
    text-align: left;
    border-left: 5px solid #E12454;
    border-radius: 5px;
}
.em_single_testimonial:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.13);
}
 .testomonial .test-part {
     box-shadow: 0px 0px 12px 0px #dddddd7a;
     padding: 30px 17px 10px 30px;
     position: relative;
     text-align: left;
}
 .test-part h6 {
     display: inline-block;
     font-size: 20px;
     line-height: 26px;
     padding-top: 30px;
     padding-bottom: 7px;
}
 .test-part span {
     font-weight: 400;
     font-size: 17px;
}
 .testomonial .test-part.witr_testi_s_11 img {
     left: 50%;
     transform:translateX(-50%);
}
 .testomonial .test-part.witr_testi_s_11 {
     padding: 30px 17px 20px 30px;
}
 .witr_testi_s_11 {
     text-align: center;
     border-bottom: 1px solid transparent;
}
 .witr_testi_s_11:hover{
     border-color:#e12454;
}
 .witr_testi_s_11 h6{
     padding-top: 0px;
}
 .witr_testi_s_11 ul {
     padding: 17px 0 0px;
     margin: 0;
}
 .witr_testi_s_11 .em_crating i {
     font-size: 16px;
}
 .test-part{
     display: inline-block;
     margin-bottom: 10px;
}
 .test-part ul li {
     display: inline-block;
     padding-top: 0px 
}
 .test-part p {
}
 .testomonial .test-part img {
     position: absolute;
     top: -43px;
     left: 30px;
     z-index: 22;
     width: 78px;
     height: 78px;
}
 .testomonial.testomonial-5 .test-part img {
     top: -50px;
}
 .witr_item_column {
     padding:0 15px;
     padding-top: 60px;
}
 .witr_slick_column {
     padding: 0 15px;
}
 .em_crating i {
     font-size:15px;
}
 .em_crating i.active {
     color:#e12454;
}
 .witr_all_mb_30, .guttergs {
     margin-bottom:30px;
     border:none;
}
 .witr_all_mb_30.mb_70{
     margin-bottom: 113px;
}
 .witr_all_pd0, .noguttergs {
     padding:0px;
}
/* testimonial_post_13 */
 .testimonial_post_13{
     display: flex !important;
     justify-content: space-around;
     align-items: center;
}
 .testimonial_post_13.em_single_testimonial{
     padding: 0;
}
 .test_text_all{
     padding: 25px 30px 26px;
     width: 100%;
}
 .testimonial_post_13 .em_testi_text p{
     font-size:19px;
     font-style: italic;
}
 .testimonial_post_13 .test-part {
     margin-bottom:0px;
}
 .witr_screenshot_thumb {
     width: 100%;
}
 .execllent_toggol{
     display: flex;
     align-items: center;
     justify-content: center;
}
 .execllent_star{
     margin-left: 15px;
}
 .execllent_star h3{
     color: #e12454;
     font-size: 18px;
     font-weight: 600;
     margin: 0;
     font-style: italic;
}
.execllent_toggol{
     display: flex;
     align-items: center;
     justify-content: center;
}
 .execllent_toggol{
     display: flex;
     align-items: center;
     justify-content: center;
 }
.em_test_thumb {
    float: left;
    margin-right: 20px;
}
.em_testi_title span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #e12454;
}
.em_testi_text {
    overflow: hidden;
    padding-top: 32px;
    text-align: left;
}
.em_test_thumb img {
    border-radius: 50%;
    width: 59px;
}
/* blog area css */
/* witr_blog_area11 */
.dizil_blog_area {
    background: #FFFFFF;
    padding: 120px 0px 70px;
}
 .witr_blog_area11 .witr_blog_con h2 {
     margin: 5px 0 0;
}
.witr_blog_area11 .witr_blog_con {
    padding: 20px 15px 22px 25px;
}
.witr_blog_area11 .em-blog-content-area_adn {
    padding: 8px 10px 30px 20px;
}
 .witr_top_category{
     position: absolute;
     left: 20px;
     top: 20px;
     z-index: 999;
}
 .witr_top_category ul li{
     display: inline-block;
}
 .witr_top_category ul li a{
     color: #fff;
     background: #e12454;
     padding: 3px 10px;
     border-radius: 5px;
     margin: 0 10px 10px 0;
     display: inline-block;
}
.dizil_blog_area {
    background: #FFFFFF;
    padding: 110px 0px 70px;
}
 .witr_blog_area11 .learn_btn:hover{
     background: #e12454;
     color:#fff;
}
/* blog area css 5 */
.busi_singleBlog {
    background: #fff;
    transition: .5s;
    box-shadow: 0 10px 40px 0 rgb(50 65 141 / 7%);
}
.busi_singleBlog:hover {
    box-shadow: 0 5px 4px 0 rgb(0 0 0 / 5%);
}
 .witr_sb_thumb {
     overflow: hidden;
     position: relative;
}
 .witr_sb_thumb img{
     width: 100%;
     transition:.5s;
}
 .witr_sb_thumb::before{
     position:absolute;
     content:'';
     background:rgba(0, 0, 0, 0.5);
     top:0;
     left:0;
     bottom:0;
     right:0;
     transform: scale(0);
     transition:.5s;
     z-index:1;
}
 .busi_singleBlog:hover .witr_sb_thumb img, .busi_singleBlog:hover .witr_sb_thumb::before{
     transform: scale(1.2);
}
.witr_blog_con {
    padding: 10px 20px 22px 20px;
}
 .witr_blog_con span {
     font-size: 16px;
     line-height: 50px;
     font-size: 16px;
     margin-bottom: 15px;
     margin-right: 2px;
}
 .bs5 span {
     line-height: 26px;
}
.witr_blog_con span a i {
    padding-right: 5px;
    padding-left: 5px;
    transition: .5s;
    color: #e12454;
}
.witr_blog_con span, .witr_blog_con span a, .witr_blog_metan span, .witr_blog_metan span a {
    color: #888;
}
.witr_blog_border {
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
 .witr_blog_con span i:hover {
     color: #e12454;
}
 .witr_blog_con h2{
     color: #191716;
     margin: 15px 0 0;
}
 .witr_blog_con h2 a{
     display: inline-block;
}
 .witr_blog_con h2 a:hover{
     color: #e12454;
}
 .witr_post_Author {
     padding-bottom: 27px;
     position: absolute;
     left: 30px;
     top: 30px;
     z-index: 999;
}
 .witr_post_Author img{
     width: 33px;
     height: 33px !important;
     border-radius: 50% !important;
     margin-right: 5px 
}
 .witr_post_Author .nameAuthor{
     font-size: 20px;
     line-height: 36px;
     color: #e12454;
     margin: 0;
     font-weight: 500;
}
 .witr_post_Author .comment{
     float: right;
     font-size: 17px;
     color: #191716;
     line-height: 30px;
}
 .witr_post_Author .nameAuthor:hover, .witr_post_Author .comment:hover{
     color: #191716;
}
/* call to action area3 css */
.dizil_call_action_area3 {
    background: #E12454;
    padding: 48px 0px 45px;
}
.dizil_call_action_area3 h2 {
    color: #FFFFFF;
    font-size: 37px;
}
.dizil_call_action_area3 .witr_btn {
    color: #E12454;
    background: #fff;
    margin-right: 0px;
    margin-top: 12px;
	font-weight:700;
}
.dizil_call_action_area3 .witr_btn:hover{
	background: #223645;
	color:#fff;
}
.dizil_call_action_area3 .witr_btn_sinner {
    text-align: right;
}
/*======== footer area css  ======= */
.em_footer_area {
    background: #223645;
    padding: 100px 0px 0px;
}
.footer-top {
    padding-bottom: 80px;
}
.em_footer_area.footer-middle {
    padding: 65px 0 0px;
}
.em_footer_bottom.footer-bottom {
    padding: 26px 0 24px;
    position: relative;
    margin-top: 80px;
}
.em_footer_bottom.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    background: #ffffff61;
    height: 1px;
    width: 61%;
    left: 0;
    right: 0;
    margin: auto;
}
.witrfm_area{
     position:relative;
}
 .witrfm_area:before {
     content: "";
     position: absolute;
     top: 0;
     height: 100%;
     width: 100%;
     left: 0;
     right: 0;
     margin: auto;
}
.footer-middle .widget ul li, .footer-middle .widget ul li a, .footer-middle .widget ul li::before, .footer-middle .tagcloud a, .footer-middle caption, .footer-middle table, .footer-middle table td a, .footer-middle cite, .footer-middle .rssSummary, .footer-middle span.rss-date, .footer-middle span.comment-author-link, .footer-middle .textwidget p, .footer-middle .widget .screen-reader-text, mc4wp-form-fields p, .mc4wp-form-fields, .footer-m-address p, .footer-m-address, .footer-widget.address, .footer-widget.address p, .mc4wp-form-fields p, .dizil-description-area p, .dizil-description-area .phone a, .dizil-description-area .social-icons a, .recent-review-content h3, .recent-review-content h3 a, .recent-review-content p, .footer-middle .dizil-description-area p, .footer-middle .recent-post-text h4 a, .footer-middle .recent-post-text .rcomment, .witr_sub_table span {
    color: #ffffff;
}
.footer-middle .widget ul li a {
    color: #fff;
}
.footer-top .widget h2{
    color: #ffffff;
	margin-bottom: 25px!important;
}
.dizil-description-area .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.dizil-description-area .social-icons a {
    background: #223645;
}
.dizil-description-area .social-icons a:hover {
    border-color: #e12454;
}
.dizil-description-area .social-icons a:hover {
    background: #e12454;
}
.footer-middle .widget ul li a:hover, .footer-middle .widget ul li:hover:before {
    
}
.widget ul li a {
    color: #fff;
}
.widget ul li a:hover{
	color: #e12454;
}
 .footer-middle {
     padding: 65px 0 73px;
}
 .footer-middle.wpfd {
     padding: 0;
}
 .wpfdp {
     padding-top: 65px;
     padding-bottom: 80px;
}
 .footer-middle .widget h2 {
     margin-bottom: 28px;
     margin-top: 28px;
     position: relative;
}
 .footer-middle .widget h2:before {
}
 .footer-middle table#wp-calendar td, .footer-middle table#wp-calendar th {
     color: #fff;
}
 .footer-middle #archives-dropdown--1 {
     height: 34px;
}
 .footer-middle .widget h2 {
}
 .footer-middle .widget ul li:before {
}
 .footer-middle .tagcloud a {
}
 .footer-middle .widget ul {
     list-style: none;
}
 .footer-middle .widget ul li {
     margin-bottom: 10px;
}
 .footer-middle .widget ul li a, .footer-middle .widget ul li:before {
     -webkit-transition: .5s;
     transition: .5s;
}
 .footer-middle .widget ul li a:hover, .footer-middle .widget ul li:hover:before {
     color: #97bc23;
}
 .recent-portfolio-area {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row;
     flex-flow: row;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .recent-portfolio {
     margin-bottom: 10px;
     margin-right: 10px;
}
 .recent-portfolio {
     width: 29.33%;
}
 .recent-portfolio-image img {
     width: 100%;
}
.em_footer_area.footer-middle .widget h2 {
    margin-bottom: 28px;
    margin-top: 28px;
    position: relative;
	font-size:22px;
}
.footer-middle .widget ul li, .footer-middle .widget ul li a, .footer-middle .widget ul li:before, .footer-middle .tagcloud a, .footer-middle caption, .footer-middle table, .footer-middle table td a, .footer-middle cite, .footer-middle .rssSummary, .footer-middle span.rss-date, .footer-middle span.comment-author-link, .footer-middle .textwidget p, .footer-middle .widget .screen-reader-text {
    color: #212d48;
}
.footer-middle .mc4wp-form-fields input::placeholder{
	color: #212d48;
}
 .widget ul li {
    margin-bottom: 10px;
}
.footer-widget.address, .footer-widget.address p {
    color: #17161a;
}
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 18px;
    margin-right: 12px;
}
.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 22px;
}
.footer-middle .mc4wp-form-fields input {
    height: 50px;
    position: relative;
    background: transparent;
    width: 100%;
    line-height: 43px;
    color: #fff;
    border: 1px solid #e0a067;
    border-radius: 0px;
    padding-left: 10px;
}
.mc4wp-form-fields input {
    width: 67%;
    background: #1837d345;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-radius: 50px;
    border: none;
    outline: none;
    padding: 15px 30px;
    border: 2px solid #465ed9;
}
.footer-middle .mc4wp-form-fields button {
    position: absolute;
    height: 50px;
    border-radius: 0px;
    color: #fff;
    background: #E0A067;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    border: none;
}
#witr_mp4_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}
.footer-middle .widget h2 {
    color: #ffffff;
}
.footer-middle .widget ul li, .footer-middle .widget ul li a, .footer-middle .widget ul li::before, .footer-middle .tagcloud a, .footer-middle caption, .footer-middle table, .footer-middle table td a, .footer-middle cite, .footer-middle .rssSummary, .footer-middle span.rss-date, .footer-middle span.comment-author-link, .footer-middle .textwidget p, .footer-middle .widget .screen-reader-text, mc4wp-form-fields p, .mc4wp-form-fields, .footer-m-address p, .footer-m-address, .footer-widget.address, .footer-widget.address p, .mc4wp-form-fields p, .recent-review-content h3, .recent-review-content h3 a, .recent-review-content p,  .footer-middle .recent-post-text h4 a, .footer-middle .recent-post-text .rcomment, .witr_sub_table span {
    color: #ffffff;
}
.footer-widget.address p {
    margin-bottom: 6px;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.footer-bottom:before {
    background: #ffffff61;
}
.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 61%;
    left: 0;
    right: 0;
    margin: auto;
}
.dizil-description-area a img {
    margin: 0 0 26px 0;
}
.dizil-description-area {
    padding-right: 10px;
}
/*======================== END FOOTER middle AREA CSS =========================*/
.footer-bottom {
    padding: 26px 0 24px;
    position: relative;
}
 .copy-right-text {
     text-align:left;
}
 .copy-right-text p {
     margin: 0;
     padding: 0;
}
 .footer-menu {
}
 .footer-menu ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 .footer-menu ul li {
     display: inline-block;
}
 .footer-menu ul li a {
     padding: 0 10px;
     display: block;
	 transition:.5s;
}
.copy-right-text a:hover, .footer-menu ul li a:hover {
    color: #e12454;
}
 .footer-menu ul li:last-child a {
     padding-right: 0px;
}
 .footer_style_3 .footer-menu ul li:first-child a {
     padding-left: 0px;
}
 .footer-menu ul ul {
     display: none;
}
.copy-right-text p, .footer-menu ul li a {
    color: #ffffff;
}
/*======================== END FOOTER BOTTOM AREA CSS =========================*/
/*========================  BREADCRUMB AREA CSS =========================*/
 .breadcumb-blog-area {
     padding: 60px 0 65px;
     background-color: #f7f7f7;
     background-position: center top;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
}
 .breadcumb-inner h2 {
     font-size: 36px;
}
.breadcumb-area {
    background-image: url("../image/slider2.jpg");
    padding: 139px 0px;
    background-color: #f7f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
 .breadcumb-area:before, .breadcumb-blog-area:before {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     content: "";
}
.breadcumb-area::before, .breadcumb-blog-area::before {
    background-color: rgba(34,54,69,0.2);
}
.breadcumb-inner ul, .breadcumb-inner ul span a, .breadcumb-inner li, .breadcumb-inner li a {
    color: #ffffff;
    font-display: swap;
}
 .breadcumb-inner ul {
     font-weight: 600;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
    font-weight: 600;
}
.breadcumb-inner li:nth-last-child(-n+1) {
    color: #e12454;
    color: #fff;
    font-weight: 600;
}
 .breadcumb-inner li a {
     font-weight: 600;
     color: #fff;
}
 .breadcumb-inner li a:hover{
     color: #e12454;
}
 .brpt h2 {
     color: #fff;
     font-size: 30px;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
/*===================== 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;
     cursor: pointer;
     display: inline-block;
     font-weight: 500;
     margin: 0 5px 10px;
     padding: 5px 20px;
     position: relative;
     transition:.5s;
}
 .portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
     color: #fff;
     background: #e12454 none repeat scroll 0% 0;
     border-color: #e12454;
}
 .prot_wrap {
     overflow: hidden;
}
/*=====================  PORTFOLIO AREA CSS =========================*/
.portfolio_area {
    padding: 100px 0px 80px;
}
.portfolio_area .witr_section_title {
    padding-bottom: 20px;
}
.portfolio_nav {
    padding: 0px 0 45px;
}
.portfolio_nav {
    text-align: center;
}
 .portfolio_nav ul {
}
 .portfolio_nav ul li {
     display: inline;
}
.portfolio_nav ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 10px 20px;
    position: relative;
    transition: .5s;
}
 .portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
     color: #fff;
     background: #e12454 none repeat scroll 0% 0;
     border-color: #e12454;
}
 .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 {
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: .4s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #e1245480;
    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: 55%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}
 .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: 18px;
}
 .prot_content h3 a {
     color: #fff;
     font-size: 23px;
     font-weight: 700;
     text-transform: capitalize;
     transition:.5s;
}
.prot_content h3 a:hover {
    color: #e12454;
}
 .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;
     transform: scale(1, 1);
}
.single_protfolio:hover .prot_content_inner {
    top: 50%;
    opacity: 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:#e12454;
     background: #e12454;
     color: #fff;
}
 .prot_wrap.nospace .gallery_load_button a {
     margin-top: 30px;
}
/* portfolio icon css */
 .picon {
}
 .picon a {
     background: #e12454;
     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: #191716;
     background: #191716;
     color: #fff;
}
/* single portfolio */
 .pimgs {
}
 .pimgs img {
     height: 465px;
     width: 100%;
}
 .prots-contentg p {
}
/*style 1 */
 .em_port_content {
     background: #e1245480;
     height: 100%;
     opacity: 1;
     position: absolute;
     right: 0;
     text-align: center;
     top: 0;
     transition: all 0.5s ease 0s;
     width: 100%;
     z-index: 9;
     left: 0;
     top: -100%;
     width: 100%;
     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 {
}
 .pstyle_1 .prot_content p {
     margin: 2px 0 0;
}
 .pstyle_1 .single_protfolio {
     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: 5px;
     display: inline-block;
     padding: 6px 21px;
     text-transform: uppercase;
     color: #e12454;
     transition: .3s;
     border: 1px solid transparent;
}
 .portfolio_readmore_btn > a:hover {
     background: #e12454;
     color: #fff;
     border: 1px solid #e12454;
}
 .em_port_container {
     overflow: hidden;
     position: relative;
}
 .pstyle_1 .porttitle_inner p span {
     padding-top: 5px;
     color: #fff;
}
.pstyle_1 .picon a {
    background: #e12454;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
}
.pstyle_1 .picon a:hover {
    background: #223645;
    color: #fff;
}
 .pstyle2 .prot_content {
     background: #e1245480;
}
 .pstyle2 .prot_content_inner {
     left: 50%;
     position: absolute;
     top: 60%;
     transform: translateX(-50%) translateY(-50%);
     width: 100%;
     z-index: 10;
     transition: all 0.5s ease-in-out 0.5s;
     opacity: 0;
}
 .pstyle2 .single_protfolio:hover .prot_content_inner {
     top: 50%;
     opacity: 1;
}
/* port style 3 */
 .em_plus_port {
     position: absolute;
     bottom: 20px;
     right: 30px;
     z-index: 99;
}
 .pstyle2.pstyle3 .prot_content_inner{
     text-align:left;
}
 .pstyle2.pstyle3 .prot_content_inner {
     left: 3000px;
     position: absolute;
     top: 60%;
     transform: translateX(-50%) translateY(-50%);
     width: 100%;
     z-index: 10;
     transition: all 0.3s ease-in-out 0.3s;
     opacity: 0;
     background:#e124546b;
     padding: 20px;
     transition:.5s;
}
 .pstyle2.pstyle3 .single_protfolio:hover .prot_content_inner{
     left: 75%;
}
/* style 4 */
 .pstyle4.pstyle_1 .single_protfolio:hover {
     box-shadow: none;
}
 .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;
}
/* style 3 */
 .positi_3.pprotfolio4 {
     padding: 20px 10px 23px;
     border: none;
     position: absolute;
     bottom: -100px;
     background: #e12454;
     left: 0;
     right: 0;
     z-index: 9;
     transition:.5s;
     text-align:center;
}
 .single_protfolio:hover .positi_3.pprotfolio4 {
     bottom: 0px;
}
 .positi_3 .porttitle_inner4 p span, .positi_3 .porttitle_inner4 h3 a {
     color: #fff;
}
/* tutor pagination */
 .tutor-pagination, .tutor-pagination-wrap {
     display: flex;
     justify-content: center;
}
 a.page-numbers, .page-numbers, .tutor-pagination-wrap a, .tutor-pagination-wrap span.page-numbers.current {
     box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
     border-radius: 5px;
     margin-right: 10px;
     padding: 15px 24px;
     font-size: 19px;
     line-height: 1;
     transition:.5s;
     background: #fff;
}
 a.page-numbers{
     box-shadow: 0 10px 40px 0 rgba(50,65,141,.12) !important;
}
 .tutor-pagination-wrap a:hover, .tutor-pagination-wrap span.page-numbers.current {
     background: #e12454;
     color: #fff;
}
 .paginations .page-numbers, .dizil-blog-area .page-numbers, .witr_shop_area .page-numbers{
     box-shadow:none;
     background: 0% 0;
}
/*======================== dizil PAGINATION AREA CSS =========================*/
 .paginations {
     text-align: center;
     margin-top: 10px;
}
 .paginations a, .page-numbers span.current {
     display: inline-block;
     font-size: 14px;
     font-weight: 500;
     margin: auto 5px;
     color: #888;
}
 .page-numbers li {
     display: inline-block;
}
 .paginations a:hover, .paginations a.current, .page-numbers span.current {
     background: #e12454;
     border-color: #e12454;
     color: #fff;
}
/* ==================== end portfolio css ====================== */
/* contact area css */
.dizil_contact_area {
    background: #223645;
    padding: 120px 0px 120px;
}
.dizil_contact_area .witr_s_flex {
    display: flex;
}
.contact_left_inner {
    margin-bottom: 30px;
    margin-top: 25px;
}
.dizil_contact_area .witr_section_title_inner p,
.dizil_contact_area .witr_section_title_inner h2,
.dizil_contact_area .witr_section_title_inner h3{
    color: #FFFFFF;
}
.dizil_contact_area .witr_section_title_inner p {
    margin-top: 28px;
    margin-bottom: 0px;
    width: 100% !important;
}
.dizil_contact_area .witr_section_title {
    padding-bottom: 20px;
}
.dizil_contact_area .em-service-icon i {
    color: #E12454;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 20px;
    margin-right: 20px;
}
.dizil_contact_area .em-service-icon {
    margin-top: 0px;
}
.dizil_contact_area .em-service-title h3 {
    color: #fff;
    margin-top: 13px;
    font-size: 20px;
}
.dizil_contact_area .witr_s_flex {
    margin-top: 0;
    margin-bottom: 0;
    padding: 17px 0px;
}
.dizil_contact_area .em_single_service_text:hover i{
    background-color: #E12454;
	color:#fff;
}
 .apartment_area{
     padding: 60px 35px 43px;
     border-radius: 10px;
	 box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.apartment_area {
    text-align: center;
    margin: 0 25px;
}
 .apartment_text h1{
      color: #FFFFFF;
     font-size: 17px;
     margin-bottom: 5px;
}
.apartment_text h2 {
    color: #FFFFFF;
    margin: 0 0 40px;
    font-size: 38px;
}
 .form-group {
     margin-bottom: 0px;
}
 .witr_apartment_form {
}
 .witr_apartment_form form select option{
}
.witr_apartment_form form select, .witr_apartment_form input {
    width: 100%;
    height: 45px;
    color: #888888;
    border-radius: 5px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    text-align: left;
    border: 1px solid #f1f1f1;
}
.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
    width: 100%;
    padding-left: 25px;
	border: 1px solid #f1f1f1;
}
.witr_apartment_form textarea {
    margin-bottom: 20px;
    text-align: left;
    height: 150px;
    padding: 15px 25px 0px;
}
 .witr_apartment_form input::-moz-placeholder{
     color: #888888 ;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 .witr_apartment_form input::-ms-input-placeholder{
     color: #888888 ;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 .witr_apartment_form input::-webkit-input-placeholder{
     color: #888888;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 .witr_apartment_form select::-webkit-input-placeholder, .witr_apartment_form textarea::-webkit-input-placeholder{
     color: #888888;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 .witr_apartment_form .const_btn{
     font-size: 15px;
     background: #fff;
     font-weight: 600;

     border-radius: 5px;
     margin-top: 10px;
     border: 0;
     color: #E0A067;
     cursor:pointer;
     -webkit-transition: .5s;
     transition:.5s;
}
 .witr_apartment_form .const_btn:hover{
     background: #E0A067;
     color: #fff;
}
/* Bottom Contact */
 .witr_bottom_contact .form-group {
     margin-bottom: 20px;
}
 .witr_bottom_contact textarea {
     height: 100px;
}
.witr_apartment_form .btn {
    background-color: #e12454;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 30px;
    transition: .5s;
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
}
.witr_apartment_form .btn:hover{
	color: #fff;
    background-color:#02101e;
}
textarea.height.form-control {
    height: 150px;
}
.form-group:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
/* pricing area css */
.pricing_plane_area {
    padding: 95px 0px 80px;
}
.all_pricing_color li,
.all_pricing_color ol,
.all_pricing_color ul {
    margin: 0;
}
.all_pricing_color h2,
.all_pricing_color h3,
.all_pricing_color h4,
.all_pricing_color h5 {
    margin: 0;
}
.active.pricing_area {
    background: #000;
    position: relative;
}
.active.pricing_area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}
.pricing_area {
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    margin-bottom: 20px;
    background: #FFF;
}
.pricing_plane_area .witr_section_title_inner h2 {
    text-transform: uppercase;
}
.pricing-part {
    position: relative;
    overflow: hidden;
}
.pricing-part strong {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -40px;
    top: 13px;
    padding: 7px 20px;
    width: 160px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn, .learn_btn, .witr_feature_btn_f a, .witr_feature_btn_3d a, .feature_btn a, .witr_ser_btnb a, .service-btn > a, a.dtbtn, .witr_btn, .witr_bbtn, .witr_gbtn, .witr_gbbtn, .poket_button a, .witr_sbtn_s8 a {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}
.witr_pricing_icon i {
    font-size: 40px;
    padding-top: 40px;
    display: block;
}
.witr_btnp_call h2 {
    font-size: 18px;
    padding-bottom: 40px;
}
.pricing-part h4 {
    font-size: 30px;
    padding: 26px 0 12px;
    display: block;
}
.pricing-part h5 {
    font-size: 35px;
}
.pricing-part h6 {
    font-size: 21px;
    display: block;
    text-decoration: line-through;
    margin: 0;
}
.pricing-part span {
    font-size: 24px;
    margin-right: 5px;
}
.prt_content {
    padding: 10px 0 7px;
    font-size: 20px;
}
.witr_btnp_color {
    padding-top: 37px;
    padding-bottom: 40px;
}
.pricing-part a.btn {
    padding: 17px 30px;
    display: inline-block;
}
.pricing-part a.btn:hover {
    background: 0 0;
}
.pricing-part a.btn, .pricing-part strong, .pricing_style_2 .pricing-part h5, .pricing_style_4 .witr_p_middle_inner, .pricing_style_7.pricing-part h4, .pricing_top_box, .witr_back_process, .witr_process_icon i, .witr_process_icon2 i, .witr_ribon_text h3 {
    background: #e12454;
}
.pricing_style_6.pricing-part strong {
    right: 0px;
    top: 0px;
    width: auto;
    -webkit-transform: inherit;
    transform: inherit;
    border-radius: 0 5px 0 0;
    background: #223645;
    color: #fff;
}
.pricing_style_6.pricing-part h4, .pricing_top_box .prt_content {
    padding: 0;
    text-align: left;
}
.pricing_top_box .prt_content p,
.pricing_top_box p {
    margin: 0;
}
.top_by_bottom {
    padding-top: 30px;
}
.pricing_style_6.pricing-part h5,
.pricing_style_6.pricing-part h6 {
    display: inline-block;
}
.pricing_style_6 .witr_pricing_icon {
    position: relative;
    top: -50px;
    left: 44px;
}
.pricing_style_6 .witr_pricing_icon i {
    padding-top: 0;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
.pricing_style_6 .witri_texti_list {
    margin-top: 0;
}
.pricing_style_6 .witr_btnp_color {
    padding-top: 45px;
    padding-bottom: 0;
}
.pricing_style_6.pricing-part a.btn {
    display: block;
}
.pricing_top_box {
    position: relative;
    padding: 33px 25px 28px;
    border-radius: 5px;
}
.pricing_style_2 .pricing-part h5, .pricing_style_4 .pricing-part h5, .pricing_style_6.pricing-part h4, .pricing_style_6.pricing-part h5, .pricing_style_6.pricing-part h6, .pricing_top_box .prt_content, .pricing_top_box .prt_content p, .pricing_top_box p, .witr_ribon_text h3 {
    color: #fff;
}
.witr_pricing_icon i {
    color: #e12454;
}
 .pricing-part {
    text-align: center;
}
.witri_texti_list ul li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 17px;
}
.witri_texti_list ul li i {
    margin-right: 10px;
}
.pricing-part a.btn:hover {
    color: #e12454;
}
.pricing-part a.btn {
    border: 1px solid #e12454;
	color:#fff;
}
/* testimonial 2 area css */
.testimonial_area2 {
    background: #FFFFFF;
    padding: 90px 0px 70px;
}
/* witr_testi_s_9 */
 .witr_testi_s_9 .em_testi_text {
     float: none;
}
/* witr_testi_s_12 */
 .witr_testi_s_12 .em_testi_text, .witr_testi_s_12.em_single_testimonial {
     text-align: center;
}
 .witr_testi_s_12 .em_test_thumb {
     float: none;
     margin-right: 0px;
}
 .witr_testi_s_12 .em_test_thumb img {
     width: auto;
     margin: auto;
}
 .em_test_thumb img{
     display: initial !important;
}
 .testimonial_area2 .em_single_testimonial, .testiCreCon, .testomonial .test-part,.witr_testi_s_11 {
    border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #e12454;
}
.testimonial_area2 .em_test_thumb {
	margin-bottom:15px;
}

.testimonial_sitepage_bg{
	background:#F9F9F9;
}
/* slider video css */
 .text-left .slider_vd_icon {
     position: absolute;
     right: 15px;
     top: 50%;
     transform: translateY(-50%);
     z-index: 1;
}
 .text-right .slider_vd_icon {
     position: absolute;
     left: 15px;
     top: 50%;
     transform: translateY(-50%);
     z-index: 1;
}
 .tx_svd_icon{
     background:#e12454;
     color:#fff;
     width:75px;
     height:75px;
     line-height:75px;
     border-radius:100%;
     display:inline-block;
     text-align:center;
     -webkit-animation: witr-shadow 1s linear infinite;
     animation: witr-shadow 1s linear infinite;
     -webkit-transition: 0.5s;
}
 .tx_svd_icon i{
     color:#fff;
}
 @keyframes witr-shadow {
     0% {
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
     100% {
         box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
 .mean-container .mean-nav ul li a:hover {
     color:#e12454 ;
     border-radius: 0;
}
/* carsol feature 11 */
 .wcr_feature_11 {
     padding-bottom: 43px;
}
 .witr_sub_item_area, .feature_positions_thumb{
     position:relative;
}
 .feature_video_post{
     position: absolute;
     top: 20px;
     right: 20px;
}
 .feature_video_post a {
     color: #e12454;
     border: 3px solid #e12454;
     width: 50px;
     height: 50px;
     line-height: 44px;
     border-radius: 50px;
     display: inline-block;
     text-align: center;
}
 .feature_topicon_post{
     position: absolute;
     top: 20px;
     left: 20px;
}
 .feature_topicon_post i {
     font-size: 30px;
     color: #e12454;
     height: 70px;
     width: 70px;
     line-height: 70px;
     text-align: center;
     border-radius: 50%;
     background: #fff;
     display: inline-block;
     transition: .5s;
}
 .witr_sub_item {
     position: relative;
     padding: 20px 20px 50px;
     box-shadow: 0 0px 30px -5px rgb(0 0 0 / 10%);
     background:#fff;
     z-index: 1;
}
 .feature_big_icon {
     position: absolute;
     bottom: 0;
     right: 0;
     opacity:0;
     transition: .5s;
     z-index: -1;
}
 .feature_big_icon span{
     color:#f0f0f0;
     font-size:100px;
}
 .wcr_feature_11:hover .feature_big_icon{
     opacity:1;
}
 .car_feature_btn_icon{
     position: absolute;
     bottom: -35px;
     left: 0;
     right: 0;
     z-index: 1;
     text-align: center;
}
 .car_feature_btn_icon a i{
     font-size: 26px;
     color: #e12454;
     height: 70px;
     width: 70px;
     line-height: 70px;
     text-align: center;
     border-radius: 50%;
     background: #fff;
     display: inline-block;
     transition: .5s;
     box-shadow: 0 0px 30px 0px rgb(0 0 0 / 10%);
}
 .wcr_feature_11:hover .car_feature_btn_icon a i{
     color: #fff;
     background: #e12454;
}
.home2_feature_area {
    background: #F9F9F9;
    padding: 100px 0px 65px;
}
.home2_feature_area .witr_section_title {
    padding-bottom: 10px;
}
.feature_active .all_feature_color h2 {
    font-size: 17px;
    color: #e12454;
    font-weight: 400;
}
.home2_feature .witr_section_title {
    padding-bottom: 10px;
}
.feature_area.home2_feature {
    background: #FFFFFF;
    padding: 100px 0px 0px;
}
/* about page area css */
.about_page_area ol li {
    list-style: inherit;
}
.about_page_area {
    padding: 80px 0px 100px;
}
.about_page_area .witr_section_title {
    padding-bottom: 38px;
}
/* =============== blog left sidebar css =============== */
/* side bar css */
.witr-blog-side-area.blog_sidebar {
    padding: 100px 0px 100px;
    background: #f9f9f9;
}
.blog-left-side > div {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(148, 146, 245, 0.2);
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-left-side .content {
    padding: 0;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0 !important;
}
.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
    background: 0 0;
    color: #18c8ff;
}
.defaultsearch {
    background: #f7f7f7;
    position: relative;
}
.defaultsearch input {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    height: 54px;
    position: relative;
    width: 100%;
}
.defaultsearch button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #858585;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.defaultsearch input[type="text"] {
    padding-left: 10px;
}
.blog-left-side .widget h2 {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    display: block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
    text-transform: capitalize;
}
.blog-left-side .widget h2::before {
    background: #e12454;
    bottom: 0;
    content: "";
    height: 20px;
    left: -15px;
    position: absolute;
    width: 2px;
    top: -3px;
}
.footer-middle .widget h5 {
    text-transform: capitalize;
}
.blog-left-side .widget ul {
    list-style: none;
}
.blog-left-side .widget ul li {
    margin: 0 0 5px;
    padding-left: 20px;
    position: relative;
}
.blog-left-side .widget ul li span {
    font-weight: 300;
}
.blog-left-side .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-left-side > .widget > ul > li {
    margin: 0 0 10px;
    padding-bottom: 10px;
}
.blog-left-side .widget > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-left-side .widget ul li a:hover, .blog-left-side .widget ul li:hover::before {
    color: #e12454;
}
.blog-left-side .widget ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
}
.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}
.blog-left-side .widget a {
    color: #454545;
}
.dizil-blog-meta-left i {
    color: #e12454;
}
.dizil-blog-meta-left i {
    font-size: 13px;
    margin-right: 5px;
}
.dizil-blog-meta-left {
    margin-bottom: 10px;
    margin-top: 5px;
}
.recent-post-text h4 a:hover {
    color: #e12454;
}
.recent-post-item {
    padding-bottom: 10px;
}
.dizil-blog-meta-left a, .dizil-blog-meta-left span {
    color: #888;
}
.widget .screen-reader-text {
    display: none;
}
.textwidget select {
    width: 100%;
}
#wp-calendar {
    width: 100%;
}
.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 8px 10px 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    text-transform: capitalize;
}
.r-post-content h3 a:hover,
.r-post-content h3:hover,
.tagcloud a:hover,
.widget_archive ul li a:hover,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_categories ul li:hover:before {
    color: #DB2D2E;
}
.tagcloud a:hover {
    background: #DB2D2E;
    color: #fff;
}
#wp-calendar caption {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
#wp-calendar {
    font-size: 13px;
}
#wp-calendar {
    border: 0 solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
}
table#wp-calendar td {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}
#wp-calendar td,
#wp-calendar th {
    padding: 8px;
}
table#wp-calendar th {
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
table#wp-calendar td#today {
    color: #fff;
    background-color: #e12454;
}
table#wp-calendar td#today a {
    color: #fff;
}
.textwidget img {
    margin-bottom: 15px;
}
.textwidget p {
    margin-bottom: 0.5rem;
}
.dizil-blog-thumb img {
    width: 100%;
}
.witr-blog-side-area .imagess_area .slick-slide img {
    display: inline-block;
    margin: auto;
    width: 100%;
}
/* end sidebar css */
/* witr-blog-2side-area */
.witr-blog-side-area.witr-blog-2side {
    padding: 100px 0px 70px;
    background: #f9f9f9;
}
.dizil-single-blog {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.dizil-blog-thumb {
    overflow: hidden;
}
.dizil-blog-thumb a {
    display: block;
	position: relative;
}
.dizil-blog-thumb a:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.7);
    opacity: 0;
    z-index: 999;
    transition: .5s;
}
.dizil-single-blog:hover .dizil-blog-thumb a:before {
    opacity: 1;
	transition: .5s;
}
.dizil-blog-thumb img {
    transition: .5s;
    display: block;
}
.em-blog-content-area {
    padding: 15px 0px 15px;
}
.blog-page-title h2 {
    display: block;
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.blog-page-title a {
    display: inline-block;
    word-break: break-all;
}
.blog-content {
    word-break: break-word;
}
.dizil-blog-meta.post_blog h2 a {
    font-size: 24px;
	font-weight:700;
	transition:.5s;
}
.dizil-blog-meta.post_blog h2 a:hover{
	color:#db2d2e;
}
.dizil-blog-meta-left a, .dizil-blog-meta-left span {
    color: #888888;
    font-size: 16px;
    margin-right: 5px;
	margin-bottom:10px;
	display:inline-block;
}
.dizil-blog-meta-left i {
    color: #e12454;
    margin-right: 5px;
}
.blog-content p {
    font-size: 17px;
    padding-top: 14px;
}
.em-blog-content-area .witr_btn {
    background: #e12454;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    font-weight: 400;
    margin-bottom: 20px;
}
.em-blog-content-area .witr_btn:hover {
    background: #323232;
    color: #fff;
}
.witr-blog-side-area.blog_sidebar .dizil-single-blog {
    margin-bottom: 30px;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    background: transparent;
}
blockquote p {
    font-size: 20px;
    position: relative;
	color:##999;
}
.witr-blog-side-area blockquote {
    background-color: #f7f7f7;
    border-left: 3px solid  #e12454;
    padding: 1em 1em;
    margin-top: 15px;
}
.recent-post-text h4 a {
    color: #17161a;
    font-size: 19px;
    transition: all .3s ease 0s;
}
.dizil-blog-thumb a:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.dizil-blog-thumb a:before {
    background: rgba(0,0,0,.7);
}
.dizil-single-blog:hover .dizil-blog-thumb a:before {
    opacity: 1;
}
.dizil-single-blog {
    box-shadow: 0 0 10px 0 rgba(148,146,245,.2);
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.dizil-single-blog {
    background: #fff;
}
.em-blog-content-area {
    padding: 20px 15px 0;
    overflow: hidden;
    background: #fff;
}
.dizil-blog-thumb a {
    display: block;
    position: relative;
}
.dizil-single-blog:hover .dizil-blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.dizil-blog-thumb {
    overflow: hidden;
}
.dizil-blog-thumb img {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}
.dizil-blog-meta.post_blog {
    padding: 20px 15px 0;
}
/* video play css */
.video-open-inline iframe{
	width:100%;
	height:400px;
	border:none;
}
/* =============== End blog left sidebar css =============== */
/* single blog css */
.witr-blog-side-area {
    padding: 100px 0px 100px;
}
.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}
.single_blog_page{
	margin-bottom:0px;
}
.comment_field .input-field input, .comment_field .textarea-field textarea {
    color: #555555;
}
.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 6px 20px;
    height: 54px;
    font-size: 17px;
}
.comment_field .input-field label, .comment_field .textarea-field label {
    color: #606060;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_field .input-field {
    width: 33.33%;
    float: left;
    margin-bottom: 25px;
}
.comment_field .textarea-field label {
    margin-top: 20px;
    margin-bottom: 10px;
}
.comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 150px;
    padding: 10px;
}
.dizil_btn {
    background: transparent;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 5px;
    transition: .5s;
    color: #444;
}
.dizil_btn:hover {
    background: #e12454;
    border-color: #e12454;
    2E: ;
    color: #fff;
}
blockquote {
    padding: 25px 32px 25px;
    margin: 0 0 30px;
    font-size: 17px;
    /* border-left: 3px solid #f99a00; */
    font-weight: 400;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
}
blockquote p {
    font-size: 20px;
    position: relative;
}
.block .wp-block-quote.is-large p, .block .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}
.witr-blog-side-area.single_blog  blockquote {
    background-color: #f7f7f7;
    border-left: none;
}
.wp-block-group.block {
    text-align: center;
}
.dizil-single-blog-details-inner {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}
.dizil-single-icon-inner {
    text-align: center;
}
.dizil-single-icon-inner a {
    border: 1px solid #e6e6e6;
    color: #17161a;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.dizil-single-icon-inner a:hover {
    background: #e12454 ;
    border-color: #e12454 ;
    color: #fff;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image img {
    width: 75px;
}
/* map area css */
.map_area iframe {
    width: 100%;
    height: 460px;
    margin-bottom: -10px;
    border: none;
}
.padding_lr_0{
	padding-left:0px;
	padding-right:0px;
}
/* slick prev slick next css */
/*======== slick ========*/
 .slick-prev, .slick-next {
     font-size: 0;
     position: absolute;
     display: block;
     padding: 0;
     cursor: pointer;
     color: #fff;
     outline: none;
     background: #e12454;
     z-index: 9;
     opacity: 0;
     border-radius: 0px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
     width: 55px;
     height: 55px;
     line-height: 55px;
     top: 50%;
     transform: translate(0px, -50%);
     transition: .5s;
     border: 0px solid #17161a;
}
 .slick-prev {
     left: -15px;
}
 .slick-next {
     right: -15px;
}
 .slick-prev.slick-disabled, .slick-next.slick-disabled{
     background: #E0A067;
}
 .witr_ds_content_area .slick-prev {
     left: 15px;
}
 .witr_ds_content_area .slick-next {
     right: 15px;
}
 .slick-prev:before, .slick-next:before {
     color: #fff;
     font-size: 22px;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     content: "\f177";
     font-family: FontAwesome !important;
     line-height: inherit;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 .slick-next:before {
     content: "\f178";
     font-family: FontAwesome !important;
}
 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
     background: #191716;
     border-color: transparent;
     outline-color: transparent;
     outline: none;
}
 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
     color: #fff;
}
.em_testimonial_area .slick-prev {
    left: -65px;
}
.em_testimonial_area .slick-next {
    right: -65px;
}
/*========================
EM40 SCROLL TOP CSS
=========================*/
#scrollUp {
    background: #e12454 none repeat scroll 0% 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 100px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    /* animation: witr_bounce 800ms ease-out infinite; */
}
#scrollUp i {
    color: #fff;
    font-weight: 900;
}
/*========================
END EM40 SCROLL TOP CSS
=========================*/
/* single team area css */
.dizil_single_team_area {
    padding: 100px 0px 0px;
}
.single_team_right_inner .text_box {
    box-shadow: 0px 0px 20px 0px rgb(42 67 113 / 15%);
	transition:.5s;
}
.single_team_right_inner .text_box:hover {
    box-shadow:8px 8px 30px 0px rgb(42 67 113 / 15%);
}
.dizil_single_team_area .text_box {
    padding: 10px 60px 31px 32px;
}
.single_team_right_inner .service-item h3 {
    padding: 15px 0 10px;
}
.service-btn a, .witr_service_btn_3d a {
    color: #FFFFFF;
    background-color: #E12454;
    margin: 12px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    border: 1px solid #e12454;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}
.service-btn a:hover, .witr_service_btn_3d a:hover {
    background-color: #223645;
    border-style: solid;
    border-color: #223645;
}
 /* single team online video css */
 .dizil_online_video_area {
    padding: 80px 0px 20px;
}
.video-open-inline iframe {
    height: 630px;
}
/* faq area 2 css */
.dizil_accordion_area.accordion_area2 {
    padding: 80px 0px 85px;
}
.accordion_area2 .witr_ac_style {
    background-color: transparent;
}
.accordion_area2 .witr_ac_style {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin-left: 20px;
}
.accordion_area2 .card-2 {
    margin-bottom: 20px;
    border: none;
    box-shadow: 1px 1px 7px -5px rgb(0 0 0 / 75%);
}
.accordion_area2 .card-2 p {
    padding: 13px 20px 0px;
}
.writ_ac_style_02:before {
    content: '\f067';
    left: 20px;
    font-family: fontawesome !important;
    font-weight: 100;
    font-size: 18px;
}
.active .writ_ac_style_02:before {
    content: '\f068';
}
/* progress bar area css */
.progress_bar_area {
    background: #F9F9F9;
    padding: 100px 0px 80px;
}
.progress-bar {
    background-color: #e12454;
}
.witr_progress-style8 {
    position: relative;
    height: 40px;
    box-shadow: none;
    border-radius: 20px;
    overflow: visible;
    padding: 7px;
    box-shadow: 0 1px 10px rgba(68, 68, 68, 0.08);
}
.witr_progress-style8 + .witr_progress-style8 {
    margin-top: 30px;
}
.witr_progress-style8 .progress-bar {
    text-align: left;
    border-radius: 0;
    box-shadow: none;
    border-radius: 15px;
}
.witr_progress-style8 .witr_label {
    position: absolute;
    left: 20px;
    font-size: 13px;
    font-weight: 500;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_progress-style8 .witr_percent {
    position: absolute;
    right: 14px;
    top: 50%;
    font-weight: 500;
    font-size: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.progress_bar_area .progress {
    margin-top: 29px;
}
.witr_progress-style8 {
    background: #fff;
}
.witr_progress-style5 {
    height: 24px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 30px;
}
.witr_progress-style5 + .witr_progress-style5 {
    margin-top: 60px;
}
.witr_progress-style5 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}
.witr_title5 .witr_label {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.witr_progress-style5 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    top: -35px;
    padding: 3px 6px;
    border-radius: 4px;
}
.witr_progress-style5 .witr_percent:after {
    content: "";
    position: absolute;
    border: 11px solid transparent;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.progress.witr_progress-style5 {
    margin-top: 37px;
}.witr_progress-style5 {
    height: 24px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 30px;
}
.witr_progress-style5 + .witr_progress-style5 {
    margin-top: 60px;
}
.witr_progress-style5 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}
.witr_title5 .witr_label {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.witr_progress-style5 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    top: -35px;
    padding: 3px 6px;
    border-radius: 4px;
}
.witr_progress-style5 .witr_percent:after {
    content: "";
    position: absolute;
    border: 11px solid transparent;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.progress.witr_progress-style5 {
    margin-top: 37px;
}
.right_progress_inner .progress {
    background-color: #e9ecef;

}
 .witr_progress-style5 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    top: -35px;
    padding: 3px 6px;
    border-radius: 4px;
}
.witr_progress-style5 .witr_percent {
    background: #222;
}
.progress_bar_area .witr_section_title {
    padding-bottom: 32px;
}
.witr_single_progress {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
/* progress bar circale area css */
.progress_bar_area2 {
    padding: 100px 0px 100px;
}
.progress_bar_area2 .witr_section_title {
    padding-bottom: 30px;
}
.progress_bar_area2 .witr_circle_area {
    margin-bottom: 20px;
}
.progress_bar_area2 .witr_cp_class {
    margin-bottom: 10px;
}
.progress_bar_area2 span.witr_cir_text {
    font-size: 20px;
    font-weight: 700;
	color: #7c7c7c;
}
.witr_cp_class {
    position: relative;
}
 .witr_circle_area {
    text-align: center;
}
span.witr_cir_text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
}
.witr_circle_title h3 {
    margin-bottom: 3px;
}
/* dizil cart area css */
.dizil_cart_area {
    padding: 90px 0px 75px;
}
.dizil-single-blog-details {
    background: #fff;
	margin-bottom: 40px;
}
.single-blog-content {
    overflow: hidden;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-info, .woocommerce-message {
    border-top-color: #e12454;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-info::before {
    color: #e12454;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    clear: both;
}
.woocommerce .witr_cart_to_cross a.checkout-button.alt, .woocommerce .witr_checkout_form button.button.alt, .woocommerce .witr_product_cart button, .woocommerce .witr_product_cart button.button:disabled, .woocommerce .witr_product_cart button.button:disabled[disabled], .woocommerce a.button, .woocommerce a.button.wc-backward, .woocommerce button.button, .woocommerce input.button {
    background: #e12454;
	    color: #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    clear: both;
}
/* dizil my account css */
.my_account_area {
    padding: 83px 0px 120px;
}
.my_account_inner {
    border: 1px solid #d3ced2;
    padding: 26px 25px 0px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.my_account_inner .label {
    line-height: 2;
}
.my_account_inner label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-left: 4px;
}
.my_account_inner .form-group input, .my_account_inner .form-group textarea {
    border: solid 1px #e4e4e4;
    color: #43454b;
    padding: 12px 30px;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    width: 100%;
}
.my_account_inner form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: visible;
}
.my_account_inner form .form-row .required {
    visibility: visible;
}
.my_account_inner button.btn {
    float: left;
    overflow: hidden;
    background-color: #e12454;
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 100%;
    border-radius: 3px;
    margin-right: 15px;
	transition:.5s;
}
.my_account_inner button.btn:hover{
	background: #000;
	color: #fff;
}
.my_account_inner input#vehicle1 {
    width: 2%;
    display: inline-block;
    margin-top: 12px;
}
.lost_password a {
    color: #ff9800;
    margin-top: 9px;
    display: inline-block;
}
.lost_password a:hover{
	color:#e12454;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer;
}
/* service area2 css */
.service_area2 {
    padding: 100px 0px 90px;
}
.service_area2 .witr_section_title {
    padding-bottom: 53px;
}
.service_overflow_inherit .witr_service2_image {
    overflow: hidden;
}
.witr_service2_image {
    position: relative;
}
.witr_service2_image img {
    width: 100%;
}
.wbutton_top_service_icon {
    position: absolute;
    top: 10px;
    right: 76px;
}
.wbutton_top_service_icon a {
    font-size: 25px;
    position: relative;
    z-index: 1;
}
.wbutton_top_service_icon a::before {
    content: '';
    position: absolute;
    height: 130px;
    width: 130px;
    background: #fff;
    right: -58px;
    z-index: -1;
    transform: rotate(-45deg);
    top: -88px;
    border-radius: 0px 50px;
    transition: .5s;
}
.witr_servicetwo_text {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
    padding: 66px 48px 30px 30px;
    position: relative;
}
.witr_servicetwo_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
    background: #222429;
    height: 0;
}
.witr_service2_icon_bottom {
    position: absolute;
    padding: 17px 35px 17px 23px;
    top: -35px;
    left: 30px;
    filter: drop-shadow(0px 0px 35px rgba(0,0,0,.08));
    z-index: 1;
    line-height: 1;
}
.witr_service2_icon_bottom::before {
    content: '';
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 1%, 85% 0, 100% 100%, 0% 100%);
    border-radius: 10px 26px 10px 10px;
    transition: .5s;
    z-index: 1;
}
.witr_service2_icon_bottom i {
    font-size: 30px;
    z-index: 1;
    position: relative;
}
.wbutton_top_service_icon a, .witr_service2_icon_bottom i, .witr_service_10 .service-btn a, .witr_servicetwo_text a {
    color: #e12454;
}
.poly_text_box:hover .service_icon_box::before, .wirt_detailb_icon i:hover, .witr_service2:hover .wbutton_top_service_icon a::before, .witr_service2:hover .witr_service2_icon_bottom::before {
    background: #e12454;
}
.witr_service2:hover .witr_servicetwo_text::before {
    bottom: 0;
    height: 100%;
}
.witr_service2:hover .witr_servicetwo_text h3, .witr_service2:hover .witr_servicetwo_text h3 a, .witr_service2:hover .witr_servicetwo_text p, .witr_service2:hover .witr_servicetwo_text a {
    color: #fff;
}
.witr_service2:hover .witr_service2_icon_bottom i {
    color: #fff;
}
.witr_service2:hover .wbutton_top_service_icon a {
    color: #fff;
}
.witr_servicetwo_text::after {
    content: '';
    position: absolute;
    transition: .5s;
    background: url(../image/service-shape1.png) no-repeat bottom right;
    width: 50%;
    height: 100%;
    z-index: 1;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
}
.witr_service2:hover .witr_servicetwo_text::after {
    opacity: 1;
}
.witr_servicetwo_text h3 {
    margin-bottom: 10px;
}
.witr_service2.service_overflow_inherit{
    margin-bottom: 20px;
}
/* company experience area css */
.company_experience_area .em_service2_bottom {
    display: flex;
    justify-content: space-around;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #DDDDDD;
    padding-top: 10px;
}
.dizil_work_area .witr_s_flex.witr_s_flex2 {
    margin-top: 0;
}
.company_experience_area .em-service-icon i {
    height: 65px;
    width: 65px;
    border-radius: 5px;
    line-height: 65px;
}
.company_experience_area .work_left_inner {
    padding: 0px 65px 0px 0px;
    margin-bottom: 30px;
}
.company_experience_area .witr_section_title_inner h3 {
    padding-bottom: 0px;
}
.company_experience_area .witr_s_flex {
    display: flex;
    margin-top: 38px;
    margin-bottom: 20px;
}
.company_experience_area .witr_btn_style.mr {
    margin-top: 30px;
}
.witr_s_flex2 .em-service-icon {
    margin-left: -50px;
}
.witr_s_flex2 .em-service-icon img {
    height: 48px;
    margin-bottom: 10px;
}
/* residensial area css */
.residential_security_area {
    z-index: 1;
    position: relative;
}
.witr_service2_7 {
    background: #fff;
}
.witr_2service_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}
.witr_service7s_image {
    margin-right: 30px;
}
.witr_service7s_image img {
    width: 100%;
}
 .all_service2_color h3, .all_color_s3 h3 {
    padding: 20px 0px 0px 0px;
}
.witr_service2_7 .witr_ser_btnb {
    position: relative;
    margin-top: 30px;
}
.witr_service2_7 .witr_ser_btnb a {
    padding: 5px 6px 7px 30px;
    border-radius: 0px 30px 30px 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 99;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_service2_7 .witr_ser_btnb a {
    background: #e12454;
}
.service-btn>a:hover, .witr_service2_7 .witr_ser_btnb a, .witr_service2_7 .witr_ser_btnb a:hover, .witr_service2_btnb a, .witr_service3_btn a {
    color: #fff;
    display: inline-block;
}
.pluse_btn {
    position: absolute;
    left: 0;
    display: inline-block;
}
.pluse_btn span {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.pluse_btn span {
    background: #e12454;
}
.pluse_btn span {
    color: #fff;
}
.witr_service2_7 {
    box-shadow: 0px 5px 20px 0px #00000014;
    padding: 20px 27px 30px 20px;
}
.witr_service2_7:hover .witr_ser_btnb a {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.witr_service2_7 .witr_ser_btnb a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    margin-left: 10px;
    display: inline-block;
}
.witr_service2_7 .witr_ser_btnb a i {
    background: #fff;
}
.witr_service2_7 .witr_ser_btnb a i {
    color: #e12454;
}
.witr_service2_7:hover .pluse_btn span {
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* scurity system area css */
.security_system_area {
    margin-top: -150px;
    margin-bottom: 0px;
    padding: 260px 0px 70px 0px;
}
.security_system_area {
    background-image: url("../image/page-title.jpg");
    background-position: center center;
    background-size: cover;
	position:relative;
}
.security_system_area .all_color_service:hover i, .security_system_area .poly_text_box:hover .service_icon_box::before {
    background: none;
}
.security_system_area .service-item {
    margin-bottom: 35px;
}
.security_system_area::before {
	content:"";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    position: absolute;
	background: #091125;
    opacity: 0.86;
}
.security_system_area .service-item i {
    font-size: 80px;
    height: auto;
    width: auto;
    border-radius: initial;
    line-height: normal;
    background: none;
    border: none;
	color: #e12454;
}
.security_system_area .service-item h3 {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 5px 0px;
	color:#fff;
}
.security_system_area .service-item h3 a{
	color:#fff;
}
.security_system_area .service-item p {
    padding-top: 0px;
	color:#fff;
}
/* service style one pricing area */
.service_one_pricing{
	background-color: #FAFAFA;
}












