/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

/*====================================================
                   bannerhomeS-P1
======================================================*/
 

.bannerhomes-p1-bg {
    background-image: url(../img/banner_gif.gif);
    background-repeat: none;
    height: 85vh;
}
 
#bannerhomes-p1 .bannerhomes-p1-pos{
	/*height: 600px;*/
	width: 100%;
	padding:100px 0;
}

.bannerhome img {
    max-width: 120px;
    margin: 0 auto;
}

.bannerhome blockquote {
    border: 0;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #fff;
    padding: 20px 35px;
    position: relative;
}

.bannerhome p {
    font-size: 75px;
    color: #fff;
    font-weight: 900;
}

.bannerhome blockquote::before,
.bannerhome blockquote::after {
    font-size: 50px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
}

.bannerhome blockquote::before {
    content: "\201C";
    top: 0;
    left: 10px;
}

.bannerhome blockquote::after {
    content: "\201D";
    bottom: 0;
    right: 50px;
}

.bannerhome-author p {
    color: #fff;
    font-size: 17px;
}

.bannerhome-author p strong {
    display: block;
}



/*====================================================
                   bannerhomeS-P2
======================================================*/
.bannerhomes-p2{
    padding: 0px 0 100px 0;
}

.bannerhomes-p2 .client-cont{
    margin-top: 100px;
    border-bottom: 5px solid #2196F3;
}



@media (max-width: 800px) {
.bannerhome p {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
}

}

@media (max-width: 700px) {
.bannerhome p {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
}

}

@media (max-width: 600px) {
.bannerhome p {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
}

}