@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');
@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #333;
}
a{
    /* color: #2a7689; */
}
a:hover{
    color: #86817b;
    text-decoration: none;
}
.page-item.active .page-link {
    background-color: #333;
    border-color: #333;
}
.page-item.active .page-link:hover {
    color: #fff;
}
.page-link{
	color:#CBB26A;
}
.required{
	color:#F00;
}
/* NAV */

.navbar-brand .logo {
    height: 70px;
    width: auto;
}
.navbar-light {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: none;
}
.navbar-light .navbar-nav>li>a {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.navbar-light .navbar-nav>li>a:focus,
.navbar-light .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #393ea3;
	text-decoration:none;
}
.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #393ea3;
}
.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #393ea3;
}
#navbar {
    /*margin-top: 40px;*/
}
.navbar {
    min-height: 90px;
    margin-bottom: 0;
}
.nav>li {
    position: inherit;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    margin: 0;
    padding: 20px 0;
    min-width: 100%;
}
.nav>li>.dropdown-menu .dropdown-header {
    display: block;
    padding: 3px 10px !important;
    font-size: 25px;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    border-bottom: solid 1px #72ab27;
}
.nav>li>.dropdown-menu a {
    color: #fff;
    display: block;
    border-bottom: solid 1px #00924c;
    padding: 5px 10px;
}
.navbar-toggler {
    color:#fff !important;
	padding-top:10px;
	padding-bottom:10px;
}
@media all and (max-width: 767px) {
    .nav>li>.dropdown-menu .dropdown-header {
        display: block;
        padding: 3px 10px;
        font-size: 20px;
        line-height: 1.42857143;
        color: #393ea3;
        white-space: nowrap;
        border-bottom: solid 1px #e8e8e8;
    }
    .nav>li>.dropdown-menu a {
        color: #333;
        display: block;
        border-bottom: none;
        padding: 5px 10px
    }
    .navbar-brand .logo {
        max-width: 170px !important;
        height: auto;
    }
    .navbar.navbar-small .navbar-brand .logo {
        max-width: 260px !important;
    }
}
.nav>li>a {
    /*
	padding-left: 10px;
	padding-right: 10px;
	*/
    padding: 12px;
    line-height: 45px;
    font-size: 14px;
}
.nav>li>a apply {
    background-color: #093;
}
.dropdown-menu {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.dropdown-menu>li>a {
    color: #333;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #333;
    background-color: #fff;
}
.navbar-light .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-light .navbar-toggle {
    color: #333;
}
.navbar-light .navbar-toggle:focus,
.navbar-light .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-light .navbar-toggle {
	margin-top:20px;
    border-color: #fff;
}
.navbar-light .navbar-toggle:focus,
.navbar-light .navbar-toggle:hover {
    background-color: #fff;
    color: #333;
}
.navbar-light .navbar-collapse,
.navbar-light .navbar-form {
    border-color: #fff;
}
.navbar-light .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
}
@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: 0px;
    }
}
.navbar.navbar-small {
    min-height: 70px;
}
.navbar.navbar-small #navbar {
    margin-top: 10px !important;
}
.navbar.navbar-small .navbar-brand .logo {
	max-width: 260px;
    height: 40px;
}
.navbar.navbar-light.navbar-small {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width:768px){
	.navbar {
		min-height: 70px !important;
	}
	.navbar #navbar {
		margin-top: 10px !important;
	}
	.navbar .navbar-brand .logo {
	max-width: 190px !important;
    /*height: 60px !important;*/
	}
	.navbar.navbar-light {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
	}
}
.navspacer {
    /*display: none;*/
    height: 90px;
    width: 100%;
}
.navspacer.visible {
    display: block;
}
/* CAROUSEL */

