
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');


/* <!--======== ======== main style css ======= ========= --> */ 

body {
    font-size: 18px;
    color: #4F4F59;
    font-weight: 500;
	font-family: "Archivo", sans-serif;
	line-height:25px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 {
	font-family: "Archivo", sans-serif;
    font-style: normal;
	margin-bottom: 0;
    line-height: 1.2;	
    font-weight:600;
    transition: .5s;
	font-size:22px;
     color:#0F0B18;
    margin-bottom:10px;	
	
}
a {
    color: #EA5613;
    text-decoration: none;
}
 a:hover {
	text-decoration:none!important;
	transition:.5s;
    color: #EA5613;
}
b {
    color: #EA5613;
}

.padding_lf0 {
    padding-left: 0;
    padding-right: 0;
}
.text-left {
    text-align: left!important;
}
.fa, .far, .fas {
    font-style: inherit;
}
span{
	color:#EA5613;
}

html,
body{
	overflow-x:hidden;
	color:#4F4F59;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
html,
body {} img {
    max-width: 100%;
    height: auto;
}
svg{
    height: 30px;
}

/* ======== 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-repeat: no-repeat;
    background-position: inherit;
    padding: 18px 0px 7px 0px;
    background: #EA5613;
}
.top_center_text p {
    text-align: center;
	color:#fff;
	padding-top: 15px;
}
.menu_icon_mid {
    display: flex;
    justify-content: space-between;
}
.menu_text h4 {
    font-size: 17px;
}
.menu_icon {
    display: inline-block;
    margin:0px 40px 0px;
}
.icon_sd {
    float: left;
    margin-right: 20px;
}
.icon_sd i {
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #EA5613;
    border: 1px solid #EA5613;
	font-size:20px;
	transition:.5s;
}
.menu_icon:hover .icon_sd i {
    background:#EA5613;
    color: #fff;
	transition:.5s;
}
.menu_text {
    overflow: hidden;
}
.menu_text h4 {
    margin-bottom: 0px;
	color: #fff;
}
.menu_text h4  a{
    margin-bottom: 0px;
	color: #fff;
}

.menu_text span {
    color: #ffffff;
}
.menu_right_buton {
    display: inline-block;
    margin-top: 0;
}
.top_bar_area .menu_icon {
    text-align: right;
    display: block;
    margin-top: -6px;
}
.top_bar_area .menu_right_buton {
    display: block;
    text-align: right;
}
.top_bar_area a.tabtn {
    background-color: #fff;
    color: #323232;
    padding: 13px 30px;
}
.top_menu p {
    color: #ffffff;
    text-align: center;
    margin-left: 0;
}

.top_bar_area .top_menu_bg .menu_icon {
    text-align: left;
}
.top_bar_area.heder_style2 {
    position: absolute;
    z-index: 99;
    left: 6%;
    right: 0;
    top: 32px;
}
.heder_style2 .top_menu_bg {
    box-shadow: none;
    background:#19161d;
    border: 0;
    position: inherit;
    top: 0;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 10px 30px;
}
.search_form_area i {

    color: #000;
}
.search_form_area button {
    padding: 3px 10px;
    background: #EA5613;
    color: #000;
    border: 0px;
    position: absolute;
    top: 4px;
    right: 4px;
}
.search_form_area input {
    background: transparent;
    border: 1px solid #ffffff2e;
    width: 50%;
    height: 42px;
    position: relative;
    padding-left: 10px;
}
.top_icon.txt_foot_icon a {
    background: #ffffff21;
}

/*======== main menu ========*/
.nav_menu_area {
    background-color: transparent;
    border: none;
    padding:0;
}
.nav_menu_area.nav_style_2 {
    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%;
}

.nav_menu_area {
    background-color:#eaeaea;
    border: none;
    padding: 0;
    position: relative;
}
.menu_bg {
    box-shadow: 0;
    margin: auto;
    padding: 0px;
    background: #fff;
    position: absolute;
    top: -6px;
    right: 118px;
    z-index: 9;
    /* right: 0; */
    text-align: center;
}
.logo_area {
    margin-top: 0px;
    text-align: left;
}

.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;
}
.big_menu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 22px;
}
nav.menu1 {
    margin-top:0px;
    display: flex;
    justify-content: center;
}
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;
}
.menu1 > ul > li > a {
    margin: 25px 9px 0px;
}
.menu1 > ul > li > a {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    display: block;
    margin: 16px 25px 22px;
    color: #33364a;
    text-transform: capitalize;
    text-decoration: none;
}
.menu1 > ul > li > span {
    display: none;
}
.nav_style_2.scroll-to-fixed-fixed .menu1 .active a {
    color: #EA5613;
}
.nav_menu_area .menu_icon_child > a:after {
    font-size: 15px;
    margin-left: 6px;
    content: "\ea99";
    font-family: Icofont;
    opacity: 1;
    font-weight: 300;
}
.nav_menu_area .txd_drop_menu1 .menu_icon_child > a:after {
    font-size: 15px;
    margin-left: 6px;
    content: "\eaa0";
    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: #EA5613;
    position: absolute;
    margin: 0;
    z-index:9;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
	border: 0;
    border-radius: 5px;
}
.big_menu .menu1 ul ul .txd_drop_menu1{
    position: absolute;
    left: 156px;
    top: 130%;
    width: 197px;
    text-align: left;
    background:#EA5613;
    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: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding: 12px 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: #EA5613;
    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:#001936;
}

.btn_header{
	 padding: 28px 0px 24px;
	 display: inline-block;
}
.menu_right_icon {
    display: inline-block;
}
.menu_right_icon a {
    font-size: 14px;
    color: #EA5613;
    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: #EA5613;
	color:#fff;
	transition:.5s;
}

.nav_area .menu_scroll_active.scroll-to-fixed-fixed {
    background: #323232e3;
}
.sticky_nav2 .menu1 > ul > li > a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-color: #fff;
}

.txt_mobile_logo_area {
    display: none;
}
.txt_mobil_menu {
    display: none;
}
.mean-container .mean-nav ul li li a {
    color: #020000;
    opacity: .9;
    border-top: 0;
}
.menu_rig {
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 10px;
}
.menu_rig i{
	font-size:18px;
	color:#EA5613;
    margin-right: 10px;
}
.menu_rig span{
	font-size:18px;
	color:#848484;
}
.nav_area.nav_style_2 {
    position: absolute;
    z-index: 99;
    left: 6%;
    right: 0;
    top: 35px !important;
}
.scroll-to-fixed-fixed .menu_bg {
    top: 32px;
}
.scroll-to-fixed-fixed .menu_icon_mid {
    display: none;
}
.nav_style_2 nav.menu1 {
    border: 0;
    display: flex;
    justify-content: flex-start;
}
.nav_style_2 .menu_bg {
    box-shadow: none;
    background: transparent;
    border: 0;
    position: inherit;
    top: 10px;
    width: 100%;
}
.nav_style_2.scroll-to-fixed-fixed .menu_bg {
    background: #fff;
    box-shadow: 0 0px 35px 0 rgb(0 0 0 / 11%);
    padding: 0px 30px;
    top:0px;
}
.nav_style_2.scroll-to-fixed-fixed .menu1 > ul > li > a {
    color: #000;
}
.nav_style_2.scroll-to-fixed-fixed .menu1 > ul > li > a {
    margin: 11px 16px 22px;
    font-size: 18px;
}
.nav_style_2.scroll-to-fixed-fixed .big_menu {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 15px;
}
.nav_style_2.scroll-to-fixed-fixed .logo_area {
    margin-top: 28px;
}
.nav_style_2 .txt_menu {
    background: transparent;
    padding:0px 0px 0px;
}
.nav_area.nav_style_2.menu_scroll_active.scroll-to-fixed-fixed {
    background: #fff;
}
.nav_style_2 .menu1 > ul > li > a {
    color: #fff;
    margin: 11px 20px 22px;
}
.style_3.nav_style_2 .menu1 > ul > li > a {
    color: #fff;
    margin: 11px 20px 22px;
}
.scroll-to-fixed-fixed.nav_style_2  nav.menu1 {
    margin-top:0px;
}
.scroll-to-fixed-fixed.nav_style_2  .menu_rig span {
    color: #848484;
}
.nav_style_2 li.menu_icon_child.active_cl {
    border: 0px;
}
.nav_style_2 .menu1 > ul > li:hover {
    border: 0;
}
.nav_style_2 .menu1 > .txt_menu > menu_icon_child > a,
.nav_style_2  .menu1 > ul > li:hover > a, .menu1 > ul > li:hover > a {
    color: #EA5613;
}
.nav_style_2 .menu_rig {
    margin-top: 14px;
}
.nav_style_2 .menu_rig span {
    color: #fff;
}

