
/*
Theme Name: saastec html5 template
Version:1.0

/*
====================
	COMMAN CSS
====================

*/

a, a:hover, a:focus{
	transition: all .3s;
}

.padding-b{
    padding-bottom: 100px;
}



.padding-t{
    padding-top: 100px;
}

.case-study .single-study9{
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .1);
}

.study-text {
    padding: 30px 30px 50px;
}

.study-text h3 a:hover {
    text-decoration: underline;
}
.study-text h3 a {
    color: #001737;
}

.case-study2 .study-text h3 a:hover{
    color: #C82C29;
}

/********************
Testimonial area CSS
********************/

.t9-area {
    position: relative;
    z-index: 1;
    padding-top: 200px;
    margin-top: -110px;
}

.t9-area:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background-image: url(../images/image-t9-bg.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.single-t9-content i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #1657E2;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
}

.single-t9-content h3 {
    font-weight: 600;
    margin-bottom: 30px;
}

.single-t9-content p {
    font-style: italic;
    font-size: 20px;
    color: #001737;
    font-weight: 400;
    margin-bottom: 30px;
}

.t9-img h4 span {
    display: block;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 400;
}

.t9-img h4 {
    margin-top: 20px;
    font-weight: 600;
}

.t9-content .owl-nav button {
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -15px;
}

.t9-content .owl-nav button i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, .1);
    border-radius: 50%;
    font-size: 20px;
}

.t9-content .owl-nav button.owl-next {
    left: auto;
    right: -100px;
}






