/* <!--======== ======== main style css ======= ========= --> */ 
body{
	font-size:17px;
     color: #292929;
	font-weight: 400;
	font-family: 'Saira', sans-serif;
	
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 {
	font-family: 'Oswald', sans-serif;
    font-style: normal;
	margin-bottom: 0;
    line-height: 1.2;	
    font-weight:700;
    transition: .5s;
	font-size:22px;
     color:#221d1d;
    margin-bottom:10px;	
	
}
a {
    color: #9aca40;
    text-decoration: none;
}

 a:hover {
	text-decoration:none!important;
	transition:.5s;
	color: #9aca40;
}
p {
	color:#292929;
}
.padding_lf0 {
    padding-left: 0;
    padding-right: 0;
}
.text-left {
    text-align: left!important;
}
.fa, .far, .fas {
    font-style: inherit;
}
span{
	color:#9aca40;
}

html,
body{
	overflow-x:hidden;
	margin:0;
	scroll-behavior:smooth;;
	
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
html,
body {} img {
    max-width: 100%;
    height: auto;
}
/* ======== wtx_squares ======== */
@keyframes wtx_squares{
	0%{transform:scale(1);opacity:0}
	20%{transform:scale(1.24);opacity:1}
	100%{transform:scale(2.1);opacity:0}
}
.set_class{
	animation: wtx_squares 800ms ease-out infinite;
}
/*======== top bar ========*/
.top_bar_area {
    background-image: url(assets/images/top-bg.png);
    background-repeat: no-repeat;
    padding:18px 114px 0px 90px;
}
.txt_foot_icon.top_center{
    text-align: right;
}
.txt_foot_icon.top_center a {
    background: #99c940;
    color: #fff;
}
.txt_foot_icon.top_center a:hover {
    background: #323232;
    color: #fff;
}
.top_right_icon1 p {
    color: #9aca40;
    text-align: center;
    margin-right: 40px;
}
.menu_right_buton.top_btn a.tabtn {
    background-color: #fff;
    color: #323232;
    padding: 13px 30px;
}
/*======== main menu ========*/
.nav_menu_area {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}
.menu_bg {
    box-shadow: 0;
    margin: auto;
    padding: 0px;
    background: #fff;
    position: absolute;
    top:-6px;
    left: 0;
    z-index: 9;
    /* right: 0; */
    text-align: left;
	width: 50%;
}
.scroll-to-fixed-fixed .menu_bg {
    background:#00000052;
}
.scroll-to-fixed-fixed .menu1 > ul > li > a {
    color: #fff;
}
.active a {
	color:f00;
}
.scroll-to-fixed-fixed .menu_bg {
     top: 0;
}
.logo_area {
    margin-top: 0;
    text-align: left;
    background: #9dcc49;
    padding: 30px;
}
.nav_menu_area .logo_area a.logo_l {
    display: block;
}
.logo_area a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}
.nav_menu_area .logo_area .logo_2 {
    display: none;
}
.scroll-to-fixed-fixed .logo_area .logo_l {
    display: none !important;
}
.scroll-to-fixed-fixed   .logo_area .logo_2 {
    display: block !important;
}
nav.menu1 {
    display: flex;
    justify-content: center;
    padding: 13px;
}
nav.menu {
    text-align: left;
}
.menu1 ul {
    list-style: none;
    display: inline-block;
}
.menu1 ul {
    list-style: none;
    display: inline-block;
}
.menu1 > ul > li {
	position: relative;
    display: inline-block;
	font-family: 'Oswald', sans-serif;
    
}
.menu1 > ul > li > a {
    margin: 25px 9px 0px;
}
.menu1 > ul > li > a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 16px 17px 22px;
    color: #221d1d;
    text-transform: uppercase;
    text-decoration: none;
    
}
.nav_menu_area .menu_icon_child > a:after {
    font-size: 22px;
    margin-left: 2px;
    content: "\ea68";
    font-family: Icofont;
    opacity: 1;
    font-weight: 300;
}
.menu1 ul .txd_drop_menu1 {
    left: 0;
    top: 130%;
    padding: 5px 0;
    width: 160px;
    text-align: left;
    background: #ffffff;
    position: absolute;
    margin: 0;
    z-index: 9;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border: 0;
    border-radius: 5px;
}
.menu1 ul ul .txd_drop_menu1{
    position: absolute;
    left: 156px;
    top: 130%;
    width: 197px;
    text-align: left;
    background: ##323232;
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    margin-top: -36px;
}
.menu1 ul .txd_drop_menu1 li {
    position: relative;
}
.menu1 ul .txd_drop_menu1 li a {
    font-size: 15px;
    color: #323232;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    margin: 0;
    letter-spacing: normal;
    transition: .5s;
    visibility: inherit !important;
    text-decoration: none;
}
.menu1 > .txt_menu > menu_icon_child > a, 
.menu1 > ul > li:hover > a, 
.menu1 > ul > li:hover > a {
    color: #9aca40;
    background-color: transparent;
}
.menu1 ul li:hover > .txd_drop_menu1{
    opacity: 1;
    visibility:visible;
    top: 100%;
    z-index: 9;
}
.menu1 ul .txd_drop_menu1 li a:hover{
	color:#9aca40;
}
.btn_header{
	 padding: 28px 0px 24px;
	 display: inline-block;
}
.menu_right_icon {
    display: inline-block;
}
.menu_right_icon a {
    font-size: 14px;
    color: #9aca40;
    height: 32px;
    width: 32px;
	line-height:32px;
    text-align: center;
    border-radius: 50%;
    border:1px solid #ddd;
    display: inline-block;
	text-decoration:none;
	transition:.5s;
	    margin-right: 10px;
}
.menu_right_icon a:hover {
    background: #9aca40;
	color:#fff;
	transition:.5s;
}
.nav_area .menu_scroll_active.scroll-to-fixed-fixed {
    background: #323232e3;
}
.txt_mobile_logo_area {
    display: none;
}
.txt_mobil_menu {
    display: none;
}
.mean-container .mean-nav ul li li a {
    color: #023232320;
    opacity: .9;
    border-top: 0;
}
.menu_rig {
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 10px;
}
.menu_rig i{
	font-size:18px;
	color:#9aca40;
    margin-right: 10px;
}
.menu_rig span{
	font-size:18px;
	color:#292929;
}
/*======== menu button ========*/
.menu_right_buton {
    display: block;
	text-align:right;
}