.carousel-caption {
    bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel h1 {
    font-size: 50px;
}
.carousel .btn-primary {
    background: #393fa3;
    /* border: solid 3px #393fa3; */
    padding: 10px;
    font-size: 17px;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.carousel .btn-primary:hover {
    border: solid 3px #333;
    padding: 10px;
    color: #fff;
    background: #333;
}
.carousel-indicators li {
    border: 1px solid #fff;
}
.carousel-indicators .active {
    background-color: #fff;
}
.purple {
    background-color: #373ea4;
    color: #FFF;
}
blockquote {
    border: none;
}
blockquote small {
    color: #8087dc;
    font-size: 15px;
}
/* HOVER */

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    position: relative;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.hovereffect h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    /*
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
*/
    
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}
.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 135px 0 0;
    padding: 7px 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.hovereffect a.info:hover {
    background: rgba(255, 255, 255, 0.3);
}
.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
/* HOME SECTION */

.homesectionimg {
    background-image: url(../images/home-image.jpg);
}
.homesectionimg .box,
.parallax-window .box {
    background-color: #FFF;
    padding: 20px;
    text-align: center;
}
.homesectionimg h2 {
    margin: 0px;
    padding: 0px;
    color: #393ea3;
    font-size: 25px;
}
.homesectionimg .btn-primary,
.parallax-window .btn-primary {
    /* border: solid 3px #393fa3; */
    
    padding: 10px;
    font-size: 17px;
    border-radius: 0;
    font-weight: 400;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.homesectionimg .btn-primary:hover,
.parallax-window .btn-primary:hover {
    border: solid 3px #333;
    padding: 10px;
    color: #fff;
    background: #333;
}
/* CONTENT */
.content {
	padding-top:30px;
}
.colourhead h1 {
    font-size: 35px;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
/* FOOTER */

.footer {
    font-weight: 300;
}
.footer a {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.footer a:hover {
    color: #333;
    text-decoration: none;
}
hr.footer {
    border-top: 1px solid #00924c;
}
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 28px;
}
.contact-hours .active,
.contact-hours .active label {
    color:#F00;
	font-weight:700;
}
.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}
.contact-hours label {
    width: 40%;
	font-weight:300;
	margin-bottom:0;
}
.contact-hours label::before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f073";
	padding-right:6px;
}
/* SCROLL BAR*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0px;
}
::-webkit-scrollbar-button:vertical:increment {
    background-color: #FFF;
}
::-webkit-scrollbar-track-piece {
    background-color: #eaeaea;
}
/* FORM*/

.content .form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 25px;
}
.content .form h2 {
    margin-top: 0;
    padding-top: 0;
    color: #FFF;
    text-align: center;
}
.content .form p {
    text-align: center;
}
.content .form hr {
    border-color: #aac742;
}
.content .form .form-control {
    border-radius: 0;
    border-color: #00924c;
    height: 40px;
}
.content .form .btn-default,
.footer .form .btn-default {
    background: none;
    border: solid 3px #fff;
    padding: 10px;
    font-size: 15px;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.content .form .btn-default:hover,
.footer .form .btn-default:hover {
    border: solid 3px #00924c;
    padding: 10px;
    color: #fff;
    background: #00924c;
}
.content .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
h2.form{
	color: #fff;
	background-color: #312F92;
	padding: 15px 10px 15px 10px;
	margin-top: 0px;
}
.response{
	background: #fff;
    padding: 10px;
	font-weight:700;
}
.btn{white-space: normal;}
.gallery img {
  object-fit: cover;
  width:640px;
  height:400px;
}
.img-hover-zoom {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.5);
}
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
#vegasSliderInner{
	position:absolute;
	background: rgba(0,0,0,0.6);
	padding:20px;
	top:100px;
}
#slideshow .slidespacer{
	height:600px;
}
#slideshow .captionwrap{
	margin-top:80px;
}
#slideshow .captionwrap h1{
	font-size:40px;
	font-weight:700;
	text-shadow: 2px 2px #1437b7;
}
#slideshow .captionwrap h3{
	font-size:30px;
	text-shadow: 2px 2px #1437b7;
}
@media (max-width: 768px) {
	.gallery img {
		width:478px;
		height:478px;
	}
	.carousel-caption {
		bottom: 40px;
		padding-top: 0;
		padding-bottom: 0;
	}	
	.carousel h1 {
		font-size: 30px;
	}	
	.carousel h3 {
		font-size: 22px;
	}
	#slideshow .captionwrap h1{
		font-size:30px;
	}
	#slideshow .captionwrap h3{
		font-size:20px;
	}			
}
@media (max-width: 576px) {
	.gallery img {
		width:300px;
		height:300px;
	}
	.carousel-caption {
		bottom: -10px;
		padding-top: 0;
		padding-bottom: 0;
	}	
	.carousel h1 {
		font-size: 18px;
	}	
	.carousel h3 {
		font-size: 15px;
	}		
}
#quote-carousel .carousel-inner{
	min-height:150px;
}
#quote-carousel .carousel-indicators {
    margin-top: 30px;
}
.reviewbox {
    padding: 20px;
    background-color: #fff;
}
.gold {
    color: #FC3;
    margin-bottom: 20px;
}
/* Whatsapp */
.whatsapp{
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 5px;
    transition: all ease-in-out .3s;
	z-index:99999999;
}
.whatsapp:hover{
	color:#25d366;
	background:#ffffff;
}
.btn-shop {
    background-color: #35b295;
    border-color: #35b295;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.btn-shop:hover {
    background-color: #298a74;
    border-color: #298a74;
    color: #fff;
    font-weight: 400;
}