/* teczilla consulting theme css */

@media screen and (min-width: 992px){
	.main-navigation #primary-menu {    
		padding-right: 0px !important;
	}
}

/* navigation style */


 .wp-caption, 
 .wp-caption-text, .bypostauthor  
 .alignright, .alignleft,
 .aligncenter{

 }
.sub-menu li{
	padding-bottom: 0px;
}
@media screen and (min-width: 992px){
	.main-navigation a {
		padding: 10px 15px;
	}
	.menu-item-has-children>a:after {	   
		right: 10px;
		top: 35px;		
	}
}

/* Home slider */
.home-slider::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.15;
    background: #000;
}
.home-slider .container .slider-caption:after{
	background-color:transparent !important
}

@media screen and (min-width: 768px){
	.home-slider .container .slider-caption {
		padding: 15px 50px 80px;
		min-width: 1070px;		
	}

	.home-slider .container .slider-caption .slider-title {
		line-height: 1.4;
		font-size: 18px;
		padding-bottom:10px;
		text-shadow: 0px 2px 7px rgb(0 0 0 / 50%);
	}
	.home-slider .slider-caption .slider-description h3{
		font-size: 55px !important;
		line-height: 1.4;
		padding-bottom: 15px;
		width: 1000px;
		text-shadow: 0px 2px 7px rgb(0 0 0 / 50%);		
	}

	.home-slider .slider-btn {
		padding: 12px 20px;
		border: none;
		display: inline-block;
		text-transform: capitalize;
		font-size: 15px;
		font-weight: 500;
		background: #ffffff;
		color: #000;
		transition: all 0.3s ease;
	}
}
.home-slider .slider-caption .slider-description h3:after{
	height:0px !important;
}
@media screen and (max-width: 1440px){
	.home-slider .container .slider-caption {
	position: absolute;
    top: 50%;
    left: 21%;
    text-align: center;
    transform: translate(0%, -50%);
	}
}
@media screen and (max-width: 1024px){
	.home-slider .container .slider-caption {
		position: absolute;
		top: 50%;
		left: 15%;
		transform: translate(0%, -50%);
	}
}
@media screen and (max-width: 768px){
	.home-slider .container .slider-caption {    
		min-width: 500px;
	}
	.home-slider .container .slider-caption .slider-title {
		line-height: 1.4;
		font-size: 16px;
		padding-bottom:10px;
	}
	.home-slider .slider-caption .slider-description h3{
		font-size: 34px !important;
		line-height: 1.4;
		padding-bottom: 15px;
	}

		.home-slider .slider-title{

		display: none;
	}

	.toolbar-area{
		display: none;
	}

}

@media screen and (max-width: 500px){
	.home-slider .container .slider-caption {  
		min-width: 300px;    
	}
	.home-slider .container .slider-caption .slider-title {
		line-height: 1.4;
		font-size: 13px;
		padding-bottom:10px;
	}
	.home-slider .slider-caption .slider-description h3{
		font-size: 24px !important;
		line-height: 1.4;
		padding-bottom: 15px;
	}

}

.full-width-header .tec-header .menu-area{
	background: transparent !important;
}

.home-slider::after{
	background: #000;
	opacity: 0.48;
}

.logo-area img{
	padding-top: 16px;
	padding-bottom: 16px;
}

.home-slider .container .slider-caption .slider-bottom .slider-btn {
    background: #ff9f45;
}
.home-slider .slider-caption .slider-description h3{
	word-break: break-word;
}
.main-navigation li{
    border-right: 1px solid rgb(195 195 195 / 48%);
    padding-top: 0;
}
#site-navigation.main-navigation ul li:hover > ul{
	background: #ff9f45;
}
.toolbar-btn{
	padding: 28px 0;
	text-align: right;
}
.toolbar-btn .know-btn{
	background: #ff9f45;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 20px 40px;
    text-align: center;
}
.wp-block-search__label{
	display: none;
}

/*====================
		blog sec
====================*/