.menu_right_buton a.tabtn {
    background-color: #9aca40;
    color: #fff;
    padding: 14px 40px;
}
/*======== slick slider ========*/
.slick-slider {
    position: relative;
}
.slick-slider .priv_arrow{
	position:absolute;
    color: #fff;
    width:61px;
    height:61px;
    line-height: 61px;
    background: #9aca40;
    top:50%;
    right:0;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
	z-index:99;
	opacity: 0;
	transition:.7s;
	border:1px solid #9aca40;
	
}
.slick-slider .next_arrow {
    position: absolute;
    color: #fff;
    width:61px;
    height:61px;
    line-height: 61px;
    background: #9aca40;
    top: 50%;
    left: 0;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    z-index: 99;
	opacity: 0;
	transition:.7s;
	border:1px solid #9aca40;
}
.slick-slider:hover .priv_arrow,
.slick-slider:hover .next_arrow{
	opacity:1;
	transition:.7s;
}
.slick-dots {
    position: absolute;
    bottom:-63px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}
.slick-dots li{
    display:inline-block;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid #9aca40;
    font-size: 0px;
    margin: 0px 4px;
    border-radius: 50px;
}

.slick-dots li.slick-active button {
 background: #9aca40;
}

/*======== t1_top_title ========*/
.t1_top_title h1 {
    font-size: 24px;
    display: inline-block;
    color: #9aca40;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    margin-left: 13px;
    margin-bottom: 6px;
    font-family: 'Saira', sans-serif;
}
.t1_top_title h2, 
.t1_top_title h3 {
    font-size:35px;
    margin: 0px;
    font-weight: 700;
    margin-bottom: 10px;
}
.t1_top_title.text-center .t1_top_title h2, 
.t1_top_title.text-center .t1_top_title h3 {
    margin-bottom: 13px;
}
.t1_top_title.text-center img {
    margin-bottom: 10px;
}
.t1_top_title.text-center p {
    width: 52%;
    margin: auto;
}
/*======== slick slider ========*/
.slider_Section {
    position: relative;
}
.slider_bg{
    background-image: url(assets/images/slider-image1.png);
    height:745px!important;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.slider_position  {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.slider_text {
    text-align: left;
    width: 78%;
    margin: auto;
}
.slider_text h2,
 .slider_text h3 {
    width: 58%;
    margin: 0px auto 15px 0;
}
.slider_text h1 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #221d1d;
    display: inline-block;
    font-weight: 400;
}
.slider_text h2, 
.slider_text h2, .slider_text h3 {
    font-size: 60px;
    margin-bottom: 15px;
    line-height: 73px;
    font-weight: 600;
    color: #221d1d;
}
.slider_text p {
    color: #fff;
    width: 40%;
    margin: 0px auto 49px 0;
}
.slider_content {
    border-left: 6px solid #9aca40;
    padding-left: 21px;
    margin-bottom: 62px;
    margin-top: 54px;
}
.slider_content h3 {
    font-size: 35px;
    line-height: 30px;
}
.slider_shape_img.animation_ds {
    position: absolute;
    top: 16%;
    right: 0;
}
.slider_shape_img.animation_ds img {
    width:87%;
}
.animation_ds img{
	-webkit-animation: bubble 5s linear infinite;
    animation: bubble 5s linear infinite;
}
@keyframes bubble{
	0%{
		transform:translate(-15px, 0px)
	}
	50%{
		transform:translate(0px, 15px)
	}
	10%{
		transform:translate(-15px, 0px)
	}
	
}

a.tabtn.tabtn2 {
    background: transparent;
}
a.tabtn.tabtn2:after {
   border-color: #9aca40;
}
.tbd_sl_btn .tabtn {
    background: #9aca40;
    color: #fff;
    margin-right: 16px;
}

/*======== breadcumb ========*/
.txt_breadcumb {
    background-image: url(assets/images/call-bg-image.jpg);
    background-size: cover;
    background-position: center center;
    padding: 162px 0px 70px;
	position:relative;
}
.txt_breadcumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:transparent;
}
.breadcumb-content h1{
    font-size:50px;
	color:#fff;
}
.breadcumb-content ul li {
    display: inline-block;
    color:#fff;
}
.breadcumb-content ul li a{
    color: #fff;
}
/*======== about_section ========*/
.about_section {
    padding: 90px 0px 90px;
    position: relative;
}
.about_bg {
    background-image: url(assets/images/about-bg.png);
    padding: 110px 0px 85px;
    margin: 0px;
    margin-right: -46px;
}
.t1_about_image.animation_ds {
    text-align: right;
}
.ab_shape_img img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.about_section .t1_top_title h2{
    margin-bottom: 23px;
}
.about_section .t1_top_title p {
    width: 82%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.bar_content {
    position: relative;
    margin-bottom: 25px;
}
.bar_content:after{
	position:absolute;
	content:'';
	top:10px;
	left:0;
	width:70px;
	height:2px;
	background:#9aca40;
}
.bar_content p {
    margin-left: 85px;
}
.tb_serice_ar {
    display: flex;
    margin-bottom: 30px;
}
.icon_ar i {
    font-size: 25px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #9aca40;
    color: #fff;
    border-radius: 25px 0px 0px 0px;
    display: inline-block;
    text-align: center;
	transition:.7s;
}
.text_item_ar {
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 11%);
    padding: 16px 30px 10px;
	transition:.7s;
	background:#fff;
}
.text_item_ar h3 a {
    font-size:17px;
}

