@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/*
 theme css
 */
a{
    color: #17161a;
    transition: .5s;
}
a:hover {
    text-decoration: none;
	color:#768d2c;
}

body {	
    color: #908585;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.6;
}
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;
	margin-bottom: 0;
    line-height: 1.2;	
    font-weight: 700;
    transition: .5s;
	font-size:24px;
    color: #071c1f;
    margin: 0 0 10px;	
    -webkit-transition: .5s;
    transition: .5s;	
}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
a{
    color: #17161a;
    transition: .5s;
}
textarea,
input{
	outline:none;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
	color:#768d2c;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}



/* === style_w6 shape ==== */
.witr_shape_item_inner {
    position: absolute;
    /* left: 0; */
    /* text-align: center; */
    /* top: 0px; */
    /* margin: auto; */
    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;
}
.witr_shape_box_text{
	text-align: center;
    left: 50%;
    top: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
    content: "";
    transform: translateX(-50%) translateY(-50%);
	font-size:18px;
	
}
@keyframes witr_movelr_box45 {
  0%{
	  transform: translateX(0px);
	}
  100%{
	  transform: translateX(45px);
	}
}
 /*======== slick ========*/
 .slick-prev, .slick-next {
    font-size: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: #768d2c;
    z-index: 999;
    opacity: 0;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	width: 60px;
    height: 60px;
	line-height: 60px;
    top: 50%;
    transform: translate(0px, -50%);  
    border-radius: 5px;
    transition: .5s;   
    border: 0px solid #17161a;
}
.slick-prev {
 left: -15px;
}
.slick-next {
    right: -15px;

}
.slick-prev.slick-disabled,
.slick-next.slick-disabled{
    background: #768d2c;	
}
.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: 30px;
 -webkit-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 content: "\f177";
 font-family: FontAwesome;
}
 .slick-next:before {	 
 content: "\f178";
 font-family: FontAwesome;
}
 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
 background:#131414;
     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;
}
.witr_cslide_3:hover .slick-prev, 
.witr_cslide_3:hover .slick-next,
.witr_cslide_2:hover .slick-prev, 
.witr_cslide_2:hover .slick-next,
.post_team_idteam:hover .slick-prev, 
.post_team_idteam:hover .slick-next,
.brand_imagess_active:hover .slick-prev, 
.brand_imagess_active:hover .slick-next,
.carso_idtesti2:hover .slick-prev, 
.carso_idtesti2:hover .slick-next,
.witr_slick_active:hover .slick-prev, 
.witr_slick_active:hover .slick-next,
.imagess_cursol_active:hover .slick-prev, 
.imagess_cursol_active:hover .slick-next{
	 opacity:1;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* cursor css */
.slick-dots {
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 5px;
 display: inline-block;
 z-index: 11;
}
.slick-dots li {
 display: inline-block;
}
.slick-dots li button {
 background-color: transparent;
 font-size: 0;
 width: 30px;
 height: 10px;
 border: 1px solid #768d2c;
 margin: 0 5px;
 cursor: pointer;
 border-radius: 30px;
 padding: 0;
 transition:.5s;
 outline: none;
}
.slick-dots li.slick-active button {
 background: #768d2c;
  width: 40px;
} 

/*=====================
 2 Header Top CSS
======================*/
.tezel-header-top {
    background: #768d2c none repeat scroll 0 0;
    padding: 5px 0;
}
.top-address p {
    margin-bottom: 0;
}
.top-address p a, .top-address p span, .top-right-menu ul.social-icons li a {
    color: #fff;
    font-size: 15px;
}
.top-address p a, .top-address p span {
    margin-right: 20px;
}
.top-address p a i, .top-address p span i {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}
.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-address p a, .top-address p span, .top-right-menu ul.social-icons li a {
    color: #fff;
    font-size: 15px;
}
.top-right-menu ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px;
}
.top-right-menu .social-icons li a i:hover, .top-right-menu .social-icons li a:hover {
    color: #17161a;
}

/*=====================
Home 2 Header CSS
======================*/
.em40_header_area_main {} .em40_header_area_main.hdisplay_none {
    display: none;
}
/* LOGO CSS */
.tezel-main-menu .logo a.main_sticky_main_l {
    display: block;
}
.logo a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}
.tezel-main-menu .logo a.main_sticky_main_l {
    display: block;
}
.tezel-main-menu .logo a.main_sticky_l {
    display: none;
}
.tezel-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}
.tezel-main-menu .prefix .logo a.main_sticky_l {
    display: block;
}
.tx_relative_m, .tx_top2_relative {
    position: relative;
}
.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    transition: .5s;
}
.hbg2 {
    background:#005490;
    padding: 0 0 10px;
}
.witr_h_h2 .tezel_menu, .witr_h_h3 .tezel_menu, .witr_h_h4 .tezel_menu, .witr_h_h5 .tezel_menu, .witr_h_h6 .tezel_menu, .witr_h_h7 .tezel_menu, .witr_h_h8 .tezel_menu, .witr_h_h9 .tezel_menu, .witr_h_h10 .tezel_menu, .witr_h_h11 .tezel_menu, .witr_h_h14 .tezel_menu, .witr_h_h17 .tezel_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tezel_menu ul {
    text-align: right;
    list-style: none;
}
.heading_style_3 .tezel_menu > ul > li > a {
    color: #fff;
}
.tezel_menu > ul > li.current > a, .tezel_menu > ul > li:hover > a, .creative_header_menu > ul > li:hover > a {
    /* color: #768d2c; */
    background-color: transparent;
}
.tezel-main-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 13px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.tezel_menu > ul > li {
    display: inline-block;
    position: relative;
}
.tezel_menu > ul > li > a {
    display: block;
    margin: 38px 15px 38px;
    transition: .5s;
    position: relative;
    color: #151616;
    font-size: 17px;
    font-weight: 600;
}
.tezel_menu > ul > li > a:before, .tezel_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;
}
/* sub Menu */
.tezel_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 197px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);	
    transition: .2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.tezel_menu ul .sub-menu li {
    position: relative;
}
.tezel_menu ul .sub-menu li a {
    display: block;
    padding: 7px 20px;
    margin: 0;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
    visibility: inherit !important;
}

.tezel_menu ul li:hover > .sub-menu {
    transition: .5s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}
.tezel_menu ul .sub-menu li:hover > a, .tezel_menu ul .sub-menu .sub-menu li:hover > a, .tezel_menu ul .sub-menu .sub-menu .sub-menu li:hover > a, .tezel_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
    background:#ddd;
    color:#768d2c;
}
.tezel_menu>ul>li.current>a, .tezel_menu>ul>li:hover>a, .creative_header_menu>ul>li:hover>a {
    color: #768d2c;
    background-color: transparent;
}
.tezel_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}
.tezel_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}


.mean-container .mean-bar {
    float: none;
    background: #768d2c none repeat scroll 0 0;
    overflow: hidden;
}
.mean-container .mean-bar {
    padding: 0;
}
.mobile_menu_logo.text-center {
    padding: 20px 0;
}
.mean-container .mean-nav ul li li a {
    color: #17161a;
}
.donate-btn-header {
    padding: 28px 0px 24px;
}
a.dtbtn {
    border: none;
    display: block;
    font-size: 17px;
    margin-left: 30px;
    font-weight: 700;
    background-color: #768d2c;
    border-radius: 30px;
    color: #fff;
    padding: 7px 30px 10px;
}
a.dtbtn:hover {
    background-color: #768d2c;
}

.donate-btn-header .dtbtn {
    margin-left: 0px;
    font-size: 16px;
    font-weight: 500px;
    padding: 14px 20px;
    text-align: center;
}

.tezel_nav_area {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);	
} 
.tezel_nav_area.postfix {
    transition: 0.3s;
}
/* 
.tezel_nav_area.prefix, .hbg2 {
    background-color: #000000;
}
.tezel_nav_area.prefix .tezel_menu > ul > li > a {
    color: #fff;
} */
.tezel_nav_area.prefix .tezel_menu > ul > li.current > a {
    color: #768d2c;
}

/*=======================
END tezel HEADING NAV AREA CSS
========================*/

/* responsive 320 start */
/* small mobile :320px. */

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

.mobile-menu,
 .mobile_logo_area{
 display:none !important;
 overflow:hidden;
}


/* scrollbar */
.witr_swiper_area .swiper-scrollbar-drag {
    background: #768d2c;
}
.witr_swiper_area .swiper-container-horizontal>.swiper-scrollbar{
    background: rgba(0,0,0,.0);
}
.witr_swiper_area .swiper-scrollbar-drag,
.witr_swiper_area .swiper-container-horizontal>.swiper-scrollbar{
	height: 10px;
}

/* pagination prev next */
.swiper-button-prev,
.swiper-button-next {
	background-image:inherit !important;	
	color:#fff;
	transition: .5s;
	outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #768d2c;
	background:#fff;
	padding:30px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 30px;	
}
.wittr_gallery.witr_swiper_height{
	height:100px !important;
    margin-top: 10px;	
}