.blog-sec .img-part img{
	width: 100%;
}
.blog-sec .cont-part .title-head h3{
	color: #fff;
    background-color: #ff9f45;
    padding: 30px 35px;
    margin: -45px 20px 15px;
    border-radius: 0px;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 5%);
    position: relative;
    font-size: 30px;
    font-weight: 700;
    transition: all .2s ease-in-out;
}
.blog-sec .cont-part .title-head:hover h3{
	background-color: #ffffff;
    margin-top: -53px;
    color: #ff9f45;
    margin-bottom: 25px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
}
.blog-sec .cont-part .blog-meta{
	display: inline-flex;
}
.blog-sec .cont-part .blog-meta a{
	color: #2c313a;
	text-transform: capitalize;
}
.cont-part .blog-meta li{
	margin-right: 8px;
}
.cont-part .blog-meta i{
	margin-right: 5px;
}
.blog-sec .cont-part .read-btn{
	font-size: 12px;
    color: #fff;
    padding: 11px 25px;
    background: #ff9f45;
    border: 1px solid #ff9f45;
}
.blog-sec .cont-part .read-btn:hover{
    color: #ff9f45;
    background: transparent;
    border: 1px solid #ff9f45;
}
.wp-block-search__inside-wrapper .wp-block-search__input{
	border: 1px solid #c5c5c5;
}
.wp-block-search__inside-wrapper .wp-block-search__button{
	background: #ff9f45;
	color: #fff;
	border: none;
	padding: 10px 12px;
    font-size: 14px;
    transition: all 400ms ease-in-out;
}
.sidebar-widget.widget_recent_entries li a, .sidebar-widget .wp-block-latest-posts__list li a{
	font-size: 17px;
}
.image-part img{
	width: 100%;
}
.tec-blog .content-part{
	background: #ff9f45;
	color: #fff;
}
.blog-wrap .content-part li a{
	color: #ffffff !important;
}
.blog-wrap .content-part .blog-meta a,
.wrapper-area .tec-blog.inner .blog-wrap .content-part .blog-meta a i{
	color: #fff !important;
	font-weight: 500;
}
.tec-blog.inner .blog-wrap .content-part .title a{
	color: #fff !important;
	font-size: 30px;
}
.content-part p{
	color: #fff;
}
.tec-blog.inner .blog-wrap .content-part{
	padding: 36px 20px 30px;
}
.wgs.comments.mb-md-0{
	background: #fff;
	padding: 25px;
}
.comment-content a,
.comment-respond .logged-in-as a{
	color: #fff;
}
.comment-respond .comment-form-comment textarea{
	background: #fff;
    color: #ff9f45;
    font-size: 15px;
}
.comment-respond .form-submit input{
	color: #fff;
}
.breadcrumb-row .breadcrumb-item a{
	color: #ffffff !important;
}
.readon-arrow:after{
	display: none;
}
.blog-wrap .readon-arrow{
	padding: 10px 20px;
	background: #fff;
	color: #ff9f45 !important;
}
.post .blog-wrap .content-part a{
	text-decoration: none !important;
}
.wrapper-area .blog-wrap{
	border: none !important;
}

/*==========================
		Team Section
===========================*/

.our-team-te{
    border-left: 8px solid #ff9f45;
    border-bottom: 8px solid #ff9f45;
}
.our-team-te .team-image-te{
    position: relative;
    text-align: center;
}
.our-team-te img{
    width: 100%;
    height: 430px;
}
.our-team-te .description-te{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 40px 50px;
    opacity: 0;
    background-color: rgb(229 222 218 / 60%);
    transition: all 0.5s ease 0s;
}
.our-team-te:hover .description-te{
    opacity: 1;
}
.our-team-te .social-shr{
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -8px;
    background: #ff9f45;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
}
.our-team-te:hover .social-shr{
    transform: translate(0px, 0px) rotateY(0deg);
}
.our-team-te .social-shr li{
    display: block;
    margin-bottom: 10px;
}
.our-team-te .social-shr li a{
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.our-team-te .social-shr li a:hover{
    background: #fff;
    color: #ff9f45;
}
.our-team-te .team-info-te{
    padding: 20px;
    background: #fff;
}
.our-team-te .title-te{
    font-size: 28px;
    color: #ff9f45;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease 0s;
}
.our-team-te .post-te{
    display: block;
    font-size: 14px;
    color: #ff9f45;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team-te{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .our-team-te .social-shr{ left: -20px; }
}
@media only screen and (max-width: 480px){
    .our-team-te .social-shr{ left: -20px; }
}

/*==========================
		Team Section
===========================*/


.services-block-three{
  margin-bottom: 30px;
}
.services-block-three i {
    font-size: 45px;
    color: #ff9f45;
}
.services-block-three>.ser-vice {
    display: block;
    border: 2px solid #d5d5d5;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  	margin-bottom:30px;

}
.services-block-three>.ser-vice:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #ff9f45;
    border-right: 2px solid #ff9f45;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>.ser-vice:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #ff9f45;
    border-left: 2px solid #ff9f45;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
  color: #757575;
}
.services-block-three>.ser-vice:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
.ser-vice h4 a{
	color: #ff9f45;
	font-size: 18px;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}
.services-block-three>.ser-vice:hover:before, .services-block-three>.ser-vice:hover:after {
    width: 95%;
    height: 90%;
}

.tec-portfolio.style3 .portfolio-item{
	border-radius: 45px;
}


/*==========================
		Home Blog Section
===========================*/