.tb_serice_ar:hover .text_item_ar{
	background:#9aca40;
	transition:.7s;
}
.tb_serice_ar:hover .text_item_ar h3 a,
.tb_serice_ar:hover .text_item_ar p {
	color:#fff;
}
.tb_serice_ar:hover .icon_ar i {
	background:#323232;
	transition:.7s;
}
.active.tb_serice_ar .text_item_ar{
	background:#9aca40;
}
.active.tb_serice_ar .text_item_ar h3 a,
.active.tb_serice_ar .text_item_ar p {
	color:#fff;
}
.active.tb_serice_ar  .icon_ar i {
	background:#323232;
	transition:.7s;
}
.text_centere {
    text-align: center;
    padding-top: 25px;
}
.text_centere p b {
    color: #323232;
}
/*======== brand_section ========*/
.brand_section {
    padding: 0px 0px 90px;
    position: relative;
}
.img_carsul img {
    text-align: center;
    margin: auto;
}

/*======== service_section ========*/
.service_section {
    background-image: url(assets/images/service-bg.jpg);
    padding: 100px 0px 70px;
    background-repeat: no-repeat;
}
.ser_top{
	margin-top:50px;
}
.tb_service_sen.service_02 {
    position: relative;
    margin-bottom: 30px;
}

.service_image img {
    transform: scale(1);
    transition: .5s;
}
.tb_service_sen:hover .service_image img {
    transform: scale(1.1);
    transition: .5s;
}
.service_image {
    position: relative;
    overflow: hidden;
}
.service_image:before {
    content: "";
    position: absolute;
    left: 0;
    top:250px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background:#333333cc;
    transition: .8s;
    z-index:9;
	clip-path: circle(63% at 50% 95%);
}
.tb_service_sen:hover .service_image:before {
    opacity: 1;
    transition: .8s;
    top: 50px;
}
.tb_serice {
    display: flex;
    background: #fff;
    border-radius: 30px 0px 0px;
	transition:.6s;
}
.tb_service_sen:hover .tb_serice{
	background:#9aca40;
	transition:.6s;
}