/* button default style */
.witr_button_area {
    text-align: left;
}
.witr_btn {
    background: #768d2c;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 40px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    font-weight: 400;
}
 .witr_btn:hover{
	background:#1b1a1a;
	color: #fff;	
}
.witr_btn i {
    font-size: 18px;
    margin-left: 6px;
}
/* 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;
    margin-bottom: 10px;
}
.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: 20px;
    color: #768d2c;
    width: 100%;
    margin-bottom: 13px;
    font-weight: 700;
}
.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:#768d2c;	 
 }
 
 
.witr_section_title_inner p {
    margin-top: 10px;
}
.witr_section_title_inner.text-center p {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
}
 .witr_section_title_inner.text-left p{
    width:74%;
    margin-right: auto;
    margin-left: auto;
 }
 .witr_section_title_inner.text-right p{
    width: 55%;
    margin-right: auto;
    margin-left: auto;
 }
 .witr_image_title {
    margin-top: 0px;
    margin-bottom: 10px;
}
.white .witr_section_title_inner h1,
.white .witr_section_title_inner h3,
.white .witr_section_title_inner h2,
.white .witr_section_title_inner p {
	color:#fff;
}
/* text widget */
.witr_text_widget_inner h1,
.witr_text_widget_inner h2{
 font-size: 37px;
 margin-bottom: 5px; 
}
.witr_text_widget_inner h1{
 font-size: 17px;
 color:#768d2c; 
}
.witr_text_widget_inner h1 span,
.witr_text_widget_inner h2 span{
	color:#768d2c;
}
.witr_text_widget_inner p{
/* margin-top: 23px; */
 margin-bottom: 11px;
}
.witr_text_widget .witr_text_widget_inner h1,
.witr_text_widget .witr_text_widget_inner h2,
.witr_text_widget .witr_text_widget_inner p{
	margin-left:auto !important;	
	margin-right:auto !important;	
}



/* bar color title */
.witr_bar_main {
    margin: 0px 0px 10px;
}
.witr_bar_inner{
    height: 1px;
    width: 90px;
    background: #768d2c;
    margin: 0px auto;
    position: relative;
    border-radius: 30px;	
}
.text-left .witr_bar_inner{

  margin-left:0px;
	
}
.text-right .witr_bar_inner{

  margin-right:0px;
	
}

/*-----------------------
    Progress Bar Style2
-------------------------*/
.witr_single_progress {
	overflow:hidden;
	position: relative;
}
.progress {
    margin-top: 29px;
}
.progress-bar {
    background-color: #768d2c;
}
.witr_progress-style2 {height: 10px;box-shadow: none;border-radius: 0;overflow: visible;margin-top: 20px;}
.witr_progress-style2 + .witr_progress-style2 {margin-top: 50px;}
.witr_progress-style2 .progress-bar {position: relative;text-align: left;line-height: 4px;border-radius: 0;box-shadow: none;}
.witr_title2 .witr_label {position: absolute;left: 0px;top: 0px;color: #1b1a1a;font-size: 17px;font-weight: 700;}
.witr_progress-style2 .witr_percent {position: absolute;right: 0;font-weight: 700;color: #1b1a1a;font-size: 16px;top: -19px;}







/*===========================
    10.video css 
===========================*/
.video-part {}
.video-overlay {
    padding: 70px 0 50px;
}

.video-item {}
.video-item a{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    border-radius: 100%;
    background: #768d2c;
}
.video-item a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #768d2c;
    border-radius: 50%;
    top: 0;
    animation-fill-mode: both;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-item i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.video-item h3 {
    font-size: 23px;
	margin-top: 35px;
}

/*===========================
    5.play  css 
===========================*/
.witr_play_vi {}
.witr_videobg_image{
	position: relative;	
}
.witr_videobg_image::before{
    position: absolute;
    content: '';	
    width: 100%;
    height: 100%;
/*     background: #768d2c6b; */	
}
.witr_videobg_image img{
	/* width:100%; */
}
.play-overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);	
}
.play-overlay a {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    font-size: 23px;
    border-radius: 100%;
    background: #768d2c;
}
.play-overlay a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background:#768d2c;
    border-radius: 50%;
    animation-fill-mode: both;
    animation: witr_squares 1.5s ease-in-out infinite;
}
.play-overlay i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.witr_videos_title_text{
    position: absolute;
	left:40px;	
	bottom:40px;
	width: 45%;	
}
.witr_videos_title_text h3{
	color:#fff;
    margin: 0;	
}
.video-item a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #768d2c;
    border-radius: 50%;
    top: 0;
    animation-fill-mode: both;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
}
/* witr_squares_ */
@keyframes witr_squares{
	0%{transform:scale(1);opacity:0}
	20%{transform:scale(1.24);opacity:1}
	100%{transform:scale(2.1);opacity:0}
}
.set_class{
	animation: witr_squares 800ms ease-out infinite;
}
/* breadcumb-area */
.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 {
    padding-top: 135px;
    padding-bottom: 135px;
    background-image: url(assets/images/tezel-slider2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	    background-size: cover;
    position: relative;
}
.breadcumb-area::before,
.breadcumb-blog-area::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
	background:#00000080;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
    font-weight: 600;
}
.breadcumb-inner li:nth-last-child(-n + 1) {
    color:#fff;
}
.breadcumb-inner li a {
    font-weight: 600;
    color: #fff;
}
.breadcumb-inner li a:hover {
    color: #768d2c;
}
.brpt h2 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 5px;
}

/* =========== Slick slider Main css============ */
.witr_ds_content{
	position:relative;
	z-index:1;
}
.elementor-section-full_width .witr_containers {
    margin: auto;
	width:70%;
}
.witr_ds_content:before{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	content:"";
	z-index:-1;
	background:#000000B3;
}
.witr_ds_content_area{
	
}
.witr_ds_content {
    height: 970px;
    background-size: cover;
    background-position: center center;
	overflow:hidden;
}
.witr_ds_content_inner.witr_containers {
    width: 63%;
    margin: auto;
}
.witr_ds_content_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.witr_ds_content_inner h1{
    font-size: 25px;
    margin-bottom: 15px;
	color: #fff;
}
.witr_ds_content_inner h2{
    font-size:90px;
    text-transform: capitalize;
    margin-bottom: 20px;
	color: #fff;	
}
.witr_ds_content_inner h3{
    font-size: 63px;
    text-transform: capitalize;
    margin-bottom: 20px;
	color: #fff;	
}
.witr_ds_content_inner h1 span,
.witr_ds_content_inner h2 span,
.witr_ds_content_inner h3 span{
	color: #768d2c;	
}
.witr_ds_content_inner p {
    margin: 15px auto 15px auto;
    font-size: 17px;
	color:#fff;
}
.witr_slicks_title{
    position: absolute;
    top: -13%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;	
}
.witr_slicks_title h4{
	font-size:150px;
    -webkit-text-stroke: 1px #071c1f;
    -webkit-text-fill-color: transparent;
    color: #071c1f;
    line-height: 1;
    opacity: 0.07;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
    margin: 0;	
}
/* slider text align */
.witr_ds_content_inner h1,
.witr_ds_content_inner h2,
.witr_ds_content_inner h3,
 .witr_slicks_title h4,
 .witr_ds_content_inner p {
    width: 70%;
    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_slicks_title h4,
.text-center .witr_ds_content_inner p {
    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,
.text-right .witr_ds_content_inner p {
    width: 70%;
    margin: 14px 0 15px auto;
}

/* slider 2 text align */
.text-left .witrscontainer h1,
.text-left .witrscontainer h2,
.text-left .witrscontainer h3,
.text-left .witr_slicks_title h4,
.text-left .witrscontainer p {
    width: 40%;
    margin: 14px auto 15px 0;
}
.text-center .witrscontainer h1,
.text-center .witrscontainer h2,
.text-center .witrscontainer h3,
.text-center .witr_slicks_title h4,
.text-center .witrscontainer p {
    width: 70%;
    margin-left:auto;
    margin-right:auto;
}


.text-right .witrscontainer h1,
.text-right .witrscontainer h2,
.text-right .witrscontainer h3,
.text-right .witr_slicks_title h4,
.text-right .witrscontainer p {
    width: 40%;
    margin: 14px 0 15px auto;
}
.text-center .witrscontainer h1,
 .text-center .witrscontainer h2,
 .text-center .witrscontainer h3,
 .text-center .witr_slicks_title h4, 
 .text-center .witrscontainer p {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}

/* slider 2 text align */
.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;
}
@media (min-width: 1200px){
	.witrscontainer {
    max-width: 1430px;
}
}
.witrscontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* slider image thumb position */

.text-left .witr_slider_thumb {
    position: absolute;
    right: 0;
    top: 57%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.text-right .witr_slider_thumb {
    position: absolute;
    left: 0;
    top: 57%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.slider_btn .witr_btn{
	border:none;
	outline: none;
}

.slider_btn .witr_btn.active {
    background: transparent;
    border: 1px solid #768d2c;
    color: #768d2c;
}
.slider_btn .witr_btn.active:hover{
    background: #768d2c;
    border: 1px solid #768d2c;
    color: #fff;
}

.slider_btn {
    margin-top: 45px;
}
/*----------------------
 * SLIDER AREA CSS
 -----------------------*/

.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
}
.nivo-caption {
    background:#0000004D;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-slider-content-nivo {} .em_slider_right {} .em_slider_inner {
    margin: auto;
    /* width: 60%; */
    
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
/* slider title */

.em-slider-title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 11px;	
}
.em-slider-title span{
	color:#768d2c;
}
.em-slider-sub-title {
    color: #fff;
    font-size: 100px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
}	
   	
.em-slider-descript {
	color: #fff;
    font-size: 20x;
    margin-bottom: 43px;
    width: 51%;
}
.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}
.text-center .em-slider-descript {
    margin: 0 auto 31px;
	 width: 52%;
}
.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
}
/* button */