.top_icon.txt_foot_icon a {
    background: #ffffff;
    margin: 0px 5px;
    color: #EA5613;
}
.top_icon.txt_foot_icon a:hover {
    background: #EA5613;
    color: #fff;
}


.landing_pages .menu_bg {
    position: inherit;
    width: auto;
    background: transparent;
}
.scroll-to-fixed-fixed.nav_menu_area {
    background-color:#00000091;
    top:0px !important;
}
.nav_menu_area.landing_pages {
    padding: 24px 0px 0px;
}
.landing_pages .menu_right_buton a.tabtn {
    margin-top: 4px;
    padding: 14px 40px 14px 60px;
}

.menu1 > ul > .menu-item-object-custom.active a {
    color:#EA5613;
}
.scroll-to-fixed-fixed .menu1 > ul > li > a {
   color: #ffffff;

}
/*======== menu2 style ========*/
.nav_menu_area.menu2 {
    background-color: transparent;
    position: inherit;
}
.nav_menu_area.menu2 .menu1 {
   text-align:center;
}
.nav_menu_area.menu2  .menu1 > ul > li > a {
    color: #081227;
}
.top_center_right p {
    color: #fff;
    margin-top: 15px;
}
.top_right_icon{
	text-align:right;
	margin-top: 15px;
}
.top_right_icon a {
    margin: 10px;
    font-size: 17px;
    color: #4F4F59;
}
.nav_menu_area.menu2 .scroll-to-fixed-fixed .menu1 > ul > li > a {
    color: #ffffff;
}
.header_all .logo_area {
    margin-top: 21px;
    margin-left: 30px;
}

/*======== menu button ========*/
.menu_right_buton {
    display: inline-block;
}
.menu_right_buton a.tabtn {
    margin-top: 0px;
    padding: 12px 25px;
}
/*======== slick slider ========*/
.slick-slider {
    position: relative;
}
.slick-slider .slick-prev,
.slick-slider .slick-next{
	position:absolute;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #EA5613;
    top:50%;
    transform: translate(0px, -50%);
    transition: .5s;
    display:block;
    text-align: center;
    font-size:0px;
    border-radius:5px;
	z-index:99;
	opacity:0;
	transition:.7s;
	border:1px solid #EA5613;
    padding: 0;
    cursor: pointer;
    outline: none;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next{
	opacity: 11;
	transition:.7s;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover{
    background: #000;
    border-color:#000;
}
.slick-slider .slick-next {
    right: 15px;
}
.slick-slider .slick-prev {
    left: 15px;
}
.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 40px;
    content: "\eab5";
    font-family: IcoFont !important;
    line-height: inherit;
    opacity: 1;
    font-weight: 400;
}
.slick-next:before {
    content: "\eab8";
    font-family: IcoFont !important;
    
}

.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: 15px;
    height: 15px;
    cursor: pointer;
    border: 2px solid #EA5613;
    font-size: 0px;
    margin: 0px 4px;
    border-radius: 2px;
}

.slick-dots li.slick-active button {
 background: #EA5613;
}
.slider_content {
    border-left: 6px solid #EA5613;
    padding-left: 21px;
    margin-bottom: 0px;
    margin-top: 45px;
}
/*======== t1_top_title ========*/
.t1_top_title h1 {
    font-size: 20px;
    display: inline-block;
    color: #EA5613;
    margin-bottom: 0px;
    font-weight: 600;
    background: transparent;
    padding: 0;
    border-radius: 100px;
    position: relative;
    margin-bottom: 21px;
}
.t1_top_title h1:after {
    position: absolute;
    content: "";
    top: 8px;
    left: 20px;
    right: 0;
    width: 14px;
    height: 14px;
    background: transparent;
    border-radius: 100px;
}
.t1_top_title h2, 
.t1_top_title h3 {
    font-size:44px;
    margin: 0px;
    font-weight:700;
    margin-bottom: 30px;
    line-height: 56px;
}
.t1_top_text p img {
    margin-right: 10px;
}
.t1_top_text p {
    width: 94%;
    margin: auto;
}
p.section_desc {
    margin-top: 18px;
}
.t1_top_text.text2 p {
    margin-top: 20px;
}
.t1_top_title {
    text-align: center;
}
.t1_top_title p{
	width:52%;
	margin:0px auto;
}
.stly_one.t1_top_title p {
    width: 52%;
    margin: auto;
    margin-top: 20px;
}
.t1_top_title.left p{
	margin:0;
	width:84%;
}
.call_text .elementor-icon-box-icon {
    float: left;
    margin-right: 15px;
    margin-top: 12px;
}
.tbd_ab_btn.title_btn {
    text-align: right;
    margin-top: 100px;
}

/*======== slick slider ========*/
.slider_Section {
    position: relative;
    padding: 80px 0px 0px;
}
.slider_bg {
    height:837px;
    background-size: cover;
    overflow: hidden;
}
.slider_position {
    position: relative;
    top: 47%;
    transform: translateY(-50%);
}
.slider_2 .slider_position {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    right: 1%;
    z-index: 9999;
}
 .text-left .slider_text h2,
 .text-left .slider_text h3, 
 .text-left .slider_text p,
 .text-left .tbd_slicks_title h4 {
    width:100%;
    margin: 0px auto 15px 0;
}
.slider_text h2, 
.slider_text h3 {
    width:75%;
    margin: 8px auto 15px 0;
}
.slider_text h1 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}
.slider_text h2 {
    font-size: 75px;
    margin-bottom: 30px;
    line-height: 85px;
    font-weight: 600;
    color: #fff;
}
.slider_text.text-center h2 span {
    color: #EA5613;
}
.slider_text h2 span {
    color: #EA5613;
}
.slider_text p {
    width:58%;
    margin: 0px auto 40px 0;
}
.slider_text.text-center h2,
.slider_text.text-center h3 {
    width: 100%;
    margin:8px auto 29px 0;
}
.slider_text.text-center p {
    width: 42%;
    margin: auto;
}
.slider_shape.animation_ds {
    position: absolute;
    right: 42px;
    top:70%;
}
.shape_img,
.animation_ds img{
	 -webkit-animation: witr_abmovetb_box15 4s linear 3s infinite alternate running;
	         animation: witr_abmovetb_box15 4s linear 3s infinite alternate running;
}

@-webkit-keyframes witr_abmovetb_box15 {
  0%{
	  -webkit-transform: translateY(-40px);
	          transform: translateY(-40px);
	}
  100%{
	  -webkit-transform: translateY(-20px);
	          transform: translateY(-20px);
	}
}

@keyframes witr_abmovetb_box15 {
  0%{
	  -webkit-transform: translateY(-40px);
	          transform: translateY(-40px);
	}
  100%{
	  -webkit-transform: translateY(-20px);
	          transform: translateY(-20px);
	}
}