.tb_service_sen:hover .icon_ar i{
	background:#323232;
	transition:.6s;
} 
.tb_serice h3 {
    margin-left: 50px;
    margin-top: 14px;
}
.tb_serice h3 a {
    font-size: 22px;
}
.tb_service_sen:hover .tb_serice h3 a {
	color:#fff;
}
.sitem_btn {
    text-align: center;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
	transition: .8s;
}
.sitem_btn a.tabtn {
    padding: 7px 30px;
    border-radius: 5px;
    background: #9aca40;
    color: #fff;
}

.tb_service_sen:hover .sitem_btn {
    transition: .8s;
    bottom: 35px;
}


/*======== video css ========*/
.video_section {
    padding:90px 0px 95px;
    background-image: url(assets/images/call-bg-image.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
.video_item{
	text-align:center;
}
.vider_text h2{
	font-size:35px;
	color:#fff;
	margin-bottom:20px;
}
.vider_text h3 a {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.video_inner {
    top: 25%;
    position: relative;
    left: 0%;
}
.video_inner a {
    position: relative;
    width:60px;
    height: 60px;
    font-size: 22px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
}
.video_inner a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    top: 0;
    animation: wtx_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
}
.video_inner i {
    color: #9aca40;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 15px;
}
.vider_text.text-center {
    margin-top: 145px;
}
.tbd_ab_btn {
    margin-top: 45px;
}


/*========  team_section ======== */
.team_section {
    padding: 120px 0px 90px;
}
.mr_top{
	margin-top:40px;
}
.all_title_team {
    margin-bottom: 30px;
}
.wtx_image_area {
    text-align: center;
}
.wtx_team_content {
    padding: 25px 40px 7px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 7%);
}
.wtx_content2 h5 {
    margin-bottom: 7px;
}
.wtx_content2 h5 a {
    font-size: 22px;
    margin-bottom: 0px;
}
.wtx_content2 span {
    color: #626262;
    font-size: 18px;
    margin-bottom: 18px;
    display: inline-block;
}
.team_icon i {
    width: 54px;
    height: 54px;
    background: #9aca404a;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    border-radius: 50px;
    color: #9aca40;
    font-size: 22px;
    transition: .7s;
}

.all_title_team:hover .team_icon i{
	background: #9aca40;
	color:#fff;
	transition:.7s;
}
.team2_section{
	padding:60px 0px 90px;
}


/*======== counter_section ========*/
.counter_section {
    padding:0px 0px 70px;
}

.counter_top{
	margin-top:40px;
}
.txt_counter {
    text-align: center;
    margin-bottom: 30px;
}
.txt_new_inn {
    padding:30px 29px 17px;
    background: #f7f7f7;
    margin-bottom:25px;
	transition:.5s;
}
.txt_counter:hover .txt_new_inn {
    background:#9aca40;
    transition:.5s;
}
.txt_new_inn i {
    font-size: 69px;
    color: #9aca40;
    margin-right: 5px;
}
.txt_new_inn h3, .txt_new_inn span {
    font-size:54px;
    font-weight: 700;
    display: inline-block;
    color: #221d1d;
    margin-bottom:0px;
}
.txt_counter_inn h4 {
    color: #323232;
    display: inline-block;
    margin-left: 0;
    font-size: 23px;
    margin-top: 0px;
}
.txt_counter p {
    margin-top: 0;
}

.txt_counter:hover .txt_new_inn h3, 
.txt_counter:hover .txt_new_inn span,
.txt_counter:hover .txt_new_inn i ,
.txt_counter:hover .txt_counter_inn p{
	color:#fff;
} 
.counter_section.counter2{
    padding: 90px 0px 70px;
}



/*======== projects_section ========*/
.project_section {
    padding:0px 90px 70px;
}
.project2.project_section {
    padding: 90px 90px 70px;
}
.project_section .t1_top_title.text-center p {
    width: 38%;
    margin: auto;
}
.pr_top{
	margin-top:55px;
}
.txt_item_filter {
    text-align: center;
    padding: 50px 0px 30px;
}
.sfilter-menu li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 6px 27px;
    color: #221d1d;
    border: 1px dotted #9aca40;
    cursor: pointer;
}
.sfilter-menu .active_item {
    color: #fff;
    background:#9aca40;

}
.txt_item_filter ul li:hover, 
.txt_item_filter ul li.current-item {
    color: #fff;
    background: #9aca40;
    border-color:#9aca40;
}
.txt_al_protfolio{
    position: relative;
	overflow: hidden;
}
.txt_al_protfolio img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}
 .txt_al_protfolio:hover .txt_img img {
    transform: scale(1.1);
    transition: .5s;
}
.txt_img{
    position: relative;
	overflow: hidden;
}
.txt_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:#9aca40c9;
    transform: scale(0);
    -webkit-transition: 1.1s all ease;
	z-index: 9;
}
.txt_icon {
    position: absolute;
    top: 18px;
    right: 30px;
    left: auto;
    bottom: auto;
    transform: scaleX(0);
    transition: .5s;
	z-index: 9;
}
.txt_icon a {
    position: absolute;
    top: 10px;
    right: 25px;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.txt_content_port {
    position: absolute;
    left: 30px;
    right: 30px;
	bottom: -100px;
    transition: .5s;
    opacity: 0;
    z-index:1;
    text-align: left;
	    z-index: 99;
}
.txt_ptitle h3{
    margin:0;
}
.txt_ptitle h3 a {
    color: #fff;
}
.txt_ptitle p {
    color: #fff;
    margin: 0;
}
 .txt_al_protfolio:hover .txt_img::before {
    transform: scale(1.2);
	-webkit-transition: 1.1s all ease
}
.txt_al_protfolio:hover .txt_icon {
    bottom: auto;
    transform: scaleX(1);
}
.txt_al_protfolio:hover .txt_content_port {
    opacity: 1;
    bottom: 30px;
}
.txt_btm{
	margin-bottom:30px;
}

/*========  txt_portfolio_style_02 ======== */

.txtstyle_2 .txt_content_port {
    position: absolute;
    left: 220px;
    right: 0px;
    bottom: -228px;
    transition: .5s;
    opacity: 1;
    z-index: 1;
    text-align: left;
    z-index: 99;
    background: #fff;
    padding: 26px 30px;
}
.txtstyle_2 .txt_al_protfolio:hover .txt_content_port {
    opacity: 1;
    bottom: 0px;
}
.port_icon {
    position: absolute;
    bottom: 100%;
    left: 0;
}
.port_icon i {
    font-size: 25px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #323232;
    color: #fff;
    border-radius: 25px 0px 0px 0px;
    display: inline-block;
    text-align: center;
    transition: .7s;
}

.txtstyle_2 .txt_ptitle h3 {
    margin: 0;
    margin-bottom: 10px;
}
.txtstyle_2 .txt_ptitle h3 a {
    color: #221d1d;
}
.txtstyle_2 .txt_ptitle p {
    color: #292929;
    margin: 0;
}
.txtstyle_2 .style2 .txt_content_port {
    left: 65px;
}
/*======== testimonial_section ========*/
.testimonial_section {
    padding: 225px 0px 125px;
    background-image: url(assets/images/teasimonial-image.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
}
.slick-slide .title_im img {
    display: inline;
}
.txt_testimonial_title h1 {
    font-size: 24px;
    display: inline-block;
    color: #9aca40;
    text-transform: uppercase;
    margin-left: 13px;
    margin-bottom: 21px;
}

.txt_testimonial_title h2 {
    color: #fff;
    font-size: 35px;
}
.txt_testimonial_title p {
    color: #fff;
    width:100%;
    margin-top: 20px;
    margin-bottom: 25px;
}
.testimonial_author h2 {
    color: #fff;
    margin-top: 18px;
}
/*======== contact_section ========*/
.contact_section {
    padding: 100px 0px 100px;
}
.contact_form {
    text-align: center;
    background-image: url(assets/images/contact-bg-1.png);
    padding: 90px 80px 30px 55px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.contact_text h1{
	font-size:35px;
	color:#fff;
}
.contact_text p{
	color:#fff;
}
.contact_form_area input, .contact_form_area textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd80;
    border-radius: 0px;
    line-height: 43px;
    padding-left: 30px;
    height: 43px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
}
input, textarea {
    outline: 0;
}
.contact_form_area textarea {
	 height:150px;
 }
.wtx_contact_btn input {
    width: 100%;
    text-align: center;
    background: #323232;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #9aca40;
    transition: .5s;
    height: 45px;
    font-weight: 400;
}
.wtx_contact_btn:hover input{
	background:#323232;
	border-color:#323232;
}

.txt_contact_image img {
    width: 180%;
    max-width: 180%;
    z-index: 99;
    position: relative;
    left: 0%;
}

.contact_serice_area{
	background-image: url(assets/images/contact-bg-2.png);
    padding:90px 80px 110px 55px;
    background-repeat: no-repeat;
	    text-align: right;
	
}
.con_serice_ar {
    margin-bottom: 50px;
}
.icon_con {
    float: right;
    margin-left: 23px;
}
.icon_con i {
    font-size: 55px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    margin-right: 8px;
}

.con_text_item h3,
.con_text_item p {
    color: #fff;
}



/*======== blog_section css ========*/
.blog_section {
    padding: 90px 0px 75px;
	background-image: url(assets/images/blog-bg-shape.jpg);
}
.blog2_section {
    padding: 90px 0px 90px;
}
.blog_top {
    margin-top: 50px;
}
.txt_blog_all_area {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0;
    transition: .5s;
    border: 1px solid #b5b1b154;
}
.txt_blg_image {
    overflow: hidden;
    position: relative;
}
.txt_blg_image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background:#99c940c2;
    transform: scale(0);
    -webkit-transition: 1.1s all ease;
    z-index: 9;
}
.txt_blog_all_area:hover .txt_blg_image:before {
    transform: scale(1);
}
.txt_blg_image img {
    -webkit-transition: 1.3s all ease;
    width: 100%;
}
.txt_blog_all_area:hover .txt_blg_image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: 1.3s all ease;
}
.txt_blog_body {
    padding: 0px 0px 0px;
    text-align: left;
}
.blog_coment {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding: 8px 20px;
}
.blog_coment p {
    margin: 0px;
    margin-left: 10px;
}
.star_i {
    display: -webkit-box;
}
.star_i .star_color {
    color:#9aca40;
}

