/*
    Theme Name: Baker
    Theme URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
    color: #67696c;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.section-padding
{
    padding: 80px 0px;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/***********************************
************************************
HEADER 
************************************
***********************************/
.header{
    /*background: url('/img/bg-novideo.jpg') no-repeat fixed;*/
    background-size: cover;
    min-height: 620px;
		height:100vh;
    position: relative;
		overflow: hidden;
}
.header-page{
    position: relative;
}

.bgvideo{
	position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
		z-index: -1;
		background-image:  url('/img/bg-novideo.jpg');
		background-size: 100vw auto;
		background-position: center;
}

.bgvideo video{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}
.bg-color
{
    background-color: rgba(1, 93, 112, 0.39);
    min-height: 620px;
		height: 100vh;
		z-index: 1;
}

.bg-color-page
{
    background-color: rgba(0, 0, 0, 0.5);
}
#main-header
{
}

.videoholder{
	display: block;
	position: fixed;
	right:20px;
	bottom:10px;
	width: 320px;
	z-index: 999;
	border: 1px solid #5f193a;
	box-shadow: 0 0 5px #00000080;
	max-height:200px;
	background-color: #5F193A;
	color:white;
	padding:27px;
}

.videoholder .close{
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 25px;
	color: white;
	font-size: 20px;
}

.videoholder a{
	margin-top:10px;
}
	
.navbar-default {
    background-color: transparent;
    border:0px;
    padding: 20px 0; 
    transition: all 0.3s;
}

.top-nav-collapse .navbar-brand img{
	height:28px;
	transition: all 0.3s;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
    color: #002F2F;
}

.top-nav-collapse {
    padding: 0; 
    background: rgba(64,75,97, 0.9);
}

.logo-dec
{
    color: #be9e21;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
		overflow: auto;
}
.getquote{
	margin:14px 20px;
	font-weight: 400;
	text-transform: uppercase;
	
}

.about-icons img{
	margin:30px;
	height:50px;
}
.bxslider li{
	max-width: 100vw;
	margin-left: -20px;
}
@media (max-width: 991px) { /*991 px is when our navbar collapses, I have entered a custom css in the bootstrap.min.css for this*/
	.navbar-default{
		background-color: rgba(64,75,97, 0.9);
	}
	.getquote {
		margin:14px 0;
	}
}

@media (max-width: 450px) { /*991 px is when our navbar collapses, I have entered a custom css in the bootstrap.min.css for this*/
	.getquote {
		width: 50%;
		margin-left: 25%;
	}
	.header{
		background: url('/img/background_woman.jpg') no-repeat fixed;

	}
	
	.bgvideo video{
		display: none;
	}
	
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    color: #fff;
}
.navbar-brand {
    padding: 0px;
    font-size: 24px;
    height:auto;
    padding: 15px 0px;
    margin-top: 6px;
}

.navbar-brand img{
	height:47px;
	transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a
{
    padding: 15px 26px;
    font-size: 14px;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    -webkit-transition: color 0.2s ease-out;
    /*transition: color 0.2s ease-out;*/
		transition: color 0.2s;
		font-family: Lato;
}

.top-nav-collapse .navbar-nav > li > a{
	padding: 5px 26px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #be9e21;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #be9e21;
}



@keyframes movingarrow {
	0%, 20%, 50%, 80%, 100% {
     transform: translateX(0);
  }
	40% {
    transform: translateX(-15px);
  }
	60% {
    transform: translateX(-8px);
  }
}

.white-big-btn{
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.05);
	color:white;
	border: 2px solid white;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 20px;
	cursor:pointer;
	width: 300px;
	text-align: center;
	font-weight: bold;
}

.white-big-btn.sml{
	width: 220px;
}




.white-big-btn:hover{
	background-color: white;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: #2F4247;
}


.top-banner-text{
	padding-top:10px;
	box-sizing: border-box;
	line-height: 1.2;
}

.top-banner-text span{
	font-size:45px;
	display: block;
	margin-bottom:2px;
	font-weight: bold;
	font-family: Lato Black, Lato;
}

.top-banner-text .reasonstouse{
	font-size:  28px;
}