.slider_active.slick-slider .priv_arrow, 
.slider_active.slick-slider .next_arrow {
    background:transparent;
    right: 0;
    top:50%;
	border-color:#fff;
}
.slider_active.slick-slider .priv_arrow:hover, 
.slider_active.slick-slider .next_arrow:hover {
	border-color:#EA5613;
	color:#EA5613;
}
.slider_text img {
    position: absolute;
    top: -14%;
    right: -9%;
}
.tbd_sl_btn a.tabtn {
    padding: 17px 18px;
}
/*======== slider_2 ========*/
.slider_ho2.slider_Section {
    padding:0px 0px;
}
.slider_ho2 .slider_shape.animation_ds {
    top: 25%;
}
.slider_ho2 .slider_text p {
    margin: inherit;
}
.slider_ho2 .slider_active.slick-slider .next_arrow {
    left: 19%;
}
.slider_ho2 .categorie_form_area {
        width: 64%;
    margin-top: 48px;
}
.slider_ho2 .sech_btn {
    text-align: right;
}

.slider_thumb img {
    position: relative;
    right: 0;
    left: 38%;
    top: 39%;
    width: 100%;
    bottom: 0%;
}
.slider_text_content {
    position: absolute;
    right:-43%;
    top: 0;
    text-align: left;
}
.tbd_sl_btn .tabtn.video-btn {
    background: transparent;
    color: #fff;
    margin-right: 16px;
    border: 2px solid #ddd;
}

/*======== breadcumb ========*/
.txt_breadcumb {
    padding: 162px 0px 70px;
	background: url(../images/footer-bg.jpg);
}
.txt_breadcumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:transparent;
}
.breadcumb-content h1{
    font-size:36px;
	color:#fff;
}
.breadcumb-content ul li {
    display: inline-block;
    color:#201200;
}
.breadcumb-content ul li a{
    color: #fff;
}
/*======== categorie_section ========*/
.categorie_section{
    margin-top: -40px;
    z-index: 99;
	
}
.categorie_form_area {
    padding: 7px 22px;
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 7%);
    background: #fff;
    border-radius: 10px;
}
.bo_rg {
    border-right: 2px solid #ddd;
    padding-top: 21px;
}
.select_ar select {
    border: none;
    width: 100%;
    color: #848484;
    text-align: center;
    font-size: 17px;
	outline: none;
}
.select_ar select option {
    color: #848484;
    font-size: 17px;
}
.sech_btn a.tabtn {
    padding: 16px 26px;
}
.sech_btn a.tabtn i {
    font-size: 20px;
    margin-right: 12px;
}
.breadcumb-content.text-center {
    color: #ffffff;
}

/*======== wt_service_1 ========*/
.tb_icon {
    display: inline-block;
}
.tb_service_sen.ab_ser_ar svg{
    height:50px;
}
.servicet1_top{
	margin-top:45px;
}
.tb_service_sen.service_04 {
    position: relative;
}
.service_04 .tb_serice {
    background: transparent;
    transition: auto;
    box-shadow: none !important;
    border-bottom: 1px solid #dddd;
    padding: 0px;
    padding-bottom: 14px;
}
.service_04.tb_service_sen:hover .tb_serice {
    background: transparent;
    transition: .6s;
    box-shadow: none;
}
.service_04 .tb_serice_content {
    margin:0px;
}
/* .tb_service_sen:hover .tb_serice .tb_serice_content p{
	color:#fff;
} */
.tb_service {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 7%);
	position:relative;
}
.tb_service_sen.service_04:after, .tb_service:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0px;
    width: 25%;
    height: 40%;
    border-style: solid;
    border-width: 0px 3px 3px 0px;
    border-color: #ff486a;
}
.tb_service_sen.service_04:hover.tb_service_sen.service_04:after,
.tb_service_sen:hover .tb_service:after{
	border-color:#EA5613;
	transition:.8s;
	
}
.active_ser .tb_service:after {
    border-color: #EA5613;
}
.service_text_item {
    padding:40px 0px 0px 40px;
}
.service_text_item i {
    font-size: 105px;
    color: #EA5613;
}
.service_text_item h3 {
    margin-top: 15px;
}
.service_text_item h3 a{
    font-size: 24px;
    color: #222222;
}
.service_image {
    position: relative;
	overflow: hidden;
}
.service_image img {
    transform: scale(1);
	transition:.5s;
}
.tb_service_sen:hover .service_image img {
    transform: scale(1.1);
    transition:.5s;
}
.service_image:before {
    content: "";
    position: absolute;
    left:0;
    top: 0;
    height:100%;
    width:100%;
    opacity: 0;
    background-image: linear-gradient(180deg, #EA56139c, #0102049c);
    transform: scale(0);
    transition:.8s;
	z-index:999;
}
.tb_service_sen:hover .service_image:before {
    opacity: 1;
    transform: scale(1);
    transition:.8s;
}

.ser_icon i {
    background: #fff;
    color: #EA5613;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 40%;
    right: 42%;
    z-index: 999;
    transition:.8s;
	opacity:0;
}
.ser_icon i:hover{
	background:#EA5613;
	color: #fff;
	transition:.8s;
}
.tb_service_sen:hover .ser_icon i{
	opacity:1;
	transition:.8s;
}
.active_ser .service_image:before {
    opacity: 1;
    transform: scale(1);
}
.active_ser .ser_icon i {
    opacity: 1;
}
.service_04.service_07 .ab_ser_img img {
    margin: 0px 165px -5px 0px;
}
.service_07 .time_all {
    margin-bottom: 0px;
}
/*======== service style 08 ========*/
.icon_thumb {
    display: flex;
    justify-content: flex-start;
}
.service_08 .tb_serice_content {
    margin: 0px;
}
.numb_button_area {
    display: flex;
    justify-content: space-between;
}
.number_area span {
    font-size: 26px;
    color: #b3b3b3;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b3b3b3;
    font-weight: 700;
}
.time_all {
    margin-top: 20px;
}
.time_all span {
    margin-left: 30px;
    font-size: 17px;
    color: #4F4F59;
}
.service_08 a.tabtn {
    transform: rotate(324deg);
}
.service_08 a.tabtn i {
    font-size: 30px;
    margin-left:0px;
}
.service_08 .tb_serice {
    background: #fff;
    transition: .6s;
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 7%);
    clip-path: polygon(0 0, 20% 0, 100% 10%, 100% 100%, 0 91%, 0% 50%);
}
.tb_service_sen.service_08:hover .number_area span {
    color: #b3b3b3;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}
.tb_service_sen:hover {
    transition: 0.5s;
}
/*======== service style 09 ========*/
.tb_sevice_top_style {
    display: flex;
    justify-content: center;
    background: #fff;
    position: absolute;
    left: 50px;
    right: 50px;
    top: -35px;
    padding: 15px 0px;
    border-radius: 5px;
    border-left: 4px solid #ea5612;
}
.tb_sevice_top_style h1 {
    margin-top: 8px;
}

.service_style9.tb_service_sen.ab_ser_ar p {
    padding: 25px 55px 7px;
}
.tb_service_sen.ab_ser_ar.service_style9 a {
    margin-top: 32px;
    padding: 0px;
    padding:0px;
}






/*======== about_section ========*/
.a_top{
	margin-top:40px;
}
.ab_sub_txt span {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ab_shap_img {
    margin-top: 26px;
}
.about_section .t1_top_title p {
    margin-top: 15px;
}
.ab_ser_ar {
    text-align: center;
    padding: 16px 0px;
}
.ab_ser_img {
    margin-bottom: 16px;
}
.t1_about_thumb {
    position: relative;
}
.shape_img img {
    position: absolute;
    top: 0;
    left: 0;
}
.t1_about_thumb.animation-border:before {
    content: "";
    position: absolute;
    left: -33px;
    top: -33px;
    height: 33px;
    width: 100%;
    background: #EA5613;
    animation: lineH 4s 5s infinite linear;
}
.t1_about_thumb.animation-border:after {
    content: "";
    position: absolute;
    /* bottom: 0; */
    left: -33px;
    top: 0;
    height: 80%;
    width: 33px;
    /* height: 2px; */
    background:#EA5613;
     animation: lineW 4s 5s infinite linear; 
}
.tb_service_sen.ab_ser_ar.tb_flex_style {
    display: flex;
    text-align: left;
    align-items: center;
}
.service_content_right {
    margin-left: 22px;
}
.service_icon_img {
    margin-top: 0px;
}

/*======== about_section ========*/
.about_section.ab2 .t1_about_image.animation_ds {
    position: absolute;
    top:0;
    left: -30%;
}
.about_section.ab2 .t1_about_image.animation_ds img{
	width:90%;
}
.ab2 .tbd_ab_btn {
    margin-top: 25px;
}
/*======== projects_section ========*/
.projects_section {
    padding:100px 0px 70px;
}
.projects_section .t1_top_title_inner p {
    width: 43%;
    margin: auto;
}
.txt_item_filter {
    text-align: center;
    padding:0px 0px 30px;
}
.sfilter-menu li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 6px 27px;
    color: #081227;
    border: 0px dotted #EA5613;
    cursor: pointer;
    border-radius: 5px;
}
.sfilter-menu .active_item {
    color: #fff;
    background:#EA5613;

}
.txt_item_filter ul li:hover, 
.txt_item_filter ul li.current-item {
    color: #fff;
    background: #EA5613;
    border-color:#EA5613;
}
.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;
    border-radius: 5px;
}
.txt_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 45px;
    bottom: 73px;
    background: #0000003b;
    transform: scale(0);
    -webkit-transition: 1.1s all ease;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.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 a {
    color: #fff;
    text-decoration: underline;
}
.txt_ptitle p {
    color: #fff;
}
 .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;
}


