/*
	Theme Name: Unify
	Description: Child-Theme of Matrix. This theme supports custom background color. Its support different color schemes. 
	Version: 0.6
	Theme URI:
	Author: WebHunt Infotech
	Template: matrix
	Author URI: http://www.webhuntinfotech.com
	Website: http://www.webhuntinfotech.com
	Tags: full-width-template, translation-ready, blog
	Text Domain: unify
*/
/*------------------------------------------
    01 - General & Basic Styles
------------------------------------------*/
/* slider */

/*HOME PAGE - SLIDER*/
#main-slide {
    margin-bottom: 0;
}


@media (min-width: 992px){
    #main-slide .slider-content h2 {
        font-size: 4.5em !important; 
    }
}
#main-slide .slider-content h2 {
    color: #FFF;
    line-height: 1.1;
    text-shadow: 3px 3px 3px #424242;
}
.slider-content .text-center h2 span,
.slider-content .text-center h3 span{
    background-color: transparent;
}
#main-slide .slider-content h3 {
    color: #FFF;
    font-size: 2.5714em;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 3px 3px 3px #424242;
}
.slider-content.bg .text-center h2 span, .slider-content.bg .text-center h3 span{
    background: rgba(0, 0, 0, 0.6);
}
#main-slide .carousel-indicators {
    bottom: 0;
}

#main-slide .item .slider-content {
    transition: opacity 700ms ease 1s;
}

#main-slide .item.active .slider-content {
    transition: opacity 700ms ease 1s;
}

.slider.slider-btn1.btn.btn-primary {
    background: #0874b9 none repeat scroll 0 0;
    color: #fff !important;
}

.slider-content strong sup {
    font-size: 35%;
    top: -1.6em;
}

/* Service Style */
.service-box {
    border: 5px gray solid;
    padding: 20px;
}
/* Portfolio Style */
.full-width-portfolio #portfolio-list li {
    border: 4px gray solid;
}
.back-to-top i {
	border-radius: 50%;
}
/* Social icon */
ul.social-list li a.pinterest:hover {
    background-color: #C92228;
}
.social-widget ul.social-icons li a.pinterest:hover i {
    background-color: #C92228;
}
img.custom-logo {
    margin-top: 23px;
    margin-bottom: 21px;
}