.em-button-button-area a {
/*     border: 1px solid #768d2c; */
    color: #768d2c;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 4px;
	padding: 15px 36px;
    position: relative;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    z-index: 1;
 background:#fff;  	
}
a.em-active-button {
    background: #768d2c;
	 color: #fff;
}
.em-button-button-area a:hover {
    color: #fff;
    background: #768d2c;
    border-color: #768d2c;
}
a.em-active-button:hover {
    background:#fff;
/* 	border-color: #fff; */
	color:#768d2c;
/*     background: transparent;
    border-color: #fff; */
}
.em-slider-half-width {
    width: 50%;
}
.em-slider-left {
    padding-right: 30px;
}
.em-slider-right {
    padding-left: 30px;
}
.em-slider-full-width {
    width: 85%;
}
.em-slider-half-width .em-slider-descript {
    width: 100%;
}
/* image */
.text-left .em_slider_s2_content {
    margin-right: 25%;
}
.text-center .em_slider_s2_content {
    margin-right: 0;
}
.text-right .em_slider_s2_content {
    margin-left: 25%;
}
.em_slider_s2_image {
    position: relative;
}
.em_slider_s2_image img{
	/* width:100%; */
}
.em_sc_100{
	width:100%;
	    margin-top: 30px;
}

/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {} .em-nivo-slider-wrapper .nivo-directionNav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {} .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    background: #768d2c;
    border-color: #768d2c;
    color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 50px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}
/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    margin: 0 5px;
    width: 25px;
	color: #fff;
line-height: 25px;	
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
    background: #768d2c none repeat scroll 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.pdlr0{
	padding-left:0;
	padding-right:0;
}
/* banner_area */
.banner_area {
	background-image: url(assets/images/tezel-slider2.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 800px;
}
.banner_area:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#00000066;
}
.banner_area_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content h1 {
    font-size: 20px;
	color:#fff;
}
.banner-content h2,
.banner-content h3 {
    font-size:76px;
	color:#fff;
}
.banner-content h1 span,
.banner-content h2 span,
.banner-content h3 span {
    color: #768d2c;
}
.banner-content p {
    margin-top: 22px;
    margin-bottom: 36px;
	color:#fff;
}
.text-center.banner-content h1,
.text-center.banner-content h2,
.text-center.banner-content h3,
.text-center.banner-content p {
    margin-left: auto;
    margin-right: auto;
}
.banner-content a i {
    color: #fff;
    background: #768d2c;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-right: 8px;
    margin-left: 9px;
    font-size: 20px;
}
.butn {
    background: 0 0;
    border: 2px solid #768d2c;
    position: relative;
    vertical-align: middle;
    transition: 0.5s;
    outline: 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    z-index: 2;
    padding: 10px 30px;
    overflow: hidden;
    margin-right: 5px;
}
.butn:hover {
    color: #fff;
}
.witr_float .butn {
    float: left;
    margin-right: 20px;
}
.butn::before {
    content: "";
    width: 0;
    height: 100%;
    background: #768d2c;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.butn:hover::before {
    width: 100%;
}
.witr_deshboard {
    position: relative;
}
.banner-content.content-3 ul li {
    display: inline-block;
}
.banner-content.content-3 ul li a {
    margin-top: 0;
    padding: 0 12px;
}
.banner-content.content-3 ul li a i {
    background-color: transparent;
    font-size: 17px;
    height: 0;
    width: 0;
    margin: 0;
}
.banner-content.content-4 ul li {
    display: inline-block;
    margin-top: 6px;
}
.banner-content.content-4 ul li a i {
    background-color: transparent;
    color: #768d2c;
    border: 1px solid #768d2c;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 17px;
    margin-right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner-content.content-4 ul li a:hover i {
    background: #768d2c;
    color: #fff;
}
.banner-content a{
	color:#fff;
}
/* tezel_features_area */
.tezel_features_area{
	padding:100px 0px 70px;
}
.witr_service2_style4 {
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0,0.1);
    padding: 40px 30px 40px;
    background: #fff;
    transition: 1s;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.features .all_service2_color i, 
.features .all_color_s3 i {
    font-size: 60px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}
.witr_service2_style4 i {
    font-size: 45px;
    display: inline-block;
}
.witr_custom_icons  i {
    color: #768d2c;
    font-size: 37px;
    transition: .5s;
}
.witr_service2_style4 h3 {
    margin-top: 15px;
}
.witr_service2_style4 p {
    margin: 0;
}
.witr_sn_button {
    position: absolute;
    display: block;
    transition: 1s;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;	
    transform: scale(0);
}
.witr_sn_button a {
    background: #768d2c;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 30px;
    text-align: center;
    transition: 1s;
}
.witr_sn_button a:hover {
    background: #071c1f;
}
.witr_service2_style4_s:hover .witr_sn_button {
    bottom: -40px;
    transform: scale(1);
}

/* tezel_about_area */
.tezel_about_area{
	padding:0px 0px 100px;
}
.about_thumb {
    padding: 0% 5% 0% 0%;
}
.witr_section_right {
    padding-right: 5px;
}
.about_area .witr_section_title_inner h3 {
    font-size: 40px;
    font-weight: 700;
    padding: 0px 0px 25px 0px;
}
.about_area .witr_section_title_inner p {
    width: 100%;
    margin-bottom: 35px;
}
.icon_list_item a span i {
    color:#768d2c;
    font-size: 14px;
    padding-bottom: 8px;
    padding-right: 10px;
}
.about_area .witr_button_area {
    margin-top: 46px;
}
.witr_service2_style1 {
    background-color: #FFFFFF;
	 padding: 15px;
    border-left: 5px solid #768d2c;
    position: relative;
    text-align: left;
	margin-bottom: 30px;
}
.witr_service2_style1 h1{
    color: #071C1F;
    font-size: 23px;
}
.witr_service2_style1 p {
    color: #908585;
    font-size: 17px;
}
/* tezel_service_area */
.tezel_service_area{
	padding:96px 0px 65px;
	background:#F9F9F9;
}
.service_top{
	margin-top:50px;
}
.singleSS.witr_service_8.all_color_service {
    margin-bottom: 30px;
}
.serIcon i {
    color: #768d2c;
    font-size: 60px;
    line-height: 62px;
    z-index: 1;
}
.detail_SS {
    position: relative;
    padding: 0 0 0;
    z-index: 99;
}
.detail_SS h3 {
    line-height: 31px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.detail_SS p {
    margin-bottom: 28px;
}
.witr_sbtn_s8 a {
    padding: 7px 25px;
    position: relative;
    transition: .5s;
    overflow: hidden;
    text-align: center;
    color: #908585;
    border: 1px solid #908585;
}
.singleSS:hover .witr_sbtn_s8 a{
	border-color:#768d2c;
	    transition: .5s;
}
.service-btn > a {
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_sbtn_s8 a i {
    background: #768d2c;
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: .5s;
    opacity: 0;
    color: #fff;
    padding: 14px 15px;
}
.singleSS:hover a i {
    right: 0;
    width: 100%;
    opacity: 1;
    top: 0%;
}

/* tezel_counter_bg_area */
.tezel_counter_bg_area {
    background-image: url(assets/images/single-offer-img.jpg);
    background-position: top center;
    background-size: cover;
	padding:100px 0px 50px;
	position:relative;
}
.tezel_counter_bg_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:#000000db;
}
.witr_counter_single.single_counter_inner.all_counter_color {
    text-align: center;
	margin-bottom: 30px;
}
.witr_custom_icon i {
    font-size: 60px;
    display: inline-block;
    margin-bottom: 10px;
}
.witr_counter_number_inn h3, 
.witr_counter_number_inn span {
    font-size: 50px;
    color: #131414;
    display: inline-block;
}
.white .witr_custom_icon i ,
.white .witr_counter_number_inn h3, 
.white .witr_counter_number_inn h4, 
.white .witr_counter_number_inn span{
	color:#fff;
}
/* tezel_team_area */
.tezel_team_area{
	padding:95px 0px 70px;
}
.team_top{
	margin-top:50px;
}
.tezel_team_area .witr_section_title_inner h3 {
    font-size: 40px;
    font-weight: 700;
}
.team-part {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.team-sec {
    position: relative;
}
.team-sec:before {
    content: "";
    position: absolute;
    background-color: #768d2c6e;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    transition: 1s;
}
.team-part:hover .witr_team_content2, .team-part:hover .team-sec:before {
    top: -670px;
	transition:1s;
}
.witr_team_content2 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0 25px;
    -webkit-transition: .5s;
    transition: .5s;
}
.team-part:hover .team-social {
    bottom: 0px;
}
.witr_team_content2 h5 {
    font-size: 23px;
    color: #fff;
    margin: 0;
}
.witr_team_content2 span {
    color: #fff;
}
.team-part .team-social {
    position: absolute;
    bottom: -110px;
    height: 100px;
    width: 100%;
    background: #fff;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.team-social ul {
    padding-top: 30px;
}
.team-social ul li {
    display: inline-block;
    margin: 0 3px;
}
.team-social ul li a {
    font-size: 17px;
    color: #555555;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.team-social ul li a:hover {
    color: #fff;
    background: #768d2c;
    border-color: #768d2c;
}
/* tezel_project_area */
.tezel_project_area {
    padding: 0px 0px 30px;
}
.witr_pslide .slick-list {
/* 	overflow: inherit; */
    padding-bottom: 75px;	
}
.witr_single_pslide {
    position: relative;
}
.witr_pslide_image {
    overflow: hidden;
}
.witr_pslide_image img {
    margin-right: auto;
    margin-left: auto;
    transition: .5s;
    width: 100%;
}
.witr_pslide_image img:hover {
    transform: scale(1.1);
}
.ps1 .witr_content_pslide_text {
    position: absolute;
    bottom: 0px;
    background: #fff;
    left: 20px;
    right: 20px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    padding: 0 30px 20px;
    transition: .5s;
    opacity: 0;
}
.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    bottom: -60px;
    opacity: 1;
}
.ps1 .witr_content_pslide {
    float: left;
}
.witr_content_pslide_text h3 {
    padding-top: 20px;
	    margin-bottom: 0px;
}
.ps1 .witr_pslide_btnb {
    float: right;
    margin-top: 40px;
}
.witr_content_pslide_text a {
    display: inline-block;
	margin-bottom: 0px;
}
.witr_content_pslide_text a i {
	margin-left:5px
}

/* tezel_started_area */
.tezel_started_area{
	padding:0px 0px 100px;
}
.started_bg{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 90px 0px 90px 30px;
}
.started_bg .witr_col_image {
    text-align: right;
}
.tezel_content h5 {
    padding-bottom: 7px;
}
.tezel_content h2, .tezel_content h3 {
    font-size: 45px;
    font-weight: 700;
    padding: 4px 0px;
}
.tezel_button {
    margin-top: 45px;
}
.tezel_button a {
    background: #768d2c;
    padding: 15px 35px;
    color: #fff;
    display: inline-block;
    font-size:20px;
    transition: 1s;
    margin-right: 15px;
    font-weight: 500;
    border-radius: 30px;
}
.tezel_button a i {
    margin-left: 10px;
}
.slide_items {
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.slide_items:hover{
    filter: grayscale(0);
    opacity: 1;
}
.brand_top{
	margin-top:60px;
}

.brand_top .slick-slide img {
    margin: auto;
}
/* tezel_client_area */
.tezel_client_area{
	padding:0px 0px 70px;
}
.witr_testi_s10 .em_single_testimonial {
    text-align: center;
}
.em_single_testimonial {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    transition: all .5s ease 0s;
    padding: 37px 30px 26px;
    margin-top: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    overflow: hidden;
    position: relative;
}
.test_q_icon i {
    font-size: 54px;
    color:#768d2c;
}
.em_testi_content {
    position: relative;
    text-align: center;
}
.witr_testi_s10 .em_testi_text {
    float: none;
    text-align: inherit;
}
.em_testi_text {
    overflow: hidden;
    padding-top: 15px;
    float: left;
    text-align: left;
}
.witr_testi_s10 .em_test_thumb {
    float: none;
    margin-right: 0;
}
.witr_testi_s10 .em_test_thumb img {
    width: inherit;
    margin: auto;
}
.witr_testi_s10 .em_testi_title h2 {
    margin-top: 15px;
}
.em_testi_title span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #768d2c;
}
.witr_testi_itemt {
    padding: 0 15px;
}
.testi_top{
	margin-top:30px;
}
.carso_idtesti2 .slick-prev {
    left: -65px;
    border-radius: 0px;
}
.carso_idtesti2 .slick-next {
    right: -65px;
    border-radius: 0px;
}
/* tezel_blog_area 7*/
.tezel_blog_area {
    padding:100px 0px 70px;
	background:#F9F9F9;
}
.blog_top{
	margin-top:28px;
}
.witr_ablog_7 {
    position: relative;
    padding-bottom: 80px;
}
.tezel-blog-thumb_adn {
    overflow: hidden;
    position: relative;
}
.tezel-blog-thumb_adn:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #768d2c;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_ablog_content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -3px;
    text-align: center;
    z-index: 9999;
    background: #fff;
    padding: 15px 14px 7px;
    box-shadow: 0px 5px 20px 0px #dddddd3b;
}
.witr_ablog_content h2{
padding: 8px 0px 10px;
}
.witr_ablog_content span{
margin:0px 5px;
font-size:15px;
color:#324452;
}
.witr_ablog_content span i{
margin-right:3px;
}
.witr_ablog_7:hover .tezel-blog-thumb_adn:before{
	opacity:1;
}
.witr_ablog_inner a i{
	margin-right:8px;
}