/*======== brand_section ========*/
.popular_title h2 {
    font-size: 44px;
    color: #fff;
    text-align: center;
}
.brand2_section {
    z-index: 99;
}

/*======== team_section ========*/

.all_title_team {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.team_style3 .wtx_image_area {
    z-index: 1;
    position: absolute;
    top: 108px;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.wtx_image_area {
    position: relative;
    z-index:9;
    overflow: hidden;
}
.wtx_image_area img{
    transform: scale(1);
    -webkit-transition: 1.0s all ease;
}
.all_title_team:hover .wtx_image_area img{
    transform: scale(1.2);
    -webkit-transition: 1.0s all ease;
}
.wtx_image_area:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s;
    background: #EA56139c;
    border-radius: 0;
    transform: scale(0);
    -webkit-transition: 1.0s all ease;
    z-index: 99;
}
.wtx_team_content {
    padding: 30px 20px 0px;

}
.wtx_content2 h5 {
    margin-bottom: 7px;
}
.wtx_content2 h5 a{
	font-size:25px;
	margin-bottom:0px;
}
.wtx_content2 span {
    color: #626262;
    font-size: 18px;
    margin-bottom: 18px;
    display: inline-block;
}
.team_icon {
    position: absolute;
    top: 32%;
    left: 25%;
    z-index: 99;
}
.team_icon i {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #EA5613;
    font-size: 15px;
    opacity: 0;
    transform: scale(1.1);
    -webkit-transition: 1.0s all ease;
    margin: 3px;
}
.all_title_team:hover .team_icon i{
	opacity:1;
	 transform: scale(1.2);
	 -webkit-transition: 1.0s all ease
}
.all_title_team:hover .wtx_image_area:before {
	opacity:1;
	 transform: scale(1);
	-webkit-transition: 1.0s all ease
}


.team_style3.all_title_team {
    text-align: left;
}
.team_style3 .wtx_content2.content1_bg_color {
    display: flex;
    justify-content: space-between;
}
.team_style3 .wtx_team_icon ul li {
    display: block;
    margin-bottom: 20px;
}
.active_icon {
    margin-bottom: 15px;
}
.team_style3 .wtx_team_content {
    padding:30px 20px 301px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 47% 87%, 0 70%);
    position: relative;
}
.active_icon {
    position: relative;
}

.team_style3 .wtx_team_icon ul {
    position: absolute;
    top: -229px;
    right: 9px;
    z-index: 99;
    transition: 0.7s;
}
.all_title_team:hover.team_style3 .wtx_team_icon ul{
	top:28px;
	 transition: 0.7s;
} 
.team_icons_items ul li {
    display: inline-block;
    margin: 0px 8px;
}

