.single-slider .text {
	text-shadow: 1px 1px 2px #FFF;
}
.slider .single-slider p {
    font-size: 20px;
}
.why-choose {
	padding-top:0;
}
.slider .single-slider .button{
	display: none;
}
.call-action .content {
    padding: 100px 200px;
}
.portfolio .single-pf:hover:before {
    opacity: 0;
}
.testimonials,
.call-action{
	background-image: none;
}
.accordion li {
	margin-bottom: 15px;
}
.accordion li a{
	padding: 10px 0 10px 18px;
}
.accordion li p{
	padding: 15px 45px 15px 20px;
}
.why-choose .choose-right{
	background-image: none;
}
.mobile{
	display: none;
}
.trin{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.zoom-in-out-box {
  animation: zoom-in-zoom-out 1.5s ease infinite;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.news-single .news-text blockquote p{
	color: unset;
}
.news-single .news-text p {    
    text-align: justify;
}
.news-single .news-text a {
    text-decoration: underline;
	color: rgba(17, 6, 188, 1.00);
}
.news-single .news-text a:hover {
    text-decoration: underline;
	color: rgba(17, 6, 188, 1.00);
}
.news-single li{
	list-style: disc;
	margin-left: 30px;
}

@media only screen and  (max-width: 991px){
	.slider .single-slider .button{
		display: block;
	}
	.call-action .content .btn{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px){
	.header .logo img{
		width: 178px;
	}
	.call-action .content {
		padding: 0;
		padding: 70px 0;
	}
	.mobile{
		display: block;
	}
	
}