.post-slide-ch{
    overflow: hidden;
}
.post-slide-ch > .post-img {
    position: relative;
}
.post-slide-ch > .post-img img{
    width: 100%;
    height: auto;
}
.post-slide-ch > .post-img > .da-thumbs a {
    display: block;
    position: relative;
}
.post-slide-ch > .post-img > .da-thumbs a div {
    position: absolute;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}
.post-slide-ch > .post-img > .da-thumbs > a > div > i{
    font-size: 40px;
    position: absolute;
    top: 42%;
    left: 39%;
    color:#3498db;
}
.post-slide-ch > .post-img > .icons{
    position: absolute;
    left: 17px;
    bottom: -19px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #3498db;
    z-index: 2;
}
.post-slide-ch > .post-img > .icons > i{
    position: absolute;
    left:15px;
    top:14px;
    color: #fff;
}
.post-slide-ch > .post-img > .icons:before{
    content: "";
    width: 2px;
    height: 2px;
    background:#fff;
    position: absolute;
    top: 21px;
    left: 21px;
    border-radius:30px;
    transform:scale(0,0);
    transition:all 0.3s ease 0s;
}
.post-slide-ch > .post-img > .icons:hover:before{
    transform:scale(1,1);
    width:37px;
    height:37px;
    left:2px;
    top:2px;
}
.post-slide-ch > .post-img > .icons:hover i{
    color:#3498db;
}
.post-slide-ch >.post-review-ch{
    border-top:none;
    padding: 25px 20px 10px;
    background:#ededed;
    position:relative;
}
.post-slide-ch > .post-review-ch > .post-bar,
.post-slide-ch > .post-review-ch > .post-bar > li{
    font-size:16px;
    font-family: serif,Arial;
    list-style:none;
    padding:0;
    color:#555555;
    display:inline-block;
}
.post-slide-ch > .post-review-ch > .post-bar > li  > i{
    color:#777777;
    margin-right:8px;
}
.post-slide-ch > .post-review-ch > .post-bar > li > a{
    text-decoration:none;
    color:#555555;
}
.post-slide-ch > .post-review-ch > .post-bar > li > a:hover{
    color:#3498db;
}
.post-review-ch > .post-bar li:after{
    content:"/";
    margin-left:7px;
    color:#221e20;
}
.post-review-ch > .post-bar li:last-child:after{
    content:"";
}
.post-slide-ch > .post-review-ch > .post-title a{
    margin:0 0 20px 0;
    color:#666666;
    font-size:25px;
}
.post-slide-ch > .post-review-ch > .post-description{
    font-size:14px;
    line-height:21px;
    color:#444454;
}
.tec-portfolio.style3 .portfolio-item .content-part:after{
	background: rgb(229 222 218 / 75%) !important;
}
.tec-portfolio.style3 .portfolio-item .content-part .middle .title a{
	color: #ff9f45 !important;
}
.tec-cta .btn-part a{
	background: #fff;
	color: #ff9f45;
	border: 2px solid #fff;
}
.tec-cta .btn-part a:hover{
	background: #ff9f45;
	color: #fff    ;
}
.home-slider,
.home-slider img{
	height: 90vh;
}

/*==========================
		Testimonial Section
===========================*/

.post-slide{
    margin: 0 10px;
    margin-bottom: 20px;
}
.post-slide .post-category{
    margin:0;
    text-align:center;
    padding:10px;
    font-size:15px;
    letter-spacing:2px;
    text-transform:capitalize;
    background: #ff9f45;
    color: #fff;
}
.post-slide .post-category > a{
    text-transform: uppercase;
    color:#e67e22;
    transition: all 0.2s ease 0s;
}
.post-slide .post-category > a:hover{
    color: #373a3f;
}
.post-slide .post-review{
    overflow: hidden;
    padding:10px;
    background: #fff;
}
.post-slide .post-bar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e67e22;
    float: left;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
}
.post-slide .post-bar > .month{
    display: block;
    color:#fff;
    font-size:10px;
    text-transform: capitalize;
}
.post-slide .post-bar > .date{
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 12px;
}
.post-slide .post-title{
    line-height: 20px;
    margin: 1px 0 0 0;
    color: #ff9f45;
}
.post-slide .post-title > a{
    font-size:17px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:10px;
    color:#333;
    transition: all 0.2s ease 0s;
}
.post-slide .post-title > a:hover{
    color:#e67e22;
}
.post-slide .post-img{
    filter: grayscale(0);
    transition:all 0.3s ease 0s;
    background: #fff;
    padding: 10px 0;
}
.post-slide .post-img > img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.post-slide .post-description{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 35px;
    background: #ff9f45;
    margin-bottom: 0;
}
.testimo-col{
	text-align: -webkit-center;
}

.tec-about .title.mb-18{
	font-size: 37px;
}