.team_icons_items ul li a {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #EA5613;
    font-size: 15px;
    margin: 3px;
}
.team_style_2 .wtx_team_content_inner {
    padding: 0;
    display: flex;
}
.team_style_2.all_title_team:hover .wtx_image_area:before {
    opacity: 0;
}
.team_style_2.all_title_team:hover .wtx_image_area img {
    transform: scale(1);
    -webkit-transition: 1.0s all ease;
}
.team_style_2 .team_content_section {
    margin-bottom: -107px;
}
.team_style_2 .wtx_image_area {
    z-index: -1;
}
.team_contact_icon svg {
    width: 15px;
    fill: #fff;
}
.team_contact_icon {
    background: #ea5613;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100px;
}
.wtx_team_content_inner h4 {
    margin-top: 9px;
    margin-left: 10px;
    font-size: 18px;
}
.team_contents {
    background: #ffffff;
    display: inline-block;
    padding: 8px 20px;
    position: absolute;
    bottom: 0px;
    left: 50px;
    right: 103px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

/*======== succeed_section ========*/
.succeed_section {
    padding: 0px 0px 100px;
}
.succeed_bg {
    padding: 80px 0px 65px 60px;
    background-size: cover;
}
.succeed_bg .t1_top_title h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.succeed_bg  .t1_top_title.text-left p {
    width:43%;
}
/*======== contact_section ========*/
.contact_section  .t1_top_title h2 {
    font-size: 44px;
    margin: 0px;
    margin-bottom: 13px;
}
.contact_form p {
    margin: 0;
}
.contact_form_area {
    margin-top: 0px;
}
.contact_form_area input,
.contact_form_area select,
 .contact_form_area textarea {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 0px;
    line-height: 40px;
    padding-left: 25px;
    height: 45px;
    background-color: transparent;
    border-radius:0px;
}
input, textarea {
    outline: 0;
}
.contact_form_area textarea {
    height: 150px;
    margin-top: 16px;
}
.wtx_contact_btn input,
.mc4wp-form-fields input{
    width: 100%;
    text-align: center;
    background: #EA5613;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 45px;
    border-radius:5px;
    border: 1px solid #EA5613;
    transition: .5s;
    height: 52px;
    font-weight: 600;
}
.wtx_contact_btn:hover input{
	background:#323232;
	border-color:#323232;
}
.contact_form_area input::placeholder,
.contact_form_area textarea::placeholder{
	color:#848484;
}
.txt_contact_image img{
    margin-top: 40px;
    text-align: left;
}

.mc4wp-form-fields {
    text-align: left;
}
.shotcode_email p {
    color: #fff;
}
.mc4wp-form-fields input {
    width: 100%;
    background: #fff;
    border: 0px;
    height: 43px;
    position: relative;
    padding: 18px;
    color: #4F4F59;
    text-align: left;
    border-radius: 0;
    padding-left: 30px;
    z-index: 1;
}
.mc4wp-form-fields button {
    background:#EA5613;
    height: 43px;
    border: 0;
    border-radius: 0px;
    padding: 0px 43px;
    color: #ffff;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    width: 100%;
    margin-top: 18px;
}
.mc4wp-form-fields button:hover {
	background:#0F0B18;
	color: #ffff;
}
.mc4wp-form-fields button:hover span {
    color: #fff;
}
.mc4wp-form-fields button span{
    color: #fff;
}
.mc4wp-form-fields input::placeholder{
	color:#4F4F59;
	text-align:left;
	font-size:24px;
	font-weight:400;
}
.gender_area p input {
    height: 14px;
    margin-top: 6px;
    margin-right: 14px;
}
.gender_area p {
    display: inline-flex;
    margin: 10px;
}
.mc4wp-form-fields .shotcode_email input {
    width: 111%;
    height: 90px;
    border-radius: 100px;
    margin-top: 95px;
}
.mc4wp-form-fields .shotcode_email button {
    width: auto;
    position: absolute;
    top: 112px;
    right: -46px;
    bottom: 0;
    font-size: 20px;
    border-radius: 100px;
    height: 70px;
    padding: 14px 45px;
}
.mc4wp-form-fields {
    text-align: left;
    margin-top: 24px;
}
/*======== counter_section ========*/
.counter_section.counter2{
	padding:0px 0px 100px;
}
.counter_top{
	margin-top:40px;
}
.txt_counter {
    text-align: center;
}
.txt_counter:hover {
    background-size: cover;
	transition:.5s;
	z-index:1;
}
.txt_new_inn h3, .txt_new_inn span {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    color: #EA5613;
	margin-bottom: 5px;
}
.txt_counter_inn h4 {
    color: #0F0B18;
    display: inline-block;
    font-size: 18px;
}
.txt_counter p {
    margin-top: 19px;
}
.counter_titles.txt_new_inn.counter_03 i {
    display: block;
}

/* counter_style_02 */
.txt_counter_02 .text_counter {
    margin-left: 20px;
}
.txt_counter_02 .txt_new_inn {
    padding: 30px 29px 17px;
    background: #f7f7f7;
    margin-bottom: 25px;
    transition: .5s;
    border: 0;
}
.txt_counter_02:hover .txt_new_inn {
    background: #EA5613;
    transition: .5s;
}
.counter_titles.txt_new_inn {
    display: flex;
}

.txt_counter_02 .txt_new_inn i {
    font-size: 69px;
    color: #EA5613;
    margin-right: 5px;
}
.txt_counter_02 .txt_new_inn h3, 
.txt_counter_02 .txt_new_inn span {
    font-size: 54px;
    font-weight: 700;
    display: inline-block;
    color: #221d1d;
    margin-bottom: 0px;
    display: block;
}
.txt_counter_02 h4 {
    color: #323232;
    display: inline-block;
    margin-left: 0;
    font-size: 23px;
    margin-top: 0px;
}
.txt_counter_02:hover .txt_new_inn h3, 
.txt_counter_02:hover .txt_new_inn span,
 .txt_counter_02:hover .txt_new_inn i,
 .txt_counter_02:hover .txt_counter_inn p {
    color: #fff;
}
.counter_titles.txt_new_inn svg {
    margin-top: 40px;
}

/*======== blog_section ========*/
.blog_section {
    padding:92px 0px 75px;
}
.txt_blg_image {
    overflow: hidden;
	position:relative;
}
.txt_blg_image:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	    background-image: linear-gradient(180deg, #EA56139c, #0102049c);
	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	
}
.blog_top{
	margin-top:0px;
}
.txt_blog_all_area {
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0;
    transition: .5s;
}
.txt_blog_all_area:hover {
    box-shadow:0 0px 35px 0 rgb(0 0 0 / 11%);
	transition:.5s;
}
.txt_blog_body {
    padding: 24px 20px 25px;
    text-align: left;
}
.txt_blog_body h3 a {
    font-size: 22px;
    color: #081227;
    font-weight: 600;
}
.txt_blog_body a i {
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
}
.date_all {
    margin-top: 20px;
    margin-bottom: 20px;
}
.thumb_area span img {
    margin-right: 9px;
    width:35px;
    height: 35px;
    border-radius: 50px;
    display: inline-block;
}
.txt_blog_body span a {
    margin-right: 7px;
}
.txt_blog_body p {
    font-size:16px;
}
.txt_blog_body .txt_qbtn {
    font-size: 20px;
    background: #EA5613;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    transition: .5s;
}
.txt_blog_body .txt_qbtn i {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0px;
}
.txt_blog_all_area:hover .txt_blog_body .txt_qbtn{
	background:#323232;
}
.blog_btn a {
    color: #EA5613;
    font-size: 14px;
}
.blog_coment {
    display: flex;
    justify-content: space-between;
}
.star_i {
    display: -webkit-box;
}
.star_i i {
    margin: 5px;
    color: #fff;
}
.star_i .star_color {
    color: #EA5613;
}

.txt_tuote_body {
    padding: 20px 40px;
}
.date_all.thumb_area {
    padding-top: 20px;
    margin: 0px;
    border-top: 1px solid #EEEFF7;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
}
.txt_blg_image a img {
    width: 100%;
}

/* blog style 01 */

.bl_ic i {
    background: #fff;
    color: #EA5613;
    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: #EA5613;
    color:#fff;
}
.date_all .catagoy {
    color:#EA5613;
    font-size: 18px;
}
.date_all span {
    color: #ea5613;
    font-size: 20px;
    font-weight: 600;
}
.date_all {
    background: transparent;
    padding: 10px 20px;
    margin-top: 20px;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-right: 1px;
    border-radius: 5px;
    display: inline-block;
}
.style_02 .txt_blog_inner {
    padding: 0px 10px 0px 0px;
}
.txt_blog_inner h3 {
    margin-top: 5px;
    margin-bottom: 17px;
}
.style_02 .txt_blog_body span {
    background: transparent;
    padding:0;
}
.txt_blog_inner h1 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
/* blog style 03 */
.style_03 .txt_blog_inner {
    position: absolute;
    bottom: 0px;
    left: -27px;
    right: 31px;
    z-index: 99;
    padding: 10px 45px;
    background: #ea56138f;
}
.style_03 .txt_blg_image:before {
    display:none;
}
.style_03 .date_time {
    text-align: right;
    margin-bottom: 15px;
    padding-right: 20px;
}
.style_03 .admin_option {
    text-align: right;
    margin-top: 13px;
}
.style_03.txt_blog_all_area {
    padding: 30px 0px;
}
.slick-current.slick-center .txt_blog_all_area.style_03 {
   border: 1px solid #EA5613;
}
.content_option{
    padding: 10px 30px;
}

/* blog style 04 */
.style_04 .date_all {
    background: #ffffff;
    padding: 14px 35px;
    z-index: 9;
    text-align: center;
    position: absolute;
    margin-right: 1px;
    border-radius: 0px;
    top: 298px;
    right: 28px;
}
.style_04 .txt_blog_body {
    padding: 40px 20px 25px;
    text-align: left;
}
.style_04 .txt_blog_all_area:hover {
    box-shadow: none;
    transition: .5s;
}
.style_04.txt_blog_all_area:hover {
    box-shadow: none;
    transition: .5s;
}
.single-post h2 {
    font-size: 35px;
    margin: 33px 0px 10px;
}
.post-single-category span {
    margin: 7px;
}
.post-image img {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
}
.single-blog-pages{
    padding: 80px 0px;
}
.txt_blog_head h3 {
    color: #000;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}

/*======== skill_section ========*/
.skill_section .t1_top_title.text-left p {
    margin-top: 21px;
    margin-bottom: 26px;
}
.skill_section .tbd_ab_btn {
    margin-top: 50px;
}
.sk_top{
	margin-top:30px;
}
.mr_bt{
	margin-bottom:30px;
}
span.fill {
    background: #EA5613 !important;
	border-radius:5px;
}
.barfiller {
    width: 100%;
    height:5px;
    background: #8484843b;
    border:0px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
    border-radius: 5px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
}
.barfiller .fill {
    display:block;
    position:relative;
    width:0px;
    height:100%;
    background:#333;
    z-index:1;
}
.barfiller .tipWrap {
    display:none;
}
.barfiller .tip {
    margin-top:-30px;
    padding:2px 4px;
    font-size:11px;
    color:#fff;
    left:0px;
    position:absolute;
    z-index:2;
    background: #333;
} 
.barfiller .tip:after {
    border:solid;
    border-color:rgba(0,0,0,.8) transparent;
    border-width:6px 6px 0 6px;
    content:"";
    display:block;
    position:absolute;
    left:9px;
    top:100%;
    z-index:9
}
.progress_item h3 {
    font-size: 17px;
    font-weight: 500;
	    font-family: 'Saira', sans-serif;
}
.copany_section{
	padding:100px 0px 100px;
}
.mglf {
    margin-right: 15px;
    margin-bottom: 25px;
}
li.icon_list1 {
    margin-bottom: 13px;
}
.icon_list1 span {
    color: #191717;
    margin-bottom: 17px;
    font-weight: 500;
}
li.icon_list1 span i {
    color: #EA5613;
    margin-right: 5px;
}
.content p {
    font-weight: 700;
    color: #081227;
    font-size: 17px;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 45px;
}


/*======== 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: #081227;
}
.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: 43px 0px;
    text-align: center;
    box-shadow: 0 0px 35px 0 rgb(0 0 0 / 11%);
}
.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 {
    padding: 25px 0px;
}
.stxt_btn a.tabtn {
    color: #fff;
}
.month_text {
    display: inline-block;
}
.stxt_btn {
    padding-top: 40px;
}
.month_text span {
    color: #323232;
    font-size: 17px;
}
.stxt_item_list {
    padding: 30px 0px 35px 48px;
    text-align: left;
}
.stxt_item_list ul li {
    padding: 13px 0px;
    font-size: 17px;
}
.stxt_item_list ul li span {
    margin-right: 10px;
    color: #4F4F59;
}
.stxt_btn {
    padding: 0px 0px 5px;
}
.stxt_btn .tabtn {
    font-size: 20px;
    font-weight: 500;
    padding: 11px 46px;
}
.active .stxt_pricing_title h3 {
    background: #EA5613;
}
.active .stxt_btn .tabtn {
    background-color: #323232;
}
.pricing_title_content {
    display: flex;
    justify-content: center;
}
.pricing_style2 .stxt_pricing_center {
    padding: 0px 15px;
    text-align: left;
}
.stxt_pricing_content.pricing_style2 {
    padding: 0px;
    padding-bottom: 10px;
    background: #f4f5f9;
    box-shadow: none;
}
.pricing_title_content {
    padding: 38px 20px 40px;
    border-width: 10px 10px 0px;
    border-color: #f6dddb;
    border-style: solid;
}
.pricing_style2 .stxt_item_list {
    padding: 30px 0px 35px 48px;
    text-align: left;
    border: 1px solid #ddd;
    margin: 0px 10px 10px;
}
/*======== team_detail_section ========*/
.team_detail_section {
    padding: 100px 0px 90px;
}
.detail_list_area ul li b{
    color: #081227;
    font-size: 25px;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'Fira Sans';
}
.detail_list_area ul li span i {
    display: inline-block;
    margin: 0px 8px;
    font-size: 20px;
    color: #081227;
}

.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: #081227;
    font-weight: 500;
    margin-left: 11px;
}
.detail_list_area {
    margin-top: 50px;
    margin-left: 50px;
}
/* all_color */
.all_color{
	color:#EA5613;
}
.all_hover_color:hover{
	color:#323232;
}
/*======== company_section ========*/
.t1_top_title.cm h2{
    font-size: 35px;
    color: #fff;
}
.t1_top_title.cm p {
    color: #fff;
    width: 41%;
    margin-top: 20px;
}
/*======== video css ========*/
.video_inner {
    top: 0;
    position: relative;
    left: 0;
    z-index: 9;
    right: 0;
    bottom: 0;
    text-align: center;
}
.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.9s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
}
.video_inner i {
    color:#EA5613;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.video_inner.video_style2 a::before {
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}
@-webkit-keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}