.bl_ic i {
    background: #fff;
    color:#9aca40;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height:40px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top:23%;
    right: 42%;
    z-index: 999;
    transition: .8s;
    opacity: 0;
}
.txt_blog_all_area:hover .bl_ic i {
    opacity: 1;
    transition: .8s;
}

.bl_ic i:hover {
	    background: #9aca40;
    color:#fff;
}
.date_all .catagoy {
    color:#9aca40;
    font-size: 17px;
}
.date_all span {
    color: #292929;
    font-size: 16px;
}
.date_all {
    background: #ffffff;
    padding: 5px;
    margin-top: -20px;
    z-index: 9999;
    text-align: center;
    position: relative;
    margin-right: 1px;
}
.txt_blog_inner {
    padding: 0px 10px 0px 34px;
}
.txt_blog_inner h3 {
    margin-top: 16px;
    margin-bottom: 17px;
}

.blog_active .txt_blg_image:before {
    transform: scale(1.1);
}
.blog_active .bl_ic i {
    opacity: 1;
}
.blog1_section {
    padding: 100px 0px 90px;
}
.blog1_section .txt_blog_inner {
    padding: 47px 10px 22px 34px;
}





/*======== blog_detalis ========*/
.blog_detalis{
    background: #dddddd38;
}
.search {
    padding: 30px 25px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
}
.search input {
    border: 1px solid #ccc;
    padding: 17px 9px;
    width: 100%;
	position:relative;
}
.search_btn {
    position: absolute;
    color: #ddd;
    margin-top: 14px;
    right: 56px;
    border: 0px;
    background: transparent;
    font-size: 20px;
}