/* tezel_service_area */
.tezel_service_area.contact_service  {
    padding: 100px 0px 70px;
	background: transparent;
}
.contact_service .all_color_service {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #999999;
    border-radius: 5px 5px 5px 5px;
    padding: 25px 20px 0px 20px;
	    margin-bottom: 30px;
}
.contact_service .all_icon_color i {
    color:#768d2c;
    font-size: 60px;
	line-height: 62px;
    z-index: 1;
}
.detail_SS {
    position: relative;
    padding: 0 0 0;
    z-index: 99;
}
.detail_SS h3 {
    line-height: 31px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.detail_SS p {
    margin-bottom: 28px;
}

/* tezel_contact_area */
.tezel_contact_area.contact2 {
    padding:0px 0px 100px;
}
.contact2 .apartment_area {
    text-align: center;
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: #768d2c;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    padding: 35px 30px 0px 30px;
	background:#fff;
}
.contact2 .apartment_text h1 {
    color: #768d2c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact2 .apartment_text p {
    font-size: 40px;
    font-weight: 700;
    margin: 0px 0px 40px 0px;
	color:#07001e;
}
.contact2 .witr_apartment_form input,
.contact2 .witr_apartment_form select{
    height: 55px;
}
.contact2 .witr_apartment_form textarea {
    height: 150px;
}

.witr_apartment_form input, 
.witr_apartment_form select, 
.witr_apartment_form textarea {
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius:5px;
    line-height: 43px;
    padding-left: 30px;
	color: #929292;
	height: 45px;
}
.witr_apartment_form textarea {
    height: 100px;
    margin-bottom: 20px;
    text-align: left;
    padding: 10px 30px 30px;
	border-radius: 5px 5px 5px 5px;
    margin: 0px 0px 20px 0px;
}
.witr_apartment_form .w_btn2 {
    color: #FFFFFF;
    background-color: #768d2c;
    height: 60px;
	border-radius:5px;
}
.witr_apartment_form .w_btn2:hover {
    background:#131414;
    color: #fff;
    border-color: #131414;
}
.form-group {
    margin-bottom: 0px;
}
.w_btn2 {
    width: 100%;
    text-align: center;
    background: 0 0;
    color: #768d2c;
    font-size: 16px;
    cursor: pointer;
    line-height: 45px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #768d2c;
    transition: .5s;
    text-transform: uppercase;
}
.about_area .all_color_service  {
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 12px 0px rgba(203.807373046875, 203.807373046875, 203.807373046875, 0.5);
	margin-bottom:30px;
}
.about_area .all_icon_color i {
    color: #768d2c;
    font-size: 60px;
    height: 0px;
}
.about_area .all_color_service h3 {
    font-size: 20px;
}
.service-item h3 {
    padding-top: 18px;
}
.about_area .all_color_service p {
    font-weight: 500;
    line-height: 1.4em;
    margin: 10px 0px 0px 0px;
}
.oil_top {
    margin-top: 50px;
}
.about_area .witr_button_area.ab2 {
    margin-top: 25px;
}
.map_area iframe{
	width:100%;
	height:500px;
	border:none;
}
.tezel_contact_area.contact_page{
	padding:100px 0px 100px;
}
.em-service2.sleft {
    text-align: left;
}
.service_top_text {
    display: block;
}
.em-service2.sleft .em-service-icon {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}
.em-service-icon {
    font-size: 35px;
}
.em-service2 .em-service-icon i {
    width: 68px;
    display: inline-block;
    height: 68px;
    line-height: 68px;
    box-shadow: 0 0 30px 0 rgba(148,146,245,.2);
    text-align: center;
    font-size: 25px;
        border-radius: 5px 5px 5px 5px;
    transform: rotate(0deg);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.em-service2 .em-service-inner {
    overflow: hidden;
}
.em-service-title h3 {
    margin: 0 0 15px;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.em-service-title h3:hover {
    color: #768d2c;
}
.em-service2:hover .em-service-icon i {
    color: #fff;
    background: #768d2c;
}
.contact_em_top .em-service2.sleft {
    text-align: left;
    margin-bottom: 30px;
}
.contact_em_top{
	margin-top:100px;
}

.tezel_address_area{
	background:#768d2c;
	padding:100px 0px 50px;
}
.tezel_address_area .all_icon_color i {
    color: #FFFFFF;
    font-size: 60px;
    width: 45px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}
.tezel_address_area .em-service-inner h3,
.tezel_address_area .em-service-inner p{
	color:#fff;
}
.em-service2.sleft {
    margin-bottom: 30px;
}
.tezel_contact_bg_area {
    background-image: url(assets/images/contact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:100px 0px 100px;
}
.tezel_contact_bg_area .apartment_area {
    margin-left: 90px;
}


/* tezel_skill_area */
.tezel_skill_area{
	padding:100px 0px 100px;
	background:#F9F9F9;
}
.tezel_skill_area .witr_section_title_inner h3 {
    font-size: 40px;
    padding: 0px 2px 20px 0px;
}
.tezel_skill_area .witr_section_title_inner h2 {
    font-size: 23px;
}
.tezel_skill_area .witr_section_title_inner.text-left p {
    width: 100%;
}
.tezel_skill_area .witr_progress-style2 {
    height: 10px;
    margin-top: 29px;
    margin-bottom: 21px;
}
.skill_title_top{
	margin-top:100px;
}
/* tezel_service_bg_area */
.tezel_service_bg_area{
	background-image: url(assets/images/hackery-slider1.jpg);
    background-position: center center;
    background-size: cover;
	padding:95px 0px 70px;
}
.medi_singleService {
    position: relative;
    background: #fff;
    padding: 50px 15px 50px 15px;
    box-shadow: 0px 5px 20px 0px #768d2c14;
	text-align:center;
	border-radius:5px;
	margin-bottom: 30px;
}
.medi_singleService:before {
    position: absolute;
    width: 0;
    height: 2px;
    background: #768d2c;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 3;
    transition: all 0.4s ease-out;
}
.medi_singleService:hover:before {
    width: 100%;
}
.tezel_service_bg_area .all_service2_color i{
    font-size: 60px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}
.wirt_s2_s5i {
    overflow: hidden;
}
.medi_singleService.wirt_s2_s6 h3 {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 15px;
}
.medi_singleService h3 {
    line-height: 28px;
    display: inline-block;
    margin: 12px 0 15px;
}
.medi_singleService p {
    margin: 0;
}
.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;
}
/* tezel_advatages_area */
.tezel_advatages_area {
    padding: 90px 0px 100px;
}
.advatages_top{
	margin-top:50px;
}
.advatages_service .all_color_service {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #768d2c;
    padding: 30px 30px 16px 32px;
	margin-bottom:30px;
}
.service_top_text {
    display: block;
}
.advatages_service .em-service2.sright .em-service-icon {
    float: right;
    margin-left: 30px;
    margin-top: 5px;
}
.em-service2.sright {
    text-align: right;
}

.advatages_service .em-service2 .em-service-icon i {
    width: 68px;
    display: inline-block;
    height: 68px;
    line-height: 68px;
     color: #768d2c;
    font-size: 60px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.advatages_service .em-service2:hover .em-service-icon i {
    color: #fff;
    background: #768d2c;
}
.advatages_service .em-service2 .em-service-inner {
    overflow: hidden;
}
.advatages_service .em-service-title {
    overflow: hidden;
}
.advatages_service .em-service-title h3 {
    margin: 0px 0 15px;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.tezel_advatages_area .witr_button_area {
    text-align: center;
}
.beer-reveal[data-beer-label]:after,
 .beer-slider[data-beer-label]:after {
    background: #768d2c;
    color: #fff;
}
.tezel_client_area.about_page {
    padding: 90px 0px 70px;
}

/* tezel_vision_area */
.tezel_vision_area {
    padding: 100px 0px 100px;
}
.tezel_vision_area .witr_section_title_inner.text-left p {
    width: 100%;
}
.tezel_video_bg_area {
    background-image: url(assets/images/hackery-slider1.jpg);
    background-position: center left;
    padding: 100px 0px 100px;
    position: relative;
}
.tezel_brand_area{
	padding:60px 0px 70px;
}
.tezel_brand_area .slick-slide img {
    display: block;
    margin: auto;
}
/* tezel_team2_area */
.tezel_team2_area{
	padding:0px 0px 40px;
}
.team_top{
	margin-top:40px;
}
.tezel_team2_area .witr_section_title_inner h3 {
    color: #DB2D2E;
    font-size: 40px;
    font-weight: 700;
}
.witr_team_section {
    position: relative;
}
.witr_team_section:before {
    content: "";
    position: absolute;
    background: #768d2cb3;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
}
.witr_team_section:hover:before {
    opacity: 1;
}
.team_o_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.witr_team_section:hover .team_o_icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team_o_icon ul li {
    list-style: none;
    display: inline-block;
}
.team_o_icon ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    color: #fff;
    margin: 0px 2px;
    margin-bottom: 7px;
}
.team_o_icon ul li a:hover {
    color: #fff;
    background: #768d2c;
    border-color: #768d2c;
}

.witr_team_content {
    padding: 15px 0;
    background: #fff;
}
.witr_team_content h5 {
    font-weight: 700;
    margin: 0;
}
.witr_team_content span {
    font-size: 18px;
}
.post_team_idteam .slick-prev,
.post_team_idteam .slick-next {
    opacity: 11;
    border-radius: 5px 5px 5px 5px;
    top: -60px;
}
.post_team_idteam .slick-prev {
    left: 1050px;
}
.post_team_idteam .slick-next {
    right: 15px;
}
.tezel_service1_area{
	padding:100px 0px 70px;
}

/* tezel_service2_area */
.tezel_service2_area{
	padding:100px 0px 70px;
	background:#F9F9F9;
}
.witr_service2 {
    overflow: hidden;
    margin-bottom: 30px;
}
.witr_front_content {
	position:relative;
}
.witr_service2_image{
	position:relative;
}
.witr_service2_image img{
	width: 100%;	
}
.witr_service2_box{
    background: #182c44;
    padding: 32px 30px 32px;
}
.witr_service2_icon{
    float: left;
	margin-right: 25px;
    margin-top: -17px;	
}
.witr_service2_icon i{
    color: #fff;
	background:#768d2c;
    font-size: 30px;
    transition: all 0.3s ease 0s;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
	display: inline-block;	
}
.witr_custom2_icon{
    float: left;
	margin-right: 25px;	
}
.witr_custom2_icon i{
    color: #fff;
    font-size: 50px;
    transition: all 0.3s ease 0s;
	display: inline-block;	
}

.witr_titles{
    overflow: hidden;	
}
.witr_titles h3{
    color: #fff;
}

.witr_back_service2{
    position: absolute;
    background: #768d2ccf;
    top: -55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 0 30px;
	transition:.5s;	
}
.witr_service2:hover .witr_back_service2{
	top: 50%;
}
.witr_content_service2{
    position: relative;
    top: 50%;
    transform: translateY(-50%);	
}
.witr_content_service2 p{
	color:#fff;
}
.witr_content_service2 ul{}
.witr_content_service2 ul li{}
.witr_content_service2 ul li a{
	color:#fff;
	transition:.5s;
}
.witr_content_service2 ul li a:hover{
	color:#071c1f ;
}

.witr_service2_btnb{
	margin-top:15px;
}
.witr_service2_btnb a{
	color:#fff;
}

.tezel_skill_area.service_page{
    padding: 100px 0px 100px;
    background: transparent;
}
.tezel_contact_area.service_page{
	padding:100px 0px 100px;
}

/* single_service_area */
.single_service_area {
    padding: 100px 0px 100px;
}
.single_service{
	box-shadow:0px 0px 30px 0px rgb(0 0 0 / 10%);
	padding:10px;
}
.service_top_image img{
	width:100%;
	margin-bottom: 25px;
}
.single_title .witr_section_title_inner h2 ,
.single_title .witr_section_title_inner h1{
    font-size: 30px;
}
.single_title .witr_section_title_inner h3 {
    font-size: 15px;
}
.single_title .witr_section_title_inner h1 span{
    font-size: 20px;
    text-decoration: line-through;
}
.single_page .witr_section_title_inner.text-left p {
    width: 100%;
}
.video-open-inline iframe{
	width:100%;
	height:400px;
	border:none;
}
.gallery_title .witr_section_title_inner h3 {
    font-size: 30px;
	margin-bottom: 20px;
}

.witr_cslide_2 .witr_single_pslide {
    position: relative;
    text-align: center;
}
/* tezel_pricing_area */
.tezel_pricing_area {
    padding: 100px 0px 70px;
	background: #F9F9F9;
}
.pricing_area.all_pricing_color {
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    text-align: center;
	margin-bottom: 30px;
}

.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;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.pricing_area {
    border-radius: 5px;
}
.pricing-part {
    position: relative;
    overflow: hidden;
}
.pricing-part sub {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -65px;
    top: 20px;
    background: #768d2c;
    line-height: 43px;
    width: 217px;
    height: 45px;
    text-align: center;
    -webkit-transform: rotate(35deg);
    transform: rotate(45deg);
}
.witr_pricing_icon i {
    color: #768d2c;
    font-size: 40px;
    padding-top: 40px;
    display: block;
}
.pricing-part h4 {
    font-size: 24px;
    padding: 26px 0 12px;
    display: block;
}
.pricing-part h5 {
    font-size: 35px;
    padding-bottom: 30px;
}
.pricing_style_2 .pricing-part h5 {
    background: #768d2c;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 30px;
}
.pricing-part h6 {
    font-size: 21px;
    color: #989898;
    display: block;
    text-decoration: line-through;
    margin: 0;
}
.pricing-part span {
    font-size: 24px;
    margin-right: 5px;
}
.pricing-part ul li {
    color: #555;
    line-height: 40px;
    list-style: none;
}
.prt_content {
    padding: 20px 18px 10px 0;
    font-size: 20px;
}
.witr_btnp_color {
    padding-top: 37px;
    padding-bottom: 40px;
}
.pricing-part a.btn {
    background: #768d2c;
    line-height: 41px;
    padding: 7px 30px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #768d2c;
    display: inline-block;
}
.pricing-part a.btn:hover {
    background: 0 0;
    color: #768d2c;
}
.pricing_style_3 .pricing-part a.btn {
    display: block;
    border-radius: 0;
}
.pricing_style_3 .witr_btnp_color {
    padding: 0;
    padding-top: 37px;
}
.pricing_style_4 .witr_p_middle {
    width: 150px;
    height: 150px;
    display: table;
    margin: 15px auto 15px;
}
.pricing_style_4 .witr_p_middle_inner {
    display: table-cell;
    vertical-align: middle;
    background: #768d2c;
    border-radius: 100%;
}
.pricing_style_4 .pricing-part h5 {
    padding: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 100%;
    text-align: center;
}
.pricing_style_4 .pricing-part span + span {
    display: block;
}
.pricing_style_4 .pricing-part span {
    font-size: 18px;
}
.pricing-part ul {
    display: inline-block;
    text-align: left;
    padding: 0;
}
.witri_texti_list ul i {
    margin-right: 15px;
}
.witri_texti_list ul + ul i {
    margin-right: 0;
    margin-left: 15px;
}
.pricing_top{
	margin-top:40px;
}
/* tezel_tab_area */
.tezel_tab_area{
	padding:100px 0px 70px;
}
.witr_taba_style1 .nav-tabs {
    border: 0;
    justify-content:center;
}
.witr_taba_style1 .nav-tabs .nav-item {
    margin-bottom: 15px;
    text-align: center;
}
.witr_taba_style1 .nav-tabs .nav-link {
    background: #fff;
    color: #131414;
    margin-right: 15px;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    padding: 26px 30px;
    position: relative;
    box-shadow: 0 0 25px 2px rgba(196, 206, 213, 0.2);
    transition: 0.5s;
}
.nav-tabs .nav-link:hover {
    background: #768d2c;
    color: #fff;
}
.nav-tabs .nav-item:hover i {
    color: #fff;
    transition: 0.5s;
}
.witr_taba_style1 .nav-tabs span {
    display: block;
    float:none;
    margin: 0 15px;
}
.nav-link strong {
    font-size: 23px;
    display: inline-block;
}
.all_pricing_color img {
    margin: 30px 0px 0px 0px;
}
.all_pricing_color h4 {
    margin: 0px 0px 10px 0px;
}
.nav-tabs img,
.witr_taba_style1 .nav-tabs i {
    position: relative;
    font-size:60px;
}
.witr_taba_style1 .nav-tabs .nav-item.show .nav-link,
.witr_taba_style1 .nav-tabs .nav-link.active {
    background: #768d2c;
    color: #fff;
}
.witr_adv_tab_content {
    margin: 15px 20px 0px 20px;
}
.style_2 .all_pricing_color ul li {
	padding: 0px 55px 0px 62px;
}
.style_2 .all_pricing_color ul li:nth-child(odd) {
    background-color: #ECE7E7;
	    padding: 0px 55px 0px 62px;
}
.style_3 .witr_pricing_icon i {
    color: #FFFFFF;
    background:#768d2c;
    padding: 40px 0px 40px 0px;
}
.style_3 .all_pricing_color sub {
    background: #000000;
}

/*=====================
mettle PORTFOLIO AREA CSS
=========================*/
.wirr_project_area {
    padding:95px 0px 70px;
}
.protfolio_top{
	margin-top:30px;
}
.portfolio_nav {
    padding: 0 0 40px;
	text-align:center;
}
.portfolio_nav ul li {
    display: inline;
}
.portfolio_nav ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 6px 27px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover {
    color: #fff;
    background: #768d2c none repeat scroll 0 0;
    border-color: #768d2c;
}
.witr_all_mb_30, .guttergs {
    margin-bottom: 30px;
    border: none;
}
.pstyle2 .prot_content {
    background: #768d2ccc;
}
.prot_content {
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #768d2ccc;
    z-index: 9;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.pstyle2 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.pstyle2 .single_protfolio:hover .prot_content_inner {
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
    opacity: 1;
}
.picon a {
    background: #768d2c;
    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;
}
.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 p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}
.prot_content p span {
    display: inline-block;
    padding-top: 0px;
}
.porttitle_inner span, .porttitle_inner4 span, .prot_content span {
    position: relative;
    margin: 0 2px;
}
.prot_content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}
/* tezel_privacy_area */
.tezel_privacy_area {
    padding: 0px 0px 55px;
}
.privacy_title {
    margin: 0px 0px 50px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}
.privacy_title .witr_section_title_inner.text-left p{
	width:100%;
}
.privacy_title .witr_section_title_inner h3 {
    font-size: 40px;
}

/* witr_offer_area */
.witr_offer_area{
	padding:100px 0px 70px;
}
.offer_all_color {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 0px 15px 30px 0px;
    padding: 0px 0px 30px 0px;
	text-align:center;
}
.witr_content_inner h2{
    font-size: 30px;
	color: #768d2c;
    width: 100%;
    margin-bottom: 13px;
    font-weight: 700;
}
.witr_content_inner h3 {
    font-size: 15px;
}
.witr_content_inner h1{
    font-size: 30px;
    width: 100%;
    margin-bottom: 13px;
    font-weight: 700;
}
.witr_content_inner h1 span {
        color: #768d2c;
		    font-size: 20px;
    text-decoration: line-through;
}
.witr_button a {
    display: inline-block;
    line-height: 1;
    background:#768d2c;
    font-size: 15px;
    padding: 12px 24px;
    color: #fff;
    text-align: center;
    transition: all .3s;
	border-radius: 5px;
}
.witr_button a:hover {
	 background-color:#323232;
}
.witr_button {
    margin-top: 37px;
}
.offer_thumb_area {
    margin-bottom: 30px;
}
.offer_top{
	margin-top:40px;
}
/* single_faq_area */
.single_faq_area{
	padding:100px 0px 91px;
}
.card-header.witr_ac_card {
    background: 0 0 !important;
    padding: 0;
    border-bottom: 0;
}
.witr_ac_card i {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.accordion_area .card-2 {
    margin-bottom: 22px;
    border: 1px solid #ddd;
}
.accordion_area .card-2 p {
    padding: 20px 20px 0;
}
.witr_ac_style {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 7px 15px 11px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_ac_style:focus,
.witr_ac_style:hover {
    color: #fff;
    background:#768d2c;
}
.witr_ac_style:before {
    position: absolute;
    content: "\f107";
    right: 30px;
    top: 9px;
    font-family: fontawesome;
    font-size: 18px;
}
.active .witr_ac_style:before {
    position: absolute;
    content: "\f106";
    right: 30px;
    top: 9px;
    font-family: fontawesome;
    font-size: 18px;
}
.active .witr_ac_style {
    background:#768d2c;
    color: #fff;
}
.card-body ul li {
    margin-left: 18px;
    margin-bottom: 4px;
}
/* tezel_countdown_area */
.tezel_countdown_area{
	padding:100px 0px 65px;
}
span.cdowns {
    width: 150px;
    height: 150px;
    background: #fff;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    line-height: 1;
    border: 1px solid #ddd;
    padding-top: 40px;
	margin-bottom:30px;
}
span.cdowns::before {
    position: absolute;
    content: "";
    background: #768d2c;
    top: 55px;
    right: -19px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
span.cdowns::after {
    position: absolute;
    content: "";
    background: #768d2c;
    top: 84px;
    right: -19px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
span.cdowns:last-child:after,
span.cdowns:last-child:before {
    display: none;
}
.counterdowns {
    text-align: center;
}
span.time-counts {
    font-size: 35px;
    color: #768d2c;
    display: inline-block;
    font-weight: 700;
}
.counterdowns p {
    color: #768d2c;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
.dotnoneb span.cdowns:before {
    display: none;
}
.dotnonea span.cdowns:after {
    display: none;
}
.witr_animate_area.witr_animate_height {
    text-align: center;
}
 .witr_animate_content h1 {
    font-size: 50px;
}
.witr_animate_content h1 span, 
.witr_animate_content h1 span b {
    color: #768d2c;
}
.counterdowns_top{
	margin-top:20px;
}

.countdown_page .witr_section_title_inner h3 {
    color: #DB2D2E;
    font-size: 40px;
    font-weight: 700;
} 

/* tezel_blog2_area */
.tezel_blog2_area {
    padding:95px 0px 70px;
}
.busi_singleBlog {
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.witr_sb_thumb {
    overflow: hidden;
    position: relative;
}
.witr_sb_thumb::before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}
.witr_blog_con {
    padding: 20px 15px 0;
    margin-bottom: 0;
}
.witr_blog_con span {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 3px;
    font-size: 16px;
    color: #131414;
    padding-bottom: 15px;
    margin-right: 12px;
}
.witr_blog_con span i {
    padding-right: 5px;
    padding-left: 5px;
    color: #131414;
    transition: .5s;
}
.em-blog-content-area_adn {
    padding: 0 10px 16px;
}
.witr_blog_con h2 {
    color: #131414;
    margin: 15px 0 12px;
}
.learn_btn {
    border: 0 none;
    border-radius: 100px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 5px;
    text-align: center;
    text-transform: capitalize;
    text-align: center;
}
.blog_top{
	margin-top:40px;
}
.busi_singleBlog:hover .witr_sb_thumb img, .busi_singleBlog:hover .witr_sb_thumb::before {
    transform: scale(1.2);
}
.witr_sb_thumb img {
    width: 100%;
    transition: .5s;
}
/* witr-blog-side-area */
.witr-blog-side-area.blog_sidebar {
    padding: 100px 0px 100px;
}

.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: #768d2c none repeat scroll 0 0;
    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: #768d2c;
}
.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;
}
.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: #768d2c;
}
.tagcloud a:hover {
    background: #768d2c;
    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: #768d2c;
}
table#wp-calendar td#today a {
    color: #fff;
}
.textwidget img {
    margin-bottom: 15px;
}
.textwidget p {
    margin-bottom: 0.5rem;
}
.tezel-blog-thumb img {
    width: 100%;
}
.witr-blog-side-area .imagess_area .slick-slide img {
    display: inline-block;
    margin: auto;
    width: 100%;
}
/* blog left sindber new style */
.witr-blog-side-area.blog_sidebar .tezel-single-blog {
    margin-bottom: 30px;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
}
.tezel-blog-meta {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.post_blog h2 a {
    font-size: 24px;
    font-weight: 700;
}
.tezel-blog-meta-left {
    padding: 0 0 9px;
}
.tezel-blog-meta-left a, .tezel-blog-meta-left span {
    color: #888888;
    font-size: 16px;
    margin-right: 5px;
}
.tezel-blog-meta-left i {
    color: #768d2c;
    margin-right: 5px;
}
.witr-blog-side-area.blog_sidebar .em-blog-content-area {
    padding: 28px 0px 30px;
}
.witr-blog-side-area.blog_sidebar .witr_btn {
    padding: 10px 30px;
}
.blog-left-side .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
    margin-top: 0;
}
.recent-post-image a {
    display: inline-block;
}
.blog-left-side .recent-post-text {
    overflow: hidden;
    margin-top: 0;
}
.recent-post-text>h4 {
    margin-bottom: 0;
}
.recent-post-text h4 a {
    color: #17161a;
    font-size: 17px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-weight: 600;
}
.recent-post-text .rcomment {
    color: #565069;
    font-size: 14px;
    text-transform: none;
}
.witr-blog-side-area blockquote {
    background-color: #f7f7f7;
    border-left:3px solid  #768d2c;
	 padding: 1em 1em;
}
blockquote p {
    font-size: 20px;
    position: relative;
}
.wp-block-group__inner-container {
    margin-top: 20px;
}
/* witr-blog-2side-area */
.witr-blog-side-area.witr-blog-2side {
    padding: 100px 0px 70px;
}
.tezel-single-blog {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(148,146,245,.2);
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.tezel-blog-thumb {
    overflow: hidden;
}
.tezel-blog-thumb a {
    display: block;
 -webkit-transition: .5s;
 position: relative;
}

.tezel-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;
    -webkit-transition: .5s;
    transition: .5s;
}
.tezel-single-blog:hover .tezel-blog-thumb a:before {
    opacity: 1;
	transition: .5s;
}
.tezel-blog-thumb img {
    transition: .5s;
    display: block;
}
.em-blog-content-area {
    padding: 15px 15px 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;
}
.tezel_about2_area{
	padding:96px 0px 100px;
}
.tezel_about2_area .witr_button_area {
    text-align: center;
    margin-top: 36px;
}
.witr_btn.witr_bbtn {
    background: transparent;
    color: #768d2c;
    border: 2px solid #768d2c;
}
.witr_btn.witr_bbtn:hover{
    background:#768d2c;
	color:#fff;
}
.tezel_service3_area{
	padding:85px 0px 70px;
	background:#F9F9F9;
}
.home2_service .all_color_service {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #768d2c;
    padding: 30px 35px 45px 21px;
}
.witr_sstyle_9 {
    position: relative;
    z-index: 1;
    padding: 42px 50px 50px;
    box-shadow: 0px 5px 20px 0px #dddddd3b;
    transition: .5s;
}
.witr_sstyle_9::before {
    background: #e5edf5;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    content: "";
    z-index: -1;
    border-radius: 0 0 80px 0;
    transition: .5s;
}
.witr_sstyle_9:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: #768d2c;
}
.em-service-title {
    overflow: hidden;
}
.witr_sstyle_9 .em-service-title h3 {
    margin: 10px 0 15px;
}
.witr_sstyle_9 .service-btn {
    margin-top: 25px;
}
.witr_sstyle_9 .service-btn > a {
    border: 1px solid #ddd;
    padding: 10px 30px;
}
.witr_sstyle_9 .service-btn a i {
    margin-left: 10px;
}
.witr_sstyle_9 .all_icon_color i {
    color: #768d2c;
    font-size: 60px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}
.em-service2.witr_sstyle_9:hover .em-service-icon i {
    color: #768d2c;
    background: #fff;
}
.witr_sstyle_9:hover .service-btn > a {
    border-color: #768d2c;
    color: #768d2c;
    background: #fff;
}
.witr_sstyle_9:hover h3,
 .witr_sstyle_9:hover p, 
 .witr_sstyle_9:hover a {
    color: #fff;
}
.title_btn a {
    background: #768d2c;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
}
.home2_service .witr_section_title_inner h3 {
    color: #768d2c;
    font-size: 30px;
    margin: 25px 0px 0px 0px;
}
.title_btn {
    margin-top: 15px;
}
.service2_top {
    margin-top: 27px;
}
.project_top{
		margin-top:20px;
}
.tezel_skill_area.home2_page {
    padding: 0px 0px 100px;
    background: transparent;
}
.skill_title_bg {
    background: #768d2c;
    padding: 93px 30px 169px 30px;
}
.white .witr_title2 .witr_label {
     color: #fff;
}
.home2_page .progress-bar {
    background-color: #232323;
}
.home2_page .witr_progress-style2 .witr_percent {
    color: #fff;
}
.pdlf{
	padding-left:0;
	padding-right:0;
}
.skill_thumb_area img {
    width: 100%;
}
.title2 .witr_section_title_inner h2 {
    color: #FFFFFF;
    font-size: 50px;
    text-decoration: underline;
}
.title2 .witr_section_title_inner h3 {
    color: #FFFFFF;
    font-size: 60px;
    padding: 0px 0px 20px 0px;
}
.title2 .witr_section_title_inner.text-center p {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.title2 .witr_button_area {
    text-align: center;
    margin-top: 37px;
}
.title2 .witr_btn {
    background: #fff;
    color: #DB2D2E;
    padding: 15px 30px;
}
.title2 .witr_btn:hover{
    background:#071c1f;
    color: #fff;
}
.skill_title_bg.title2  {
    background: #768d2c;
    padding: 173px 30px 208px 30px;
}


/* tezel-single-blog */
.witr-blog-side-area{
	padding:100px 0px 100px;
}
.tezel-single-blog-details-inner {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}
.single_blog.single_blog_grid.singles {
    margin-bottom: 40px;
}
.tezel-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;	
	
}
.tezel-single-icon-inner {
    text-align: center;
}
.tezel-single-icon-inner a:hover {
    background: #f99a00;
    border-color: #f99a00;
    color: #fff;
}
.tezel-single-icon-inner a i {} .single-blog-content ul {
    padding-bottom: 10px;
}
.witr-blog-side-area.single_blog  blockquote {
    background-color: #f7f7f7;
   border-left:none;
}
.wp-block-group.block {
    text-align: center;
}
.aligncenter.size-large {
    text-align: center;
}
.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;
}
.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}
.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;
}
.tezel_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;
}
.tezel_btn:hover {
    background:#768d2c;
	border-color:#768d2c;
	color:#fff;
}
.single_blog_thumb img {
    width: 100%;
}
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;
}
/* witr_single_portfolio_a */
.witr_single_portfolio_a {
    padding:100px 0px 82px;
}
.portfolio-details-box .prots-contentg ul {
    margin-left: 0px;
	    display: inline-block;
    margin-bottom: 25px;
}
.portfolio-details-box ul li {
    padding-top: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}