.video_inner.video_style2 {
    width:150px;
    height: 150px;
    line-height: 150px;
}




/*======== brand2_section ========*/
.brand3_section {
    margin-top: 0px;
    z-index: 99;
    padding: 0px 0px 90px;
}
.img_carsul img {
    text-align: center;
    margin: 0;
}

/*======== foot_section ========*/
.foot_section {
    padding: 100px 0px 0px;
    background: url(../images/footer-bg.jpg);
    background-size: cover;
}
.widget.widget_nav_menu {
    text-align: center;
}
.foot_text h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.foot_text .wp-block-social-links .wp-social-link{
        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;
}

.foot_text .wp-block-social-links .wp-social-link:hover {
	background: #EA5613;
	color:#fff;
}
.foot_text .wp-block-social-link a {
    display: initial;
}
.foot_text .menu li {
    margin-bottom:8px;
}
.foot_text .menu li a {
    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: 12px;
}

.foot_text .wp-block-latest-posts.wp-block-latest-posts__list li a{
	color:#fff;
}
.foot_text p {
    color: #020d7e;
}
.txt_foot_title h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}
.menu-service-container ul li,
.menu-basic-sites-container ul li,
.widget_nav_menu .menu li,
.menu-quick-link-container ul li {
    margin:12px 0px;
}
.menu-basic-sites-container ul li a,
 .menu-service-container ul li a, 
 .menu-company-container ul li a, 
 .menu-quick-link-container ul li a {
    color: #fff;
    font-size: 14px;
}

.widget.widget_recent_entries ul li{
	 margin: 10px;
}
.widget.widget_recent_entries ul li a {
    color: #fff;
}
.widget_nav_menu ul li a {
    color: #fff;
}

.foot_item {
    display: flex;
}
.textwidget p {
    color: #fff;
}
.foot_item span {
    margin: 10px;
    font-size: 22px;
}
.foot_bottom_section {
    margin-top: 63px;
}

.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;
}
.footer_top{
	padding-top:90px;
}
.bd_tp{
	padding:20px 0px 10px;
	border-top:1px solid #d7d4d433;
}
.footer-bootom li {
    display: inline-block;
    margin: 0px 10px;
}
.footer-bootom li a{
	color:#020d7e;
}
.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: #EA5613;
    color: #fff;
}
.textwidget {
    margin-top: 20px;
}
.menu-information-container ul li a {
    color: #020d7e;
}

.txt_footer_icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
    background: #EA5613;
    color: #63431B;
    font-size: 17px;
}
.txt_footer_icon a:hover {
	background:#63431B;
    color:#EA5613;
}

/*======== btn ========*/
.right_btn {
    display: inline-block;
}
a.tabtn {
    font-size: 16px;
    margin-left: 0px;
    font-weight: 600;
    background-color: #EA5613;
    border-radius: 100px;
    color: #fff;
    padding: 15px 24px;
    display: inline-block;
    position: relative;
    border: 0px solid #EA5613;
    overflow: hidden;
    z-index: 9;
    text-align: center;
}
.tbd_sl_btn{
	position:relative;
}
.tbd_ab_btn{
	position:relative;
}
.tbd_ab_btn, 
.menu_right_buton{
    position: relative;
}
/* .menu_right_buton .tabtn:before,
.tbd_sl_btn .tabtn:before,
 .tbd_ab_btn .tabtn:before {
    position: absolute;
    content: "";
    top: 23px;
    left: 32px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 100px;
} */
.tbd_sl_btn .tabtn {
    background: #EA5613;
    color: #fff;
    margin-right: 16px;
}
.tbd_sl_btn .tabtn:before {
    left: 30px;
}
a.tabtn i {
    font-size: 20px;
    margin-left: 7px;
}
a.tabtn:hover {
    background-color:#141212;
    color: #fff;
}
.top_scroll {

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


/* Pagination */
.pagination{
    padding: 10px;
}
.pagination span, .pagination a{
    margin: 0px 10px !important;
}

.pagination span{
    color: black;
}



/*======== service_Style_02 ========*/

.service2_section {
    padding: 100px 0px 70px;
    background: #f9f9f9;
}
.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_02 .service_image:before {
	clip-path: circle(63% at 50% 95%);
}
.service_02.tb_service_sen:hover .service_image:before {
    opacity: 1;
    transition: .8s;
    top: 50px;
}
.tb_serice {
    background: #fff;
	transition:.6s;
	    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 7%);
}
.tb_service_sen:hover .tb_serice{
	background:#EA5613;
	transition:.6s;
}
.icon_ar {
    text-align: center;
}

