/* teczilla consulting theme css */

@media screen and (min-width: 992px){
	.main-navigation #primary-menu {    
		padding-right: 0px !important;
		padding-bottom: 10px;
	}
}

/* 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: 0px;		
	}
}

/* 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:rgba(255, 255, 255, 0.95) !important;
}
.carousel-inner .home-slider::after{
	opacity: 1;
	background: transparent;
}
.home-slider .container .slider-caption:after{
	border-radius: 0;
}
.home-slider .container .slider-caption .slider-bottom{
	margin: 30px 0 0px;
}
.slider-caption .slider-bottom li .slider-btn{
	background-color: transparent !important;
}
.slider-caption .slider-bottom li{
	position: relative;
}
.carousel-control-next, .carousel-control-prev{
	top: 55%;
}
.slider-caption .slider-bottom li:before{
	content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 22px;
    transform: translateY(-50%);
    color: #05255f;
    border: 2px solid #ff382f;
    padding: 15px 19px;
    border-radius: 50px;
}


@media screen and (min-width: 768px){
	.home-slider .container .slider-caption {
		padding: 40px;
		max-width: 555px;
		border-left: 4px solid #ff382f;
	}

	.home-slider .container .slider-caption .slider-title {
		line-height: 1.4;
		font-size: 16px;
		font-weight: 400;
		padding-bottom:10px;
		color: rgb(103, 107, 114);
	}
	.home-slider .slider-caption .slider-description h3{
		font-size: 66px !important;
		line-height: 1.2;
		color: rgb(5, 37, 95);
		font-weight: 500;
		padding-bottom: 15px;	
	}


	.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: 11%;
    text-align: left;
    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 .teczilla-menu-area{
        top: 70px;
        padding: 0;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        display: none;
    }
    .main-navigation .menu-toggle{
        color: #05255f;
    }
    .menu-all-pages-container #primary-menu{
        background-color: #fff !important;
    }
    .home-slider .container .slider-caption.d-md-block{
        padding: 15px 24px 0px;
        margin-top: 30px;
        border-left: 4px solid #ff382f;
    }
    .home-slider .slider-caption .slider-description h3{
        padding-bottom: 0px;
        margin-bottom: -3px;
        color: #05255f;
    }


}

.sec-title .sub-title{

	text-transform: capitalize;
	    letter-spacing: 1.1px;
}

.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 .slider-caption .slider-description h3{

	word-break: break-word;
}

.toolbar-contact,.toolbar-sl-share{

	padding-top: 7px;
}

.comment-respond .comment-form-comment textarea,
.comment-respond .comment-form-author input,.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input{

	    box-shadow: 0 5px 15px 5px rgb(0 33 85 / 0%) !important;
    background: #ebe8e4;
}

.tec-blog.style1 .blog-wrap .content-part .blog-meta .user-data span,
.tec-blog.style1 .blog-wrap .content-part .blog-meta .date {
    font-size: 12px !important;
}

.tec-blog.style1 .blog-wrap .content-part .title a {
    font-size: 18px;
    line-height: 32px;
    word-break: break-word;
}

@media screen and (min-width: 992px){
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    background-color: #000 !important;
}
}

/*   Service Section   */

