/* teczilla consulting theme css */

@media screen and (min-width: 992px){
	.main-navigation #primary-menu {    
		padding-right: 0px !important;
	}
}


/* Home slider */
.home-slider::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.55;
    background: #000;
}
.home-slider .container .slider-caption:after{
	background-color:transparent !important
}


@media screen and (min-width: 768px){
	.home-slider .container .slider-caption {
		padding: 50px 50px 50px;
		min-width: 940px;		
	}

	.home-slider .container .slider-caption .slider-title {
		font-size: 100px;
		text-shadow: rgb(255 255 255) 1px 1px 1px;
	    letter-spacing: 3px;
	    text-transform: uppercase;
	    color: #000;
	    padding-bottom: 10px;
	    font-weight: 900;
	}
	.home-slider .slider-caption .slider-description h3{
	    font-size: 50px !important;
	    color: #000;
	    line-height: 1;
	    text-transform: uppercase;
	    font-weight: 700;
	    text-shadow: rgb(255 255 255) 1px 1px 1px;
	    letter-spacing: 1px;
	    word-break: unset;		
	}

	.home-slider .slider-btn {
		padding: 18px 32px;
		border-radius: 3px;
	    text-transform: uppercase;
	    font-size: 18px;
	    font-weight: 500;
	    transition: all 0.3s ease;
	}
	.home-slider .container .slider-caption .slider-bottom{
		margin: 11px 0 20px;
	}
	.home-slider .slider-btn:hover{
		color: #000 !important;
		background-color: #fff !important;
	}
}

.home-slider .slider-caption .slider-description h3:after{
	height:0px !important;
}
.home-slider .container .slider-caption {
	position: absolute;
    text-align: left;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -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;
	}

}

@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;
	}

}

/*=================================
		Service section
=================================*/

.ser-item{
    overflow: hidden;
    position: relative;
}
.ser-item:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #ff702930;
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.ser-item:hover:after{
    top: 0;
    opacity: 1;
}
.ser-item img{
    width: 100%;
    height: auto;
}
.ser-item .team-content{
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    border-bottom: 3px solid #ff7029;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.ser-item:hover .team-content{ background: #f9f9f9; }
.ser-item:hover .team-content:before{ border-right-color: #f9f9f9; }
.ser-item .team-content:after{
    content: "";
    width: 3px;
    height: 50%;
    background: #ff7029;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ser-item .title a{
    font-size: 18px;
    color: #333;
    margin: 0;
}
.ser-item .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}
@media only screen and (max-width: 990px){
    .ser-item{ margin-bottom: 30px; }
}

/*   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-teamy{
    text-align: center;
}
.our-teamy .team_img{
    position: relative;
    overflow: hidden;
}
.our-teamy .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-teamy:hover .team_img:after{
    bottom: 0;
}
.our-teamy img{
    width: 100%;
    height: auto;
}
.our-teamy .socialy{
    padding: 0 0 5px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #ff7029;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-teamy:hover .socialy{
    top: 0;
}
.our-teamy .socialy li a{
    display: block;
    padding: 12px;
    font-size: 18px;
    color: #fff;
}
.our-teamy .team-content{
    padding: 20px 0;
    background: #fff;
}
.our-teamy .title{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
.our-teamy .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #ff7029;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-teamy .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #ff7029;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-teamy:hover .title:before,
.our-teamy:hover .title:after{
    width: 50px;
}
.our-teamy .post{
    display: inline-block;
    font-size: 15px;
    color:  #000;
    text-transform: capitalize;
}
.our-teamy .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff7029;
    margin: 0 auto;
    position: relative;
    top: -13px;
}
@media only screen and (max-width: 990px){
    .our-teamy{ margin-bottom: 30px; }
}

/*============================================
            Blog SECTION
============================================*/


.thumbnail-img img {
    margin: 0;
    max-width: 100%;
    height: auto;
    line-height: 0;
    position: relative;
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out,-moz-transform 300ms ease-out,-moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out,-o-transform 300ms ease-out,-o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out,-webkit-transform 300ms ease-out,-webkit-filter 300ms ease-out;
}
.thumbnail-img{
    overflow: hidden;
    background: #000;
    border-radius: 8px 8px 0 0;
}
.thumbnail-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
    background: #000;
    border-radius: 8px 8px 0 0;
}
.blog-rec{
    color: #002e5b;
    -webkit-transition: background 300ms,color 300ms,border-color 300ms;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 8px;
    height: auto;
    margin-top: 20px;
    transition: transform 150ms ease-out,box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
    -moz-transition: transform 150ms ease-out,-moz-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
    -o-transition: transform 150ms ease-out,-o-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
    -webkit-transition: transform 150ms ease-out,-webkit-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
}
.blog-rec:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transform: translate3d(0, -12px, 0);
}
.blog-rec .blog-rec-con {
    padding: 30px 15px 30px;
}
.blog-rec .blog-rec-con .content-blog {
    margin-bottom: 20px;
}
.blog-rec .blog-rec-con .content-blog .date-blog {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    float: left;
}
.blog-rec .blog-rec-con .content-blog .rec-auth {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    float: right;
}
.blog-rec .blog-rec-con .content-blog .rec-auth a,
.blog-rec .blog-rec-con .content-blog .date-blog a{
    color: #a5a5a5;
}
.blog-rec .blog-rec-con .title-blog{
	display: inline-table;
    width: 100%;
}
.blog-rec .blog-rec-con .title-blog a{
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    color: #222222;
}