.tb_serice h3 {
    margin-top: 14px;
}
.tb_service_sen:hover .icon_ar i{
	background:#323232;
	transition:.6s;
} 
.tb_serice_content {
    margin-left: 50px;
    margin-top: 14px;
    margin-right: 21px;
}
.tb_serice h3 a {
    font-size: 22px;
}
/* .tb_service_sen:hover .tb_serice h3 a {
	color:#fff;
} */
.icon_ar i {
    font-size: 25px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #EA5613;
    color: #fff;
    border-radius: 25px 0px 0px 0px;
    display: inline-block;
    text-align: center;
    transition: .7s;
}

.sitem_btn {
    text-align: center;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
	transition: .8s;
	z-index:9;
}
.sitem_btn a.tabtn {
    padding: 11px 30px;
    border-radius: 5px;
    background: #EA5613;
    color: #fff;
}

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

.service_04 .tb_serice {
    display: flex;
}
.service_04 .ab_ser_img {
    margin-right: 0px;
    margin-bottom: 0px;
}
.service_04 .ab_ser_img img {
    margin: 17px 20px;
}

.tb_service_sen.ab_ser_ar i {
    text-align: center;
}

/* service_06 */
.tb_serice_ar.service_06 {
    display: flex;
}
.text_item_ar {
    padding: 16px 30px 10px;
	transition:.7s;
	background:#fff;
}
.text_item_ar h3 a {
    font-size:17px;
}

.tb_serice_ar:hover .text_item_ar{
	background:#EA5613;
	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:#000;
	transition:.7s;
}
.strock_number span {
    font-size: 52px;
    color: #b3b3b3;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #b3b3b3;
    font-weight: 700;
}

/*======== service_section ========*/
.tb_service_sen.service_03 {
    background: #fff;
    padding: 0px;
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 11%);
    position: relative;
}
.tb_service_sen.service_03:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 25%;
    height: 21%;
    border-left: 4px solid #dddcdc;
    border-bottom: 4px  solid #dddcdc;
	transition: .5s;
	
}
.tb_service_sen.service_03:hover:after{
    border-left: 4px solid #EA5613;
    border-bottom: 4px  solid #EA5613;
	transition: .5s;
}
.service_image img {
    transform: scale(1);
    transition: .5s;
    width: 100%;
}
.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: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background:#EA5613de;
    transform: scale(0);
    transition: .8s;
    z-index:9;
}
.tb_service_sen:hover .service_image:before {
    opacity: 1;
    transform: scale(1);
    transition: .8s;
}
.service_03 .text_item_ar h3 a {
    font-size: 22px;
}

.service_03 .tb_serice_ar {
    margin-top: 0px;
    text-align: center;
}
.service_03 .text_item_ar {
    margin-right: -11px;
    background: #ffffff;
    z-index: 9;
}
.service_03 .text_item_ar {
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 11%);
    padding: 16px 33px 10px;
    transition: .7s;
    background: #fff;
}
.service_03 .icon_ar {
    z-index: 9;
}
.sitem_content {
    padding: 2px 25px;
}

.tb_service_sen.service_03.service_active:after{
    border-left: 4px solid #EA5613;
    border-bottom: 4px  solid #EA5613;
}
.service_active .service_image:before {
    opacity:1;
    transform: scale(1);
}
.service_active .icon_ar i {
    background: #000;
    transition: .7s;
}
.service_active .text_item_ar {
    background: #EA5613;
    transition: .7s;
}
.service_active .text_item_ar h3 a{
    color: #fff;
}

.service_05 .tb_serice_ar {
    padding:27px 0px 20px;
}
.tb_service_sen.service_03.service_05:after{
	border:none;
}
.time_all {
    margin-bottom: 19px;
}
.time_all span {
    margin-right: 17px;
}
.time_all span a {
    margin-right: 10px;
}
.tb_service_sen.service_03.service_05 {
    border: none !important;
}
.tb_service_sen:hover .icon_ar {
    transition: 0.5s;
}
.tb_service_sen.service_05{
    position: relative;
}
.tb_service_sen.service_05:before {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    background: #2DAEEC;
    border-radius: 64px 0px 0px 0px;
    border-width: 4px 0px 0px 4px;
    border-style: solid;
    border-color: #605e5e;
}
/*======== team_section 02 ========*/
.wtx_image_area img {
    width: auto;
}
.mr_top{
	margin-top:50px;
}
.all_title_team.team_style2 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 0%);
}
.team_style2 .wtx_image_area {
    position: relative;
    z-index: 99;
    display: inline-block;
}
.team_style2 .wtx_image_area:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 6px;
    height: 90%;
    width: 90%;
    opacity: 0;
    transition: .5s;
    background: #00000078;
    border-radius: 100%;
    transform: scale(0);
    -webkit-transition: 1.0s all ease;
}
.team_style2 .wtx_team_icon {
    position: absolute;
    top: 19%;
    left: 33%;
    opacity: 0;
    -webkit-transition: 1.0s all ease;
    z-index: 99;
}
.wtx_team_icon ul li{
	display:inline-block;
}
.active_icon a, 
.wtx_team_icon ul li a {
    color:#EA5613;
    width: 34px;
    height: 34px;
    line-height: 33px;
    background: #fff;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100px;
    margin: 0px 5px;
}
.wtx_team_icon ul li a:hover {
    color: #fff;
	background:#EA5613;
	border-color:#EA5613;
}
.team_style2 .wtx_team_content {
    padding: 145px 0px 75px;
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 7%);
    margin-top: -123px;
    transition: .5s;
    transform: scale(1);
    -webkit-transition: 1.0s all ease;
}
.team_style2 .wtx_team_content {
    display: inherit;
    justify-content: inherit;
}
.team_style2 .wtx_content2 h5 {
    margin-bottom: 7px;
}
.team_style2 .wtx_content2 h5 a{
	font-size:24px;
	margin-bottom:0px;
}
.team_style2 .wtx_content2 span {
    color: #626262;
    font-size: 18px;
    margin-bottom: 18px;
    display: inline-block;
}
.all_title_team.team_style2:hover .wtx_image_area:before, 
.all_title_team.team_style2:hover .wtx_team_icon {
	opacity:1;
	 transform: scale(1);
	-webkit-transition: 1.0s all ease
}
.all_title_team.team_style2:hover .wtx_team_content {
    background:#EA5613;
	transform: scale(1.1);
	-webkit-transition: 1.1s all ease
}
.all_title_team.team_style2:hover .wtx_content2 h5 a,
.all_title_team.team_style2:hover .wtx_content2 span  {
    color:#fff;
}
/* team_style 02*/
.all_title_team.team_style2:hover .wtx_image_area img{
    transform: scale(1);
    -webkit-transition: 1.0s all ease;
}


/* Project STyle Two */
.txtstyle_2 .txt_content_port {
    position: absolute;
    left:120px;
    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: #33364a;
    font-size: 19px;
}
.txtstyle_2 .txt_ptitle p {
    color: #4F4F59;
    margin: 0;
}
.txtstyle_2 .style2 .txt_content_port {
    left: 65px;
}