.portfolio-details-box ul li b {
    color: #444;
    font-size: 18px;
    font-weight: 600;
}
.portfolio-details-box ul li span.eright {
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
}
.prots-contentg ul {
    margin-left: 40px;
    display: inline-block;
    margin-bottom: 25px;
}
.portfolio-content.portfolio-details-boxs {
    padding-top: 25px;
}
#contact.tezel_contact_area {
    padding:0px 0px 100px;
}
.swiper2 .witr_swiper_content {
     top: 55%;
}
.tezel_feature1_area.feature_page {
    padding: 100px 0px 70px;
}
.single_portfolio_previwe2 img {
    width: 100%;
}














/*========================
tezel FOOTER TOP AREA CSS 1
=========================*/

.top-address-area {
    background: #111111;
    padding: 90px 0px 85px;
    text-align: center;
}
.top_address_logo {
    margin-bottom: 30px;
}
.address_content {
    padding-top: 38px;
}
.top_address_content a,
.top_address_content span {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 12px;
    margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i {
    font-size: 14px;
    margin-right: 11px;
}
.footer-top-address h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 10px;
    font-weight: 700;
    font-size: 26px;
}
.footer-top-address h2 span {
    color: #768d2c;
    font-weight: 700;
}
.widget_media_image{
    margin-top: 30px;	
    margin-bottom: 27px;	
}
.tezel_team_area.home2_page {
    padding: 95px 0px 35px;
}