.top-banner-btn{
	text-align: left;
	padding-left:40px;
	box-sizing: border-box;
}

.animated-arrow{
	position: absolute;
  top: 32%;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: url('/img/rightarrow.png');
	background-repeat: no-repeat;
  background-size: contain;
}

.movingarrow{
	animation:movingarrow 2s infinite;
}


.banner-info
{
		line-height: 1;
		font-family: Lato;
		font-size: 20px;
    padding-top:39vh;
    color: #fff;
}
.banner-info-page
{
    padding-top: 100px;
    color: #fff;
		padding-bottom:30px;
}
.bnr-title, .bnr-sub-title
{
    font-family: 'Fira Sans', sans-serif;
}
h1.bnr-title
{
    font-size: 24px;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
}
h1.bnr-title img{
	height:90px;
}
h2.bnr-sub-title
{
    font-size: 45px;
    text-transform: uppercase;
    padding: 20px 0px;
    font-weight: 700;
}
.bnr-para
{
    font-weight: 300;
}
.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus
{
    text-transform: uppercase;
    margin-top: 50px;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 30px;
    border-radius: 60px;
    margin: 50px 10px 0 0;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}


.btn-download
{
    background-color: #be9e21;
}
.btn-more, .btn-more:focus
{
    margin-left: 15px;
    border: 1px solid #be9e21;
    color: #be9e21;
}

.btn-more:hover {
    background: #be9e21;
    color: #fff;
}

.overlay-detail a i{
   text-align: center;
   position: absolute;
   bottom: 25px;
   font-size: 38px;
   color: #fff;
}
#about{
	color:black;
}

.small-logo:not(:first-child){
	margin-left: 4%;
}

.wacoss-small-logo{
	width: 18%;
}

.dropin-small-logo{
	width: 18%;
}

.erc-small-logo{
	width: 40%;
}


.nataly-gray{
	font-weight: bold;
	color:#606060;
	
}
#about .service-title{
	margin-bottom:50px;
	color:#606060;
	letter-spacing: 1.2;
}

.psuedo-table{
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 20px auto;
	width: 96%;
}

.psuedo-row{
	display: table-row;
}

label.checkbox-new{
	display: table-cell;
	background-image:none;	
	width: 50%;
}

.checkbox-new span{
	text-align: center;
	font-weight: 700;
	cursor:pointer;
	background-color:#E8E8E8;
	color: #606060;
	padding: 20px;
	display: block;
}

.checkbox-new span:hover,.checkbox-new input:checked + span {
	background-color:#1AB1AD;
	color:white;
}

.checkbox-new input{
	opacity: 0;
	position: absolute;
}

label{
	color:#606060;
	display: block;
	margin-bottom:5px;
	font-weight: lighter;
	font-size:14px;
	background-image:url('/img/greendot.png');
	padding-left:13px;
	background-repeat: no-repeat;
	background-position: left center;
}

.form-control-quote{
	border:2px solid #E9E8E7;
	padding:10px;
	font-size:14px;
	width: calc(100% - 13px);
	margin-left:13px;
}

.quote-title{
	font-family: Lato;
	font-size:36px;
	text-transform: uppercase;
	margin-bottom:4vh;
	font-weight: bold;
}
.quote-sub-title{
	font-family: Lato;
	margin-bottom:10px;
	font-weight: bold;
}
.quote-desc{
	font-family: Lato;
	font-size:14px;
}

.quote-form{
	background-color: #F7F7F7;
	font-family: Lato;
	font-size:14px;
	padding:6vh 15%;
	padding-bottom:100px;
	margin-top:50px;
}

.quote-form h3{
	color: #696C6E;
	font-weight: bold;
}

.btn-essentials{
	color: white;
	font-weight: bold;
	font-size:32px;
	background-color:#875F68;
	padding:12px 16px;
	border-radius: 8px;
}

.btn-essentials:hover{
	color:white;
	background-color:#78434F;
}

ol.tnc-essentials{
	list-style: decimal;
	font-size:18px;
	line-height:1.5;
	margin-top:25px;
}

ol.tnc-essentials li{
	margin-top:10px;
}

ol.tnc-essentials ul{
	list-style: lower-alpha;
}