/* style 03 */
.style_03.txt_al_protfolio {
    padding-bottom:0px;
}
.txtstyle_2 .style_03 .txt_content_port {
    left: 0px;
    right: 0px;
    background:#EA5613;
    padding: 10px 5px 10px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
}
.txtstyle_2 .style_03 .txt_ptitle h3 a {
    color: #fff;
    font-size:21px;
   text-decoration: none;
}
.txt_ptitle {
    margin-top: 18px;
}
.txtstyle_2 .style_03 .txt_ptitle p {
    color: #fff;
    margin: 0;
}
.right_icon a {
    font-size: 26px;
    color: #fff;
}
.right_icon a i {
    transform: rotate(314deg);
    display: inline-block;
}
.right_icon a {
    font-size: 26px;
    color: #000;
    width:90px;
    height:90px;
    line-height: 100px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
/* Mobile Menu */
.menu1 .expand_btn{
    display: none;
}
.txt_mobil_menu{
    display: none !important;
    z-index: 999;
    display: flex;
    background-color: #EA5613;
    justify-content: space-between;
    padding: 13px 20px;
    position: relative;
}
.mean-container .mean-bar {
    float: none;
    padding: 0;
    overflow: hidden;
    height: 100%;
    min-height: 50px;
}
.txt_mobil_menu .title, .txt_mobil_menu .mobile_menu_bar i{
    color: #fff;
}

.txt_mobil_menu .menu1 {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 999;
}
.txt_mobil_menu .menu1 a{
    color: #fff;
}
.txt_mobil_menu .menu1 a {
    color: #fff;
    font-size: 15px;
}
.txt_mobil_menu .menu1 li .expand_btn{
    display: block;
    z-index: 99;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #EA5613;
    border: 1px solid #EA5613;
    padding: 2px 10px;

}

.txt_mobil_menu .menu1 ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}
.txt_mobil_menu .txd_drop_menu1{
    display: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 55px !important;
    left: 0 !important;
    background-color: #000 !important;
    padding-left: 50px !important;
}

.txt_mobil_menu .active{
    display: flex !important;
}
.contect_p  p{
    color: #FFFFFF !important;
}

.txt_testimonial_area.slick-slide img {
    display: inline-block;
}
/* testimonial Stly */
.testi_text  {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 30px 20px;
    margin: 2px;
}

.txt_testimonial_area img {
    width:54px;
    height: 54px;
}
.testi_content h1 {
    font-size: 18px;
    font-weight: 500;
}
.testi_content h2 {
    font-size: 16px;
    font-weight: 400;
}
.testi_content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testi_title {
    text-align: left;
    margin: 6px 13px;
}
li.slick-active button{
	transition:.5s;
}
.tbd_ab_btn.app_btn a {
    margin-right: 20px;
}
.testi_author {
    margin-right: 18px;
}
.testi_author_title {
    text-align: left;
}
.txt_testimonial_area.testi_style_02{
    position: relative;
}
.txt_testimonial_area.testi_style_02::before {
    position: absolute;
    content: "";
    top: 0;
    left: 2px;
    width: 120px;
    height: 120px;
    background: #EA5613;
    border-radius: 0px 0px 0px;
    clip-path: polygon(0 0, 100% 0, 49% 55%, 0 100%);
}
.txt_testimonial_area.testi_style_02::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #F3F3F3;
    border-radius: 0px 0px 0px 0px;
    border-width: 8px 0px 0px 8px;
    border-style: solid;
    border-color: #2daeecb0;
}
.slick-current.slick-center .txt_testimonial_area.testi_style_02 {
    background: #fff;
}
.testi_text h2 {
    font-size: 30px;
    margin: 20px 0px;
}
.testi_author_content {
    background: #fff;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 5px;
    border-left: 2px solid #ea5613;
}
/* testimonial Stly 02 */
.testi_icon_area {
    display: flex;
    justify-content: space-between;
}

.star_icon i{
    font-size: 25px;
    color: #F7871B;
}

.quote_icon i {
    color: #F7E4D0;
    font-size: 28px;
}
.testimonial_content {
    border: 1px solid #B8BECD;
    background: #fff;
    padding: 24px 22px 6px;
    border-radius: 10px;
    margin: 10px 0px 10px;
}
.testimonial_style_02 .testi_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.testi_thumb_content_flex {
    display: flex;
    align-items: center;
}

.testimonial_content{
    position: relative;
}
.testimonial_content::before {
    position: absolute;
    content: "";
    top: -29px;
    right: 61px;
    width: 51px;
    height: 60px;
    background-color: #ffffff;
    clip-path: polygon(50% 0%, 100% 50%, 49% 49%, 0% 50%);
}

.widget_block {
    display: none;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 700 !important;
}
.tbd_ab_btn.app_btn .tabtn:before {
    position: inherit;
}
.tbd_ab_btn.app_btn a{}
.tbd_ab_btn.app_btn .tabtn i {
    padding-right: 10px;
}
.tbd_ab_btn.app_btn .fa-google-play:before,
 .tbd_ab_btn.app_btn .fa-apple-alt:before {
    margin-right: 14px !important;
    font-size: 14px;
    color:#EA5613;
}

.wp-core-ui select {
    width: 20% !important;
    height: 41px !important;
}

/* project section style */
.project_slider_img {
    position: relative;
    overflow: hidden;
}
.txt_project_content {
    text-align: right;
    z-index: 999999;
}
.txt_project_content p {
    background: #ea5613;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}
.txt_project_title {
    background: #fff;
    padding: 26px 40px;
    margin-left: 30px;
    z-index: 9;
    border-left: 5px solid #ea5613;
}
.txt_project_title h2 {
    margin: 0;
    font-size: 20px;
}
.txt_project_content p {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 9;
}
.txt_project_title {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}

.project_slider_img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea561359;
    transform: scale(0);
    -webkit-transition: 1.1s all ease;
    z-index: 1;
}
.txt_project_slider:hover .project_slider_img:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: 1.3s all ease;
}
.project_slider_img img {
    transform: scale(1);
    -webkit-transition: 1.3s all ease;
}
.txt_project_slider:hover .project_slider_img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: 1.3s all ease;
}
.txt_project_content_section {
    text-align: center;
    position: absolute;
    top: 125%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    -webkit-transition: 1.1s all ease;
}

.txt_project_slider:hover .txt_project_content_section {
    top: 54%;
    -webkit-transition: 1.1s all ease;
}

.project_style3 .txt_project_title {
    position: absolute;
    bottom: 281px;
    left: -16px;
    right: 132px;
    padding: 22px 38px;
    border-radius: 0px 100px 100px 0px;
    border-width: 0px 7px 0px 0px;
    border-style: solid;
    border-color: #000;
}
.project_style3 .txt_project_content p {
    position: absolute;
    bottom: 2px;
    right: 15px;
    top: inherit;
    z-index: 9;
    border-radius: 5px;
    padding: 10px 24px;
}

.blog-sideber .widget {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 20px 15px;
}
p.comment-form-comment {
    display: inline-grid;
}
.comment-form-comment textarea {
    width: 145%;
}
.blog-sideber .widget.widget_recent_entries ul li a {
    color: #000;
}

.blog-sideber .txt_blog_head h3 {
    margin-bottom: 10px;

}

.blog-sideber .widget {
    margin-bottom: 40px;
}
.widget_categories ul li {
    margin: 22px 0px;
}
.widget_categories ul li a {
    color: #0F0B18;
}
.blog-sideber .widget_archive ul li a {
    color: #000;
}
.widget_categories ul li a:hover {
    color: #EA5613;
}
.txt_blog_head h3 {
    color: #EA5613;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
}

.blog-sideber {
    margin: 0px 30px;
}
.widget_search form input {
    width: 100%;
    background: #fff;
    height: 55px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 20px;
}
div#search-2 {
    position: relative;
}
.widget_search input#searchsubmit {
    background: #ea5613;
    color: #fff;
    border: 0;
    width: auto;
    padding: 11px 20px;
    position: absolute;
    top: 66px;
    right: 21px;
    border-radius: 20px;
    height: 45px;
    cursor: pointer;
}
.widget_search input#searchsubmit:hover{
    background-color: #000;
}
.calendar_wrap table {
    width: 100%;
}
table#wp-calendar tr th {
    border: 1px solid #d6d6d6;
    padding: 5px 10px;
    text-align: center;
    font-size: 17px;
}
table#wp-calendar td {
    border: 1px solid #d6d6d6;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
}
.post-comment {
    background: #f9f9f9;
    padding: 30px 35px;
    margin-top: 50px;
}

.post-comment input#submit {
    font-size: 16px;
    margin-left: 0px;
    font-weight: 600;
    background-color: #EA5613;
    border-radius: 100px;
    color: #fff;
    padding: 15px 24px;
    display: inline-block;
    border: 0px solid #EA5613;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.post-comment input#submit:hover{
    background: #141212;
} 