.txt_blg_deties .txt_blog_body{
    box-shadow: 0 0 5px rgb(0 0 0 / 12%);
    padding: 30px 8px;
}
.txt_blg_deties .txt_blog_body{
    box-shadow: 0 0 5px rgb(0 0 0 / 12%);
    padding: 5px 27px 22px;
    margin-bottom: 30px;
}

.blog_lf{
    box-shadow: 0 0 5px rgb(0 0 0 / 12%);
    padding: 22px 27px 22px;
    margin-bottom: 30px;
}
.blog_lf .txt_foot_title_inner h3,
.blog_lf .tx_content_budy h3,
.blog_lf .tx_content_budy span
 {
    color: #221d1d;
}
.blog_right_detals{
	box-shadow: 0 0 5px rgb(0 0 0 / 12%);
}
.right_detals_inner {
    padding: 30px;
}


/*======== pricing_section ========*/
.pricing_section{
	padding:100px 0px 100px;
}
.pricing_top{
	margin-top:40px;
}
.stxt_pricing_content {
    padding: 0px 0px;
    border: 1px solid #ddd;
    text-align: center;
}
.stxt_pricing_title h3 {
    padding: 21px 0px;
    background: #182735;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.stxt_pricing_center span {
    color: #333333;
    font-weight: 700;
    font-size: 40px;
	font-family: 'Fira Sans', sans-serif;
}
.stxt_pricing_center {
    border-bottom: 1px solid #ddd;
    padding: 6px 0px 15px;
}
.month_text {
    display: inline-block;
}
.month_text span {
    color:#323232;
	font-size:17px;
}
.stxt_item_list {
    padding: 35px 0px 20px;
}
.stxt_item_list ul li {
    margin: 0px 0px 9px;
	font-size:17px;
}
.stxt_btn {
    padding: 8px 0px 45px;
}
.stxt_btn .tabtn {
    font-size: 17px;
    font-weight: 400;
	padding:12px 41px;
}
.active .stxt_pricing_title h3 {
    background: #9aca40;
}
.active .stxt_btn .tabtn {
    background-color: #323232;
    color: #fff;
    border-color: #323232;
}