.btn-nataly{
	color: #00938c;
	font-weight: bold;
	padding:12px 16px;
	border-radius: 1px;
}
.btn-nataly2{
	color: white;
	font-weight: bold;
	padding:12px 16px;
	border-radius: 1px;
	background-color:#1AB1AD;
	background-size:8px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
}

.btn-nataly2:not(.gray):hover{
	color:white;
	text-shadow:0 0 3px gray;
}

.btn-nataly2.green{
	background-color:#8AA148;
}

.btn-nataly2.gray{
	background-color:#DFDFDF;
	color:#115E6E;
}
.btn-nataly2.gray:hover{
	color:#115E6E;
	text-decoration: none;
}

.right-arrow{
	padding-right:25px;
	background-image:url('/img/right-arrow.png');
	background-position: right 10px center;
}

.left-arrow{
	padding-left:25px;
	background-image:url('/img/left-arrow.png');
	background-position: left 10px center;
}

/***********************************
************************************
features
************************************
***********************************/
.title, .service-title
{
		font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
		letter-spacing: 8px;
		line-height: 1.5;
}
.item-img
{
    margin-bottom: 15px;
		margin-top: 20px;
}

.sometext{
	line-height:2;
}

.pimg{
	display: block;
	max-width: 100%;
	width: auto;
	height:260px;
}
.item-img img{
	height:49px;
}
.sub-title
{
    font-size: 20px;
}
.bottom-line
{
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 40px;
    background-color: #BE9E21;
}

.wrap-item h3 {
    font-size: 24px;
    line-height: 25px;
}
.pad-bt15 {
    padding-bottom: 15px;
}