/*========================
tezel FOOTER TOP AREA CSS
=========================*/

.footer-top {
    background: #1b1919 none repeat scroll 0 0;
    padding: 100px 0;
}
.footer-top-inner h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
}
.footer-top-inner h2 span {
    color: #768d2c;
    font-weight: 600;
}
.footer-top-inner p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 62%;
}
.footer-social-icon {
    padding: 10px 0 20px;
    text-align: center;
}
.footer-social-icon a i {
    background-color: #768d2c;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin: 0 7px;
    text-align: center;
    width: 45px;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-social-icon a i:hover {
    background-color: #071c1f;
    color: #fff;
}
.footer-social-icon.htop-menu-s {
    padding: 0;
    display: inline-block;
    margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;
    width: 35px;
    
}
.footer-top-inner .text-center {
    margin-bottom: 11px;
    text-align: center;
}

/* social icon menu style */
.footer-social-icon.htop-menu-s {
    padding: 35px 0px;
    display: inline-block;
    margin-left: 15px;
}
.donate-btn-header {
    padding: 28px 0px 24px;
}
.em_top_cart.hshop {
	padding: 37px 0;
}


/* top search */
.topsr .em-quearys-menu {
    text-align: center;
}
.witr_video_blog_c iframe {
    width: 100%;
    height: 275px;
}
.single-blog-content iframe {
    width: 100%;
}

/*========================
tezel FOOTER MIDDLE AREA CSS
=========================*/

.witrfm_area {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(assets/images/tezel-slider2.jpg);
    background-size: cover;
	position:relative;
}
.witrfm_area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
	background-color:#000000cc;
}
.footer-logo img {
    margin-top: 30px;
    margin-bottom: 20px;
}
.footer_s_inner {
    margin-top: 0;
}
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 18px;
    margin-right: 12px;
}
.footer-middle {
    padding: 65px 0 73px;
}
.tezel-description-area a img {
    margin: 26px 0;
}
.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, .tezel-description-area p, .tezel-description-area .phone a, .tezel-description-area .social-icons a, .recent-review-content h3, .recent-review-content h3 a, .recent-review-content p {
    color: #ffffff;
}
.footer-middle .widget ul li a:hover, .footer-middle .widget ul li:hover:before {
    color:#768d2c;
}
.tezel-description-area .social-icons a {
    width: 38px;
    height: 38px;
    line-height: 36px;
    display: inline-block;
    border: 1px solid #999;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
    margin-bottom: 5px;
}
.tezel-description-area .social-icons a:hover {
    background: #768d2c;
    border-color: #768d2c;
    color: #fff;
}
.footer-middle .widget.widget_nav_menu .widget-title {
    margin-bottom: 25px !important;
}
.footer-middle .widget h2 {
    color: #ffffff;
}
.footer-middle .widget h2 {
    margin-bottom: 28px;
    margin-top: 28px;
    position: relative;
    font-size:30px;
}
.footer-middle .widget ul {
    list-style: none;
}
.footer-middle .widget ul li {
    margin-bottom:15px;
}
.menu-help-link-container ul li a{
        font-size: 19px;
}

