.page-title-section {
    position: relative;
    background-size: cover;
    background-attachment: fixed !important;
    background-position: center;
    display: flex;
    padding: 100px 0px;
    align-self: center;
}

@media(min-width: 768px){
    .page-title-section {
        padding: 150px 0px;
    }
}
.page-title-section h1{
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.bg-white{
    background-color: #fff !important;
}
.btn-common{
    background: #d02e2e !important; 
    color: #fff !important;
    text-transform: uppercase !important; 
    font-size: 12px !important; 
    border-radius: 0px !important; 
    padding: 5px 30px !important; 
    box-shadow: 4px 4px 60px 6px rgba(128,123,123,0.4) !important; 
    -webkit-box-shadow: 4px 4px 60px 6px rgba(128,123,123,0.4) !important; 
    -moz-box-shadow: 4px 4px 60px 6px rgba(128,123,123,0.4) !important; 
}


.welcome-section{
	font-family: "Roboto",sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	padding: 50px 0px;

}
.welcome-section .sec-title h2 {
    font-size: 23px;
    font-weight: 700;
    background: -webkit-linear-gradient(#e73c3c, #ff5076);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    font-family: 'Berkshire Swash', cursive;
    margin-top: 10px;
    margin-bottom: 20px;
}
.welcome-section h1{
	font-size: 22px !important;
}
.welcome-section  img{
    box-shadow: -1px 4px 60px 6px rgba(128,123,123,0.4);
    -webkit-box-shadow: -1px 4px 60px 6px rgba(128,123,123,0.4);
    -moz-box-shadow: -1px 4px 60px 6px rgba(128,123,123,0.4);
}


.work-counter-section{
    padding: 50px 0px;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    padding: 50px 0px;
    background-color: #f4f4f4;
}
.work-counter-section .timer{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.work-counter-section p {
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 10px;
    text-transform: uppercase;
}


/**
========================================================
Contact Page
========================================================
**/
.page-contact-section{
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    padding: 50px 0px;

}
.page-contact-section .forn-box {
    padding: 40px 30px;
    font-family: "Roboto",sans-serif;
    border: 1px solid #ffb8bd !important;
    box-shadow: 2px 5px 60px 6px rgba(192,192,192,0.4);
    -webkit-box-shadow: 2px 5px 60px 6px rgba(192,192,192,0.4);
    -moz-box-shadow: 2px 5px 60px 6px rgba(192,192,192,0.4);
}
.page-contact-section .forn-box .form-control{
    font-weight: 400;
    border-radius: 0px;
    background-color: transparent;
    color: #333;
    font-size: 15px;
    box-shadow: none;
    margin-bottom: 20px;
}
.page-contact-section .left-box{
    padding: 10px;
}
.page-contact-section .left-box h4{
    font-family: 'Berkshire Swash', cursive;
    font-size: 28px;
    background: -webkit-linear-gradient(#e73c3c, #ff5076);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.page-contact-section .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-contact-section .media-heading {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}
.page-contact-section .media-body{
    padding-left: 20px;
}
.page-contact-section .media-body p{
    font-size: 16px;
}
.page-contact-section .icon-left{
    color: #777;
    font-size: 30px;
}

/**
========================================================
Our Branches
========================================================
**/
.flex-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.sec-caption{
    font-family: 'Berkshire Swash', cursive;
    font-size: 28px;
    background: -webkit-linear-gradient(#e73c3c, #ff5076);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.our-branches{
    background-color: #f4f4f4;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    padding: 50px 0px;

}
.our-branches .thumbnail{
    padding: 30px;
    border-radius: 0px;
    height: 100%;
    box-shadow: 2px 5px 60px 6px rgba(199,199,199,0.4);
    -webkit-box-shadow: 2px 5px 60px 6px rgba(199,199,199,0.4);
    -moz-box-shadow: 2px 5px 60px 6px rgba(199,199,199,0.4);
}
.our-branches  .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}
.our-branches .media-body{
    padding-left: 30px;
}
.our-branches .media-body p{
    margin: 0px;
    line-height: 1.8em;
}
.our-branches .media-left i{
   font-size: 20px; 
}