.pad-all15 {
    padding: 15px;
}
.sec-sub-title
{
    padding-top: 30px;
}
.sec-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #002F2F;
    text-transform: uppercase;
    margin: 25px 0px;
    line-height: 1.7;
}
#service
{
    background-color: #F3F4F8;
		background-image: url('/img/background-services.png');
		background-size:cover;
		color: white;
}
ul.service-list li i
{
    color: white;
    padding-right: 10px;
}
.learn-more, .learn-more:hover, .learn-more:focus {
    height: 50px;
    width: 175px;
    background: #046380;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
    height: 50px;
    width: 175px;
    display: inline-block;
    text-align: center;
    color: #495376;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #838aa1;
    margin-top: 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bx-wrapper img {
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-bottom: 15px;
}

.service-item{
	margin-top: 44px;
}
.service-item h3 span
{
    opacity: 0.7;
    font-size: 75px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 900;
    padding-right: 6px;
}
.service-item h3
{
    font-weight: 700;
		margin: 30px;
}
.service-item p
{
    text-align: justify;
    color: inherit;
    padding: 10px 0px;
		min-height: 180px;
}

.mr-btn-15
{
    margin-bottom: 15px;
}
.padding-right-zero
{
    padding-right: 0px !important;
}
.bx-wrapper {
    margin: 0 auto 35px;
}
.nataly-links{
	color:white;
	font-weight: bold;
	text-decoration: underline;
}
.btn-bordered{
	border:1px solid white;
	color:white;
	padding:8px 10px;
	transition: all ease-in-out 0.1s;
	border-radius:1px;
}
.btn-bordered:hover{
	color:black;
	background-color:white;
	transition: all ease-in-out 0.1s;
}

#feature{
	padding:36px 0 156px 0;
	background: linear-gradient(to bottom,transparent 50%,#E7E7E7 10%);
}

.portfolio-item figure {
  position: relative;
  display: inline-block;
  margin: 5px 0 10px 0;
	height: calc(33.3333333% - 15px);
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.portfolio-item figure img{
	/*min-height: 100%;*/
	min-width: 100%;
	max-width: 100%;
	max-height: 357px;
}

.portfolio-item figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: .7em;
  color: #fff;
  background-color: #F4A045;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
	height: 100%;
	padding: 10px 20px;
	text-align: initial;
}
.portfolio-item figure figcaption p{
	bottom: 0;
	position: absolute;
	padding-right: 20%;
	margin-bottom: 20px;
	font-size: 14px;
}

.portfolio-item figure figcaption a{
	color:inherit;
}

.options-toggler{
	width: 100%;
	margin:2vh 0;
	font-family: Lato;
	overflow: auto;
	background-color: #F0F0F0;
	display: table;
}

.options-toggler a{
	width: 20%;
	padding:10px 20px;
	background-color: #F0F0F0;
	box-sizing: border-box;
	text-transform: uppercase;
	color:black;
	font-size:12px;
	display: inline-block;
	text-align: center;
	height:100%;
	display: table-cell;
}

.options-toggler a:hover, .options-toggler a.active{
	background-color:#E2E2E2;
	text-decoration: none;
}

.portfolio-item figure:hover figcaption {
  opacity: 1;
}

/*.portfolio-item
{
    position:relative;
    overflow:hidden;
		max-height: 250px;
}


.portfolio-item figure
{
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.portfolio-item figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}

.portfolio-item figure h2,.portfolio-item figure h3 {
    font-family: 'Fira Sans', sans-serif;
    color:#fff;
    font-size:20px;
    text-align:left;
    padding-bottom:15px;
		width: 95%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
}
.portfolio-item figure h4 {
    font-family: 'Fira Sans', sans-serif;
    color:#fff;
    font-size:18px;
    text-align:left;
    padding-bottom:10px;
}
.portfolio-item figure p {
    display:block;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}


.portfolio-item figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding: 59px 30px;
    background-color: #BE9E21;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    text-align: center;
}
.portfolio-item figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}

.portfolio-item figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.portfolio-item figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.portfolio-item figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}*/
/***********************************
************************************
TESTIMONIAL
************************************
***********************************/
#testimonial
{
    background: url('../img/bg-quotes.png') no-repeat;
    background-size: cover;
    min-height: 390px;
}

.bg-testicolor{
    /*background-color: RGBA(73, 84, 105, 0.61);*/
    min-height: 390px;
}
.white
{
    color: #fff !important;
}
.testimonial-item ul li a{
	color:inherit;
}
.testimonial-item ul li blockquote {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    /*text-shadow: 1px 1px 2px #333;*/
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 0 80px;
    position: relative;
    border: 0;
}
.testimonial-item ul li  small {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    /*text-shadow: 1px 1px 2px #333;*/
    text-align: center;
    display: inline-block;
    width: 100%;
}
.bx-viewport
{
    height: 275px !important;
    background-color: transparent !important;
    border: 0px none !important;
    box-shadow: none !important;
}
.testimonial-item ul li blockquote::before {
    content: '“';
    left: 30px;
}
.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
    position: absolute;
    font-weight: 300;
    font-size: 3em;
    font-family: Georgia, serif;
    color: #ccc;
		top: 62%;
}
.testimonial-item ul li blockquote::after {
    content: '”';
    right: 30px;
}


/***********************************
************************************
Essentials Package
************************************
***********************************/

.essentials-page{
	font-family: "Source Sans Pro";
}

.essentials-page div[class*=' col-md'], .essentials-page div[class^='col-md']{
	float:left;
}
.essentials-bg{
	background-image: url('/img/essentials-bg.png');
	background-repeat: no-repeat;
	background-size:cover;
	min-height:500px;
	position: relative;
	color:white;
	padding-right: 15px;
	padding-left: 15px;
	background-clip: content-box;
}

.logo-top-left{
	position: absolute;
	top:40px;
	width: 120px;
}

.logo-top-right{
	position: absolute;
	top:20px;
	right:0;
	width: 120px;
}

.essentials-top-desc{
	
	font-size:18px;
	background-clip: content-box;
}

.essentials-top-desc p{
	margin:20px 10%;
}



.white-on-blue{
	background-color:#00B2AD;
	color:white;
	font-size:28px;
	background-clip: content-box;
	text-align: center;
	font-weight: bold;
	background-image:url('/img/strongmuscles.png');
	background-position: left 55px center;
	background-size: auto 80px;
	background-repeat: no-repeat;
	margin-top:15px;
}

.white-on-blue p{
	margin:20px 20%;
}


.gray-box{
	background-color: #EFEFEF;
	background-clip: content-box;
	text-align: center;
}