.witr_sub_table {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff8c;
    margin-bottom: 8px;
}
.witr_sub_table span {
    color: #fff;
}

table {
  border-bottom: 1px solid #ededed; 
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
td {
    border-bottom: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}


.recent-post-item {
    clear: both;
	overflow: hidden;
}
.recent-post-image {
    float: left;
    margin-right: 15px;
}
.recent-post-image a {
    display: block;
    margin-top: 10px;
}
.recent-post-image a img {
    width: 75px;
    height: 61px;
}
.recent-post-text {
    overflow: hidden;
}
.recent-post-text > h4 {
    margin-bottom: 0;
	line-height: 1;
}
.recent-post-text h4 a {
    color: #17161a;
    font-size: 17px;
    transition: all 0.3s ease 0s;
	font-weight: 600;
}
.recent-post-text h4 a:hover {
    color: #46bdf4;
}
.recent-post-text .rcomment {
    color: #565069;
    font-size: 14px;
    text-transform: none;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.footer-middle .recent-post-text h4 a {
    color: #fff;
    font-size: 15px;
    margin-bottom: -10px;
    display: inline-block;
}
.footer-middle .recent-post-text > h4 {
    margin-bottom: 0px;
    font-weight: 400;
	    line-height: 1;
}
.footer-middle .recent-post-text > h4 a:hover {
    color:#768d2c;
}
.footer-middle .recent-post-text .rcomment {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

/*========================
END FOOTER middle AREA CSS
=========================*/
/*========================
tezel FOOTER BOTTOM AREA CSS
=========================*/
.footer-bottom {
    padding: 26px 0 24px;
    position: relative;
}
.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    background:#ded7d7;
    height: 1px;
    width: 61%;
    left: 0;
    right: 0;
    margin: auto;
}
.copy-right-text p {
    margin: 0;
    padding: 0;
    color: #fff;
}
.footer-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-menu ul li {
    display: inline-block;
}
.copy-right-text p, .footer-menu ul li a {
    color: #ffffff;
}
.footer-menu ul li a {
    padding: 0 10px;
    display: block;
}
.copy-right-text a:hover, .footer-menu ul li a:hover {
    color: #768d2c;
}
/*========================
END FOOTER BOTTOM AREA CSS
=========================*/
/*========================
EM40 SCROLL TOP CSS
=========================*/
#scrollUp {
    background: #768d2c none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 35px;
    right: 100px;
    text-align: center;
    border-radius: 3px;
    width: 40px;
    /* animation: witr_bounce 800ms ease-out infinite; */
}
#scrollUp i {
    color: #fff;
}
/* witr_up_down */
@keyframes witr_up_down{0%{margin-top:-150px}100%{margin-top:0}}
.set_class{
	animation: witr_up_down 800ms ease-out infinite;
}
/* witr_bounce */
@keyframes witr_bounce{
	0%,100%,20%,50%,80%{transform:translateY(0)}
	40%{transform:translateY(-10px)}
	60%{transform:translateY(-5px)}
}

