
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Basic Styles */
* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
}
a,button { 
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Barlow Condensed',sans-serif;
    text-transform: uppercase;
}
h4 {
    font-size: 24px;
    color: #666;
}
h5 {
    font-size: 22px;
}
button {
    text-decoration: none;
    border: none !important;
    outline:none !important;
    box-shadow: none !important;
}
p,table,li {
    font-family: 'Barlow',sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #444;
}
p:last-child {
    margin-bottom: 0;
}
btn {
    font-family: 'Barlow',sans-serif;
    border: none;
}
ul,ol {
    list-style: none;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.wrapper {
    width: 96%;
}
.v-space {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
.home-title-h2 {
    font-size: 4vmin;
    color: #BB234B;
}

/* Header */
.custom-bg {
    background: rgba(255,255,255,0) !important;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.custom-bg.sticky {
	background: rgba(255,255,255,1) !important;
	padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.1);
}
.logo img {
    height: 80px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.logo.sticky img {
    height: 60px;
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.nav-link {
    color: #fff !important;
}
.nav-link.sticky {
	color: #333 !important;
}
.navbar-light .main-menu .nav-link {
    font-family: 'Barlow',sans-serif;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}
.navbar-light .main-menu .active>.nav-link,
.navbar-light .main-menu .nav-link:hover,
.navbar-light .main-menu .nav-link:focus {
	color: #BB234B !important;
}

/* Banner */
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-caption {
    top: 50%;
    bottom: 0;
    text-align: left;
    left: 10%;
    width: 50%;
    padding: 0;
}
.carousel-caption h1 {
    font-size: 6vmin;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
}

/* Welcome Area */
.welcome-title h2 {
    margin-bottom: 0;
}
.welcome-title h5 {
    color: #666;
    text-transform: none;
}
.full-width-pic img {
    width: 100%;
}

/* The Project */
.the-prjt-wrap {
    background: #f4f4f4;
}
.the-project h5 {
    color: #666;
}
.the-project h2 {
    margin-bottom: 20px;
}
.the-project h5 i {
    margin-right: 15px;
    margin-top: 10px;
    color: #BB234B;
}
.the-project h5 a {
    color: #666;
}
.the-prjt-pic img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.37);
    box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.37);
}

/* Services */
.serv-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.serv-box h5 {
    margin-bottom: 0;
    margin-top: 10px;
    color: #BB234B;
    text-transform: none;
}

/* Footer */
footer {
    background: #f4f4f4;
}
.footer-logo img {
    max-width: 100%;
}
.contact-box h4 {
    border-bottom: 2px solid #707070;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-box p {
    font-size: 16px;
    line-height: 24px;
}
.contact-box p span {
    font-weight: 600;
}
.contact-box a {
    color: inherit;
}

/* Inner Styles */
.inner-title h1 {
    font-size: 5vmin;
    margin-bottom: 0;
}
.inner-text h4 {
    color: #bb234b;
}
.inner-text span {
    color: #bb234b;
    font-style: italic;
}
.inner-text img {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.inner-bullets ul {
    list-style: disc;
    padding-left: 20px;
}
.inner-bullets ul li {
    font-size: 16px;
}

/* Gallery */
#portfolio {
    column-count: 4;
}
.tile img {
    width: 100%;
    margin-top: 1rem;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}
.tile img:hover { 
    filter: opacity(.5);
}

/* Contact */
.form-group {
    margin-bottom: 1.875rem;
}
label {
    font-family: 'Barlow',sans-serif;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control {
    font: 16px 'Barlow',sans-serif;
    border: 1px solid #ddd !important;
    border-radius: 3px;
    outline:none !important;
    box-shadow: none !important;
    padding: 1.5rem;
}
.help-block li {
    color: red;
    font-size: 14px;
}
.btn-send {
    font: 16px 'Barlow',sans-serif;
    border-radius: 3px;
    padding: 10px 15px 12px 15px;
}