.gray-box .part1{
	background-image: url('/img/essentials.png');
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: left center;
}

.gray-box .part2{
	background-image: url('/img/customisable.png');
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: left center;
}

.gray-box .part2 p:last-child{
	font-size:16px;
	margin-bottom: 30px;
}

.gray-box h3{
	font-size:22px;
	text-align: center;
}

.plusline{
	height:2px;
	width: 100%;
	margin-bottom: 52px;
	background-color:#E2E2E2;
	
}

.plusline img{
	margin-top: -30px;
	height: 64px;
}

.inclusion-box{
	display: inline-block;
	height:220px;
	width: 220px;
	overflow: visible;
	background-color:#8D9091;
	color:white;
	font-size:38px;
	padding:35px 30px;
	text-align: left;
	line-height: 100%;
	font-weight: bold;
	position: relative;
	margin: 21px 40px;
	vertical-align: top;
}

.inclusion-box:not(:last-of-type):after{
	content:'&';
	position: absolute;
	right: -50px;
	top: 100px;
	color:#1AB1AD;
}

.port-img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.inclusion-box p{
	font-size: 18px;
	line-height: 1.3;
	margin-top:10px;
	font-weight: normal;
}

.inclusion-box .timesinto{
	position: absolute;
	top:-20px;
	right:-20px;
	padding:10px;
	background-color: #DE417A;
	color: white;
}

.essentials-headings{
	margin-top:250px;
	margin-bottom:30px;
}

.essentials-headings h1{
	font-size:48px;
	font-weight: bold;
	font-family: "Source Sans Pro";
}
.essentials-headings h2{
	font-size:28px;
	font-weight: lighter;
	font-family: "Source Sans Pro";
}

.text-essentials{
	margin:80px;
	margin-top: 55px;
	margin-bottom:10px;
	color: #606161;
	font-size:28px;
}

.text-package{
	margin-top: 30px;
	margin-bottom:10px;
	padding:20px 40px;
	color:#606161;
	background-color: #F0F0F0;
	font-weight: bold;
	font-size:38px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.0;
	height:150px;
}
.text-price{
	margin-top: 30px;
	margin-bottom:10px;
	padding:45px 30px;
	color:white;
	background-color: #DD407A;
	font-weight: bold;
	font-size:48px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height:150px;
}

.text-price p{
	font-size:26px;
	display: inline-block;
	vertical-align: middle;
	margin:5px;
	margin-bottom:10px;
}

.text-discount{
	font-size:22px;
}

.know-more{
	background-color:#115F6F;
	color:white;
	font-size:26px;
	background-clip: content-box;
	padding-top:80px;
	padding-bottom:80px;
	min-height: 300px;
}

.know-more h2{
	margin:10px 70px;
	font-size:26px;
	margin-top:30px;
}
.know-more p{
	font-size:20px;
	margin:5px 70px;
	margin-bottom:30px;
}

.know-more a{
	color: white;
}

@media (max-width: 990px) {
	
	.white-on-blue{
		font-size:18px;
		background-image:none;
	}
	
	.white-on-blue p{
		margin:20px 12%;
	}
	
	.silver-on-gray{
		font-size:16px;
	}
	
	.gray-box{
		margin-top:30px;
	}
	
	.gray-box .part1{
		background-image: url('/img/essentials-rotated.png');
		background-size: 180px auto;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 55px;
	}
	
	.gray-box .part2{
		background-image: url('/img/customisable-rotated.png');
		background-size: 180px auto;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 55px;
	}
	
	.inclusion-box{
		margin: 16px 14px;
	}
	
	.text-package, .text-price{
		margin:0;
		width: 100%;
		display: block;
		text-align: center;
		height: auto;
		padding: 5px;
	}
	
	.text-price p{
		font-weight: normal;
	}
	
	.text-essentials{
		margin: 32px 50px;
	}
	
	.inclusion-box:not(:last-of-type):after{
		content:'';
	}
	
	.know-more{
		min-height: auto;
		margin:0;
		margin-top: 10px;
		padding-top:10px;
		padding:0;
	}

	
}


/***********************************
************************************
Footer
************************************
***********************************/