/*======== team_detail_section ========*/
.team_detail_section {
    padding: 100px 0px 0px;
}
.detail_list_area ul li b{
    color: #221d1d;
    font-size: 25px;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'Fira Sans';
}
.detail_list_area ul li span {

}
.detail_list_area ul li span i {
    display: inline-block;
    margin: 0px 8px;
    font-size: 20px;
    color: #221d1d;
}

.single_content p {
    width: 100%;
    margin-top: 45px;
}
.detail_list_area ul li {
    margin-bottom: 20px;
}
.detail_list_area ul li span {
    font-size: 20px;
    color: #221d1d;
    font-weight: 500;
    margin-left: 11px;
}
.detail_list_area {
    margin-top: 50px;
    margin-left: 50px;
}
/* all_color */
.all_color{
	color:#9aca40;
}
.all_hover_color:hover{
	color:#323232;
}

/*======== foot_section ========*/
.foot_section {
    padding: 0px 0px 0px;
    background-image: url(assets/images/footer-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.txt_foot_content p {
    color: #ffffff;
    width: 84%;
    margin-bottom: 25px;
}
.foot_item {
    display: flex;
}
.foot_item span {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
    margin-top: 10px;
}
.txt_foot_image {
    margin-top: 30px;
    text-align: center;
}
.txt_foot_content {
    margin-bottom: 30px;
}
.txt_foot_icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-right: 5px;
    background: #ffffff87;
    color: #fff;
    font-size: 17px;
}
.txt_foot_icon a:hover {
	background: #9aca40;
	color:#fff;
}
.txt_foot_title_inner h3 {
    color: #fff;
    margin-bottom: 32px;
}
.txt_list_menu_nav ul li {
    margin-bottom: 8px;
    color: #fff;
}
.txt_list_menu_nav ul li a {
    color: #fff;
    margin-bottom: 10px;
}
.txt_contact_area p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 14px;
}
.txt_uni_imge {
    float: left;
    display: inline-block;
    margin-right: 19px;
}
.foot_bug_area {
    margin-bottom: 20px;
}
.tx_content_budy {
    overflow: hidden;
}
.tx_content_budy h3, 
.tx_content_budy span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
}
.foot_mid{
	padding-bottom:30px;
}
.foot_bottom_text p{
    text-align: center;
	color:#fff;
	font-size:17px;
}
.footer1_top {
    padding-top: 100px;
    padding-bottom: 20px;
}
.foot_bottom_section {
    padding: 20px 0px 10px;
    border-top: 1px solid #c1bcbc2e;
}
.txt_foot_title_inner a img {
	margin-bottom:32px;
}
.txt_list_menu li {
    display: inline-block;
    margin: 4px 13px;
}
.txt_list_menu li a{
    color:#fff;
	font-size:17px;
}





/*======== btn ========*/
.right_btn {
    display: inline-block;
}
.tbd_sl_btn {
    position: relative;
    display: inline-block;
}
a.tabtn {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 500;
    background-color: #fff;
    border-radius:100px;
    color: #9aca40;
    padding:12px 32px;
    display: inline-block;
    position: relative;
    border: 2px solid #9aca40;
	overflow: hidden;
	font-family: 'Oswald', sans-serif;
	z-index:999;
}
.tbd_sl_btn:after {
    position: absolute;
    content: "";
    top: 2px;
    right: 4px;
    width: 106px;
    height: 48px;
    border-radius: 50px;
    background: #323232;
    z-index: -1;
}

a.tabtn i {
    font-size: 20px;
    margin-left: 7px;
}
a.tabtn:hover {
    background-color: #323232;
    color: #9aca40;
    border-color: #323232;
}
.tbd_sl_btn:hover .tbd_sl_btn:after{
	background:#9aca40;
}


.top_scroll a {
    font-size: 17px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #9aca40;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
	position: fixed;
    bottom: 80px;
    right: 31px;
	cursor: pointer;
}	