.ser-item{
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #05255f;
    border-radius: 6px;
    transition: 0.3s;
}
.ser-item img{
    width: 100%;
    height: auto;
}
.ser-item .team-content{
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.ser-item .title a{
    font-size: 18px;
    color: #333;
    margin: 0;
}
.ser-item .post{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}
.ser-item:hover{
	border-bottom: 2px solid #ff4a17;
	transform: translateY(-10px);
}
@media only screen and (max-width: 990px){
    .ser-item{ margin-bottom: 30px; }
}

/*   About Section   */

.sec-title .title{
	font-size: 43px;
	font-weight: 600;
	color: #05255f;
}
.btn-part a:before{
	content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 22px;
    transform: translateY(-50%);
    color: #05255f;
    border: 2px solid #ff382f;
    padding: 15px 19px;
    border-radius: 50px;
}
.btn-part a{
	background-color: transparent;
	background: transparent !important;
	color: #05255f !important;
	position: relative;
    margin-bottom: 20px;
	padding-left: 70px;
	font-size: 16px;
}

/*   Cta Section   */

.tec-cta.bg21{
	background-color: transparent;
}
.tec-cta .sec-title .sub-title{
	color: #ff4a17;
    font-size: 15px;
}
.tec-cta .sec-title .title3{
	color: #05255f !important;
	font-size: 45px;
    line-height: 1.2;
	font-weight: 500;
}

/*   Testimonial Section   */

.testi .pic{
    padding: 10px;
}
.testi .pic img{
	border-radius: 100%;
}
.testi .description{
	line-height: 1.5;
    margin-bottom: 30px;
    font-size: 25px;
    color: #05255f;
}
.testi .post-title{
	margin-bottom: 0;
}
.testi .post-title a{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #05255f;
}
.testi .sub-t{
	font-size: 17px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #66686f;
}

/*   Team Section   */

.our-teamo{
    position: relative;
    overflow: hidden;
}
.our-teamo img{	
    width: 100%;
    height: auto;
    transform: scale(1.2,1.2) translateX(-25px);
    transition: all 0.20s linear 0s;
}
.our-teamo:hover img{
    transform: scale(1.2,1.2) translateX(0);
}
.our-teamo .over-layer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,47%);
    position: absolute;
    top: 0;
    left: 0;
}
.our-teamo .team-content{
    width: 90%;
    position: absolute;
    bottom: 0px;
    padding: 0 25px;
    transition: all 0.40s ease 0s;
}
.our-teamo:hover .team-content{
    bottom: 1%;
}
.our-teamo .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 5px;
    text-transform: uppercase;
}
.our-teamo .post{
    display: block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.our-teamo .description{
    font-size: 15px;
    color: #fff;
    transform: translateY(100%);
    transition: all 0.30s ease 0.1s;
}
.our-teamo:hover .description{
    transform: translateY(0);
}
.our-teamo .social-links{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 10%;
    height: 100%;
    background: #ff4a17;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.our-teamo .social-links li{
    margin: 20px 0;
}
.our-teamo .social-links li a{
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
}
.our-teamo .social-links li a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px){
    .our-teamo{ margin-bottom: 20px; }
}

/*   Blog Section   */

.post-blg{
    background: #fff;
    border-bottom: 1px solid #dedde1;
}
.post-blg .post-header{
    margin-bottom: 10px;
}
.post-blg .post-title{
    margin: 0;
}
.post-blg .post-title a{
    color: #05255f;
    font-size: 24px;
    font-weight: 400;
    text-transform:capitalize;
    transition: all 0.4s ease 0s;
}
.post-blg .post-bar i{
	margin-right: 5px;
}
.post-blg .pic{
    overflow: hidden;
    position: relative;
}
.post-blg .pic img{
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1,1);
    transition: all 0.4s ease 0s;
}
.post-blg:hover img{
    transform: rotate(-2deg) scale(1.1,1.1);
}
.post-blg .pic:after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
 
}
.post-blg:hover .pic:after{
    background: rgba(255,255,255,0.2);
}
.post-blg .post-bar{
    list-style: none;
    padding:12px 0;
    margin: 0;
}
.post-blg .post-bar li{
    display: inline-block;
    margin-right:3px;
    color:#ff4a17;
    text-transform: capitalize;
}
.post-blg .post-bar li:last-child{
    margin-right: 0;
}
.post-blg .post-description{
    font-size: 14px;
    line-height: 24px;
    margin-bottom:15px;
    color:#767676;
}
@media only screen and (max-width: 479px) {
    .post-blg{
        padding: 15px;
    }
    .post-blg .post-bar li{
        margin-bottom: 5px;
    }
    .post-blg .post-bar li:last-child{
        margin-bottom: 0;
    }
}