#footer{
	margin-top:0vh;
	padding:15px 0.5vw;
	background-color: #115E6E;
	color:white;
	overflow: auto;
}

#footer a{
	color:white;
}

#footer h3{
	font-size:18px;
	text-transform: uppercase;
	color:white;
	margin-bottom:5vh;
	margin-top:2vh;
	letter-spacing: 2px;
}
.footerlinks{
	margin-bottom:5vh;
	margin-top:2vh;
}

.footerimgs img{
	margin-right:2vw;
	width: 128px;
}

#footer hr{
	color:#9E9E9E;
	width:100%;
	margin:4vh 0;
}

.footerlinks a{
	margin:1vh 0;
	padding:3px 1.5vw;
	display: inline-block;
	color:white;
	border-right:1px solid white;
}
.footerlinks a:last-child{
	border-right: 0;
}

#footer .smallicon{
	display: block;
}
/***********************************
************************************
Blog
************************************
***********************************/
.blog-info h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 5px;
}
.blog-comment {
    margin-top: 12px;
    min-height: 30px;
}
.blog-info p, .blog-comment p
{
    color: #949494;
}
.blog-comment p:first-child {
    float: left;
}
.blog-comment p:last-child {
    float: right;
    margin-right: 0;
}
.blog-comment p i
{
    color: #949494;
}
.read-more {
    color: #949494;
    margin-top: 15px;
    display: inline-block;
}
.blog-img
{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-img img {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
/***********************************
************************************
contact
************************************
***********************************/
#contact
{
    /*background-color: rgb(73, 84, 105);*/
		background-color: #035d70;
}
.btn-submit, .btn-submit:hover, .btn-submit:focus
{
    background-color: transparent;
    border-radius: 60px;
    color: #be9e21;
    font-weight: 400;
    border: 1px solid #be9e21;
    font-size: 14px;
    padding: 6px 20px;
}
.form-control
{
    background-color: transparent;
    border-radius: 0px;
    /*color: #be9e21 !important;*/
		color: white !important;
    border-color: #be9e21;
}
.form-control:focus {
    border-color: #be9e21;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.contact-form input.form-control{
    color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
		color: #be9e21;
		display: none;
		border: 1px solid #be9e21;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.loction-info p
{
    margin-bottom: 25px;
}
.loction-info p i
{
    color: #be9e21;
}
/***********************************
************************************
contact
************************************
***********************************/
#footer
{
    padding: 20px 0px;
}
.scrollToTop {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #be9e21;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.white-bg
{
    background-color: #fff;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/
/***********************************
************************************
cta
************************************
***********************************/
.cta {
    background-color: rgb(73, 84, 105);
}
.cta .cta-info {
    
    width: 100%;
    float: left;
    padding: 30px 25px 30px 15px;
    border-radius: 5px;
}
.cta .cta-info .cta-txt h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.cta .cta-info .cta-btn {
    margin-top: 16px;
    background-color: rgb(190, 158, 33);
    padding: 20px 50px;
    color: #FFF;
    font-size: 22px;
    display: inline-block;
    transition: all 0.5s ease-in 0s;
}
/***********************************
************************************
SOME MORE STYLES
************************************
***********************************/
#promotion{
	display: none;
}

.wacoss-declaration{
	background-color: #5F193A;
	color: white;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	padding: 23px;
	width: 100%;
	font-family: Roboto;
	
}

.wacoss-declaration1{
	background-color: #5F193A;
	color: white;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	font-family: Roboto;
	margin-bottom:27px;
}

.quoteForm .form-control{
	color:black !important;
}

.serviceicon{
	margin-top:20px;
}

.margin-top-10{
	margin-top:10px;
}

.margin-top-25{
	margin-top:25px;
}

.margin-top-82{
	margin-top:82px;
}

.margin-top-100{
	margin-top:100px;
}

.background-lightorange{
	background-color:#cde9b0;
}

.panel
{
    text-align: center;
}
.panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
.panel-body
{
    padding: 0px;
    text-align: center;
}

.the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

.wrap-item{
	padding:20px;
	/*background-color: #115E6E;*/
	background-color: #1AB1AD;
	color:white;
	min-height:300px;
}

.wrap-item:hover{
	background-color: #115E6E;
	transform: scale(1.1);
	transition: ease-in-out 0.3s;
	box-shadow: 0 0 30px #c8c8c8;
}

.getquote-banner{
	width: 100%;
	margin-top:5vh;
}
.back-to-page{
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	margin-top:50px;
	display: inline-block;
	padding-left: 25px;
	background-image: url('/img/left-arrow.png');
	background-position: left 10px center;
	background-size:8px;
	background-repeat: no-repeat;
	color: black;
}

.back-to-page:hover{
	text-decoration: none;
}

.affix {
    top:70px;
    position:fixed;
}

.portfolio-title{
	text-align: center;
	margin:30px auto;
	margin-bottom:60px;
	font-size:42px;
	font-family: Lato Black, Lato;
}

.portfolio-project-title{
	text-align: center;
	margin:20px auto;
	font-size: 28px;
	font-family: Lato Black, Lato;
}

.portfolio-desc{
	text-align: center;
	font-size:16px;
}

.testimonial-portfolio{
	padding:50px;
}


.testimonial-portfolio::before{
	content: '“';
	left: 30px;
	margin-top: -10px;
}

.testimonial-portfolio::after{
	content: '”';
	right: 30px;
	bottom:67px;
}


.testimonial-portfolio::before, .testimonial-portfolio::after{
	position: absolute;
	font-weight: 300;
	font-size: 3em;
	font-family: Georgia, serif;
	color: #ccc;
}




/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 980px) and (max-width: 1200px) {
	.top-banner-text span{
		font-size:30px;
	}
	.top-banner-text{
		font-size:16px;
	}
}
@media (min-width: 768px) and (max-width: 980px) {
	.top-banner-text span{
		font-size:20px;
	}
	.top-banner-text{
		font-size:14px;
	}
    .service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
.portfolio-item figure figcaption{
    padding: 15px 10px;
}

.padding-right-zero{
    padding-right: 15px !important;
}
.banner-info{
	font-size:28px;
}
.white-big-btn{
	font-size:16px;
}

}
@media (min-width: 451px) and (max-width: 767px) {
  .service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}

.top-banner-text span{
		font-size:24px;
		padding:20px;
}
.top-banner-text{
		font-size:14px;
}
.top-banner-text, .top-banner-btn{
	text-align:center;
	margin:20px 0px;
	padding: 0;
}
.white-big-btn{
	font-size:16px;
	text-align: center;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.top-banner-btn{
	margin-left:-42px;
}
.animated-arrow{
	height:90px;
	background-position: center;
	background-size:24px;
	position: relative;
	display: inline-block;
}

.videoholder{
	display: none;
}
}
@media (min-width: 20px) and (max-width: 450px) {
.videoholder{
	display: none;
}
.navbar-default .navbar-brand {
    padding-left: 16px;
    margin-top: 0px;
}

.top-banner-text span{
		font-size:18px;
		padding: 15px;
}
.top-banner-text{
		font-size:12px;
}
.white-big-btn{
	font-size:12px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.top-banner-text, .top-banner-btn{
	text-align:center;
	margin:20px 0px;
	padding: 0;
}
.top-banner-btn{
	margin-left:-42px;
}
.animated-arrow{
	height:90px;
	background-position: center;
	background-size:24px;
	position: relative;
	display: inline-block;
}

h1.bnr-title {
    font-size: 16px;
}

h2.bnr-sub-title {
    font-size: 33px;
}
body{
    font-size: 14px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
}
.wrap-item h3 {
    font-size: 18px;
}
.title, .service-title {
    font-size: 28px;
		letter-spacing: 8px;
}
.sub-title {
    font-size: 15px;
}
.service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
.loction-info{
    padding: 0px 15px;
}
.portfolio-item figure figcaption {
    padding: 15px 10px;
}
.padding-right-zero{
    padding-right: 15px !important;
}
.portfolio-item figure p{
    font-size: 14px;
}
.portfolio-item figure h2{
    font-size: 18px;
}
.testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
}
.navbar-default .navbar-nav > li > a{
    line-height: 22px;
    text-align: center;
}
}