.set_class{
	animation: witr_bounce 800ms ease-out infinite;
}
/*========================
END EM40 SCROLL TOP CSS
=========================*/

.paginations {
    text-align: center;
    margin-top: 20px;
}
.page-numbers span.current,
.paginations a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    border: 1px solid #ddd;
    color: #888;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers span.current,
.paginations a.current,
.paginations a:hover {
    background: #768d2c;
    border-color: #768d2c;
    color: #fff;
}
.kc_counter_box i {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 0;
}



/*
button hover style
*/
a.dtbtn,
.witr_btn,
.witr_bbtn,
.witr_gbtn,
.witr_gbbtn,
.tezel_button a,
.witr_sbtn_s8 a
{
border-radius:5px;
font-size:20px;
}
.witr_ser_btnb a:hover{
color:#768d2c;
}
a.dtbtn:hover,
.witr_btn:hover,
.tezel_button a:hover
{
background:#071c1f;
}
.tx_golobal_color{
	  background: #768d2c;
	  
}
.tx_btn_global_color:hover{
	background:#071c1f;
}
.logo-left{
    align-items: center;
}


.witr_h_h2 .tezel_menu, .witr_h_h3 .tezel_menu, .witr_h_h4 .tezel_menu, .witr_h_h5 .tezel_menu, .witr_h_h6 .tezel_menu, .witr_h_h7 .tezel_menu, .witr_h_h8 .tezel_menu, .witr_h_h9 .tezel_menu, .witr_h_h10 .tezel_menu, .witr_h_h11 .tezel_menu, .witr_h_h14 .tezel_menu, .witr_h_h17 .tezel_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*新增加的css*/
.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}
