/*
Theme colours:
Orange - #f39f18;
Black - #000000;
*/

body, html {
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 19px;
}

.h1-title {
    margin: 36px 0 16px 0;
    border-bottom: solid 4px #dadada;
    display: inline-block;
    padding: 0 0 2px;
}

.nav {
    font-weight: 600;
}

.nav li {
    margin: 0 10px 0 0;
}

.nav li:last-child {
    margin: 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    max-width: 360px;
}

.nav-flex {
    justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    transition: color 0.5s ease;
    color: #000000;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f39f18;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    transition: color 0.5s ease;
    color: #f39f18;
}

.navbar-light .navbar-toggler {
    border: none;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        flex-basis: 100%;
    }
}

.btn-orange {
    transition: color .5s ease;
    color: #000;
    background: #f39f18;
    padding: 10px 46px;
    border-radius: 4px;
    font-weight: 600; 
}

.btn-orange:hover {
    transition: color .5s ease;
    color: #fff;
}

.home-page-main-caption {
   position: relative; 
   width: 100%; /* for IE 6 */
   overflow: hidden;
}

.home-page-main-caption img {
    max-width: none;
}

.home-page-main-caption .caption-2 {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.caption-2 .title-caption {
    width: 343px;
    margin: 3.5rem 0rem 0 5rem;
}

.caption-2 .title-caption h1 {
    font-weight: 600;
    font-size: 4rem;
}

.caption-2 .sub-title-caption {
    width: 350px;
    margin: 2rem 0rem 0 5rem;
}

.caption-2 .sub-title-caption p {
    font-style: italic;
    font-size: 17px;
}

.caption-2 .cta {
    margin: 3rem 0rem 0 5rem;
}

.orange-section {
    background: #f39f18;
    padding: 32px 0 42px;
}

.orange-section p {
    margin: 0;
    padding: 0 0 40px 0;
    font-size: 20px;
    letter-spacing: 3px;    
}

.about-us .content {
    margin: 40px 0 0;
}

.about-us .content img {
    margin: 0 0 30px;
}

.about-us .content p {
    padding: 0 38px;
}

.circle-bg {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #fff;    
}

.circle-bg img {
    padding: 19px;
}

.st-cuth-row p {
    padding: 24px 48px 50px;
    font-size: 16px;
    line-height: 18px;
}

input[type="submit"] {
    border: none;
    border-radius: 0;
    background: #f39f18;
    color: #000;
    font-size: 18px;
    padding: 12px 30px;
}

footer {
    padding: 26px 0 0;
}

footer a i {
    transition: color 0.5s ease;
    color: #000000;
}

footer a i:hover {
    transition: color 0.5s ease;
    color: #f39f18;
}

.footer-cta {
    position: relative; 
    width: 100%; /* for IE 6 */
}

.footer-cta .get-in-touch {
    background: #fff;
    position: absolute;
    top: 0;
    width: 36%;
    height: 84%;
    margin: 40px;
    padding: 38px 0;
}

.footer-cta .get-in-touch p {
    margin: 44px 0 0;
}

.footer-cta .get-in-touch div {
    margin: 45px 0 0
}

.footer-cta .get-in-touch div .btn-orange {
    transition: color .5s ease;
    color: #000;
    background: #f39f18;
    border-radius: 0;
    padding: 20px 28px;
    font-weight: 600; 
    font-size: 18px;
}

.footer-cta .get-in-touch div .btn-orange:hover {
    transition: color .5s ease;
    color: #fff;
}

.footer-icons a {
    margin: 0 5px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .footer-cta .get-in-touch {
        padding: 20px 0;
    }

    .footer-cta .get-in-touch p {
        margin: 24px 0 0;
    }

    .footer-cta .get-in-touch div {
        margin: 30px 0 0;
    }
}

@media only screen and (max-width : 1100px) {
    .caption-2 .title-caption h1 {
        font-size: 3.5rem;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .home-page-main-caption .caption-2 {
        width: 100%;
    }

    .navbar-brand img {
        max-width: 230px;
    }
		
	.footer-cta .get-in-touch {
		padding: 14px 0;
		margin: 30px 40px 0;
        width: 610px;
    }
	
	.footer-cta .get-in-touch p {
		margin: 2px 0 0;
	}
	
	.footer-cta .get-in-touch div {
		margin: 6px 0 0;
	}
	
	.footer-cta .get-in-touch div .btn-orange {
		padding: 8px 28px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .caption-2 .title-caption h1 {
        font-size: 3rem;
    }
	
    .navbar-brand img {
        max-width: 200px;
    }
	
	.footer-cta img {
		/*display: none;*/
	}
	
	.footer-cta .get-in-touch {
		padding: 0;
		margin: 0;
		width: 510px;
		background: #ffffff;
		height: 254px;
	}
	
	.footer-sm {
		height: 300px
	}
}

@media only screen and (max-width : 576px) {
	.footer-cta .get-in-touch {
		padding: 0;
		margin: 0;
		width: auto;
		background: #ffffff;
		position: relative;
	}	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .caption-2 .title-caption {
        margin: 1rem 0rem 0 1rem;
    }

    .caption-2 .sub-title-caption {
        margin: 1rem 0rem 0 1rem;
    }

    .caption-2 .cta {
        margin: 1rem 0rem 0 1rem;
    }

    .home-page-main-caption {
        height: 440px;
    }	
	
	.footer-sm {
		height: 260px;
	}
}

@media only screen and (max-width : 400px) {
    .caption-2 .title-caption h1 {
        font-size: 2.4rem;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .about-us .content p {
        padding: 0;
    }
}