/* Need to remove page heading underline, this reset will enhance the full screen video */
/* *, ::before, ::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
} */
body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #046e63;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
	letter-spacing: 0px;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
a {
	color: #05c9b4;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #046e63;
	border: 0;
	margin-bottom: 30px;
}

.ibCheckboxSpan {
	font-size: 15px;
text-align: left;
float: none;
clear: none;
}
input.formCheckbox {
	margin-right: 10px;
	
}
table.tickboxHolder {
	margin: 0px auto;
	text-align: left;
}
table.tickboxHolder tr td {
	width: 150px;
}
input[type="checkbox"] {
    height: 26px;
    width: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/untick_box2.png);
    margin: 3px 3px 4px 0px;
        margin-left: 0px;
    -webkit-box-shadow: #0000 0px 0px 0px;
    vertical-align: middle;
    border: solid 0px #cecdcd;
}
input[type="checkbox"]:checked {
    background: url(../img/tick_box2.png);
    border: solid 0px #cecdcd;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.4);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #05c9b4
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #d9e0e2;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #05c9b4
}
.on {
	background-color: #032731 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #05c9b4 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #05c9b4;
	border-color: #05c9b4;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/header-bg_upscaled_2000.jpg) no-repeat top center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
header p {
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
	text-wrap: wrap;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 70px;
}
.intro-text H1 {
	font-size: 45px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: -2px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}
.color {
	color: #05c9b4
}
.btn-default {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	background-color: #046e63;
	border: 0;
	margin: 6px 8px 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #046e63;
}
/* Hero video */
.hero{
	height: 50vh;
	position: relative;
}
video{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-content{
	position: relative;
	padding-top:120px;
	color: #fff;
	text-align: center;
	background-color: #00000054;
	height: 100%;
}

/*  Scroll down button */
.scrolldown-wrapper{
	display: none;
	width: 100px;
	margin: auto;
	padding: 40px 0 0 0;
}
.scrolldown-btn{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 52px 48px;
}
.scrolldown-btn span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: animatedscroll 2s infinite;
}
.scrolldown-btn span:nth-child(2)
{
	animation-delay: -0.2s;
}

.scrolldown-btn span:nth-child(3)
{
	animation-delay: -0.4s;
}

@media screen and (max-width: 600px) {
	.hero-content{
		padding-top:80px;
	}
	.scrolldown-wrapper{
		padding: 6px 0 0 0;
	}
}

@keyframes animatedscroll{
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}


/* Services Section */
#services-section {
	padding: 80px 0 90px 0;
	background: rgb(3,39,49); /* Old browsers */
	color: #05c9b4;
	background-image: none;
	/*background-image:url(../img/ipad_in_grass.png);*/
	background-repeat:no-repeat;
	background-position:bottom center;
}
#services-section h4 {
	color: #fff;
	text-transform: uppercase;
}

#services-section p {
    /*color: #fff;*/
    max-width: 520px;
    text-align: left;
    margin: auto;
}

.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #05c9b4;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	background: #0b3540;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: #05c9b4; /* Old browsers */
	/* background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #f1c40f;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#works-section hr {
	background: #046e63;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #046e63;
	border: 1px solid #046e63;
	padding: 8px 16px;
	border-radius: 3px;
}
ol.type li a.active {
	background: #05c9b4;
}
ol.type li a:hover {
	background: #05c9b4;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(3, 46, 58, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #032731;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
	color:#FFFFFF;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
	color:#D7D6D6;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #05c9b4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #05c9b4;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #a7b6ba;
	background-color: #1d434e;
	border-color: #1d434e;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #032e3a;
	border-color: #032e3a;
}
/* About Section */
#about-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #05c9b4;
}
#about-section h4 {
	color: #fff;
	font-size: 20px;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #05c9b4;
	padding-right: 5px;
}

/* Team Section */
#team-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: #05c9b4; /* Old browsers */
	/* background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#team-section hr {
	background: #046e63;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 200px;
	height: 200px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
#team-section i.fa {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #05c9b4;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f1c40f;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #05c9b4;
}
/* Testimonials Section */
#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}



/* Contact Section */
#contact-section {
	padding: 80px 0 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: #05c9b4; /* Old browsers */
	/* background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#contact-section hr {
	background: #046e63;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #046e63;
	margin-bottom: 10px;
}

#contact-section a {color:#000000;}
.formPersonalTag, .form-group {font-size: 16px;}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #046e63;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background: #032731;
	padding: 40px 0;
	color: #ffffff;
	text-align: center;
}
#footer p {
	margin-top: 10px;
}
.clientLogo {
    /* width: 167px; */
	max-height: 110px;
	max-width: 167px;
    margin: 15px;
    padding: 10px;
    border-style: solid;
    border-color: #05c9b4;
    border-width: 1px;
    border-radius: 5px;
}

#footer .weblinks{
	display: inline-flex;
}
#footer .list-group-item{
	background-color: transparent;
	border: 0px;
	color: #00ffe4;
	text-transform: uppercase;
	padding: 8px 0px;
	margin: 0 16px;
	word-spacing: 0.01rem;
}
#footer .disabled{
	color: #c8fff9;
	font-size: smaller;
	border-bottom: 1px solid #00594f;

}
#footer .list-group-item a:hover{
	color: #FFFFFF;
}

.modal-body li {
    list-style-position: outside;
	color:#FFFFFF;
    list-style-image: url(../img/tick.png);
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #00483E;
    border-right-color: #05c9b4;
    border-bottom-color: #00483E;
    border-left-color: #05c9b4;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.9;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

a.portfolio-link {
	color: #032e3a;
}

a.portfolio-link.light {
	color: #05C9B4;
}
.nav-pills {
	text-transform: capitalize;
}

.read_more  {
	  display: none;
	}
	
.show {
	   display: block!important;
	}
@media (max-width: 650px) {
	  .extra_content {
		display: none;
	  }
	  #read_more {
		display: block;
		margin: 10px auto;
		background-color: #00cab4;
		border:0px;
		padding: 10px;
		border-radius:5px;
		font-size: 18px;
	  }
	}

	/*@media screen and (min-width: 768px){*/
  .dropdown:hover .dropdown-menu, 
  .btn-group:hover .dropdown-menu{
        background-color: #102332;
        background: rgb(3,46,58);
		background: linear-gradient(160deg, rgba(3,46,58,0.8) 52%, rgba(8,153,137,0.8) 100%);
		border: 0px;
		border-radius: 5px 0px 5px 5px;
    }
    .navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open >a:focus {
	    background-color: #102332;
	    border-radius: 5px 5px 0px 0px;
	    background: rgba(3,46,58,0.8);
		
    }
    .dropdown-menu{
		width: max-content;
        margin-top: 0;
        background-color: #102332;
        color: #d9e0e2;
        padding-top: 0px;
        padding-bottom: 0px;
        text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 1px;
		font-weight: bold;
    }
    .dropdown-menu > li > a {
		text-align: left;
	    color: #d9e0e2;
	    text-transform: uppercase;
	    padding: 6px 20px;
	    }
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background-color: #032731;	
		 color: #05C9B4;  
	}
    .dropdown-toggle{
		padding: 10px;
        margin-bottom: 0px;
    }

    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;

    }
	.navbar-ctas{
		width: fit-content; 
		float: right;
	}

	.nav-list{
		padding: 40px 20px;
		display: table-cell;
	  }
	.nav-list > li > a:hover,
	.nav-list > li > a:focus{
		background-color: #032731;	
		color: #05C9B4; 
	}
	#footer .col-lg-12{
		display: block;
		height: 60px;
	}
	#footer .navbar-brand{
		float: none;
	}
	
	  

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
.navbar-ctas{
	width: auto; 
	float: none;
}
#footer .weblinks{
	display: block;
}
}


@media (max-width: 603px) {

#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
.clientLogo {
    width: 120px;
    margin: 10px;
}
.testimonialsSection {
	padding-left: 40px;
	padding-right:40px;
}

#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	
	background-attachment: fixed;
	color: #fff;
}
.navbar-brand {
	padding:8px 5px 0px 8px;
}

.clientLogo.mobile {
	display: none;
}
.intro-text H1 {
	font-size: 42px;
}
.item img, .item iframe {
	max-width:90%;
}
h2 {
	font-size: 30px;
}
}

@media (max-width: 360px) {
	.hover-bg .hover-text {
	padding: 22% 10%;
	}
}




@media (max-width:1212px) and (min-width:969px) {
    .threeButton {
       min-width: 70px!important;
    }
}


/* Pricing page */
.section-text{
	font-size: 1.6rem;
	color: #fff;
}
.notes{
	font-style: italic;
	font-size: 1.3rem;
}
#selling-section{
	background-color: #032731;
	padding: 40px 0;
}
#tabs{
	font-size: 18px;
	background-color: #F1F1F1;
	padding: 0px;
	margin-top: 100px;
}
/* Card pricing styles */
#tabs .tabs-container{
	background:#032731;
  }
#tabs .card-container{
	display: block;
	margin: 0;
}
#tabs .pricing-menu{
 position: relative;
 text-align: left;
 margin-top: 27px;
}
#tabs .card-pricing{
   background: #ffffff;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(227,227,227,1);
  -moz-box-shadow: 10px 10px 5px 0px rgba(227,227,227,1);
   box-shadow: 10px 10px 5px 0px rgba(227,227,227,1);
   border-radius: 20px;
   width: 30.333333%;
   margin-right: 2%;
   border:1px solid #e1e1e1;
}
#tabs .card-selected{
   background: #e3faf8;
   border:1px dashed #032731;
}
#tabs .nav-tabs {
	display: table-row;
	border-bottom: 0;
	padding: 0;
}
#tabs .ui-widget-header{
	border: 0px;
	background-color: transparent;
}
#tabs h3, 
#tabs h4{
  font-size: 34px;
  font-weight:400;
  color:#032731;
  margin-bottom: 0px;
}
#tabs h4{
  padding: 20px 0 0px 0;
}
#tabs h3{
  margin-bottom: 166px;
}
#tabs h4 .currency{
	color: #032731;
	font-size:small;
	font-weight: lighter;
	margin-right:4px;
}
#tabs .text-bg-primary{
	background-color: #032731;
	font-size: 16px;
	padding: 8px 16px;
	margin: 10px 0 0 0;
}
#tabs p.small{
	margin-bottom:40px;
}
#tabs .text-bg-light{
	background-color: transparent;
	color: #000;
	font-size: 14px;
}
#tabs .btn-primary {
	color: #fff;
	background-color: #046e63;
	border-color: #046e63;
 }
#tabs .list-group-item-menu li{
		 width: 241px;
		 white-space: nowrap;
		 overflow: hidden;
		 text-overflow: ellipsis;
}
#tabs .list-group {
  padding-left: 0;
  margin: 20px 0px;
  
}
#tabs .list-group-item:first-child,
#tabs .list-group-item:last-child{
	border-radius: 0px;
}
#tabs .list-group-item{
	border-top: 1px solid #dddddd5e;
	border-bottom: 1px solid #dddddd5e;
	border-right: 0px;
	border-left: 0px;
	font-size: 18px;
	background-color: transparent;
	color: #333333;
 }
#tabs li.list-group-item a{
	 color: #333333;
 }
#tabs .subheading-col{
	  color: transparent;
	  height: 50px;
  }
 #tabs .nav-tabs > li > a {
  cursor: pointer;
  color: #ffffff;
}

/* JQuery resets */
#tabs.ui-widget.ui-widget-content{
	border: 1px solid #032731;
}
#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#tabs.ui-widget button{
	font-size: 14px;
}
#tabs.ui-widget-content a{
	color: #fff;	
}
/* Interaction states
----------------------------------*/
#tabs .ui-state-default,
#tabs .ui-widget-content .ui-state-default,
#tabs .ui-widget-header .ui-state-default,
#tabs .ui-button {
	border: 0;
	background: #032731;
	font-weight: normal;
	color: #ffffff;
}
#tabs .nav-tabs > li > a:hover {
  color: #ffffff;
  background-color: #05c9b555;
  border: 1px solid #05c9b555;
}
#tabs .ui-state-active a,
#tabs .ui-state-active a:link,
#tabs .ui-state-active a:visited,
#tabs .nav-tabs > li.active > a:hover,
#tabs .nav-tabs > li.active > a:focus{
	color: #000000;
	text-decoration: none;
	background: #f1f1f1;
}
#tabs .nav-tabs > li.active > a,
#tabs .nav-tabs > li.active > a:hover,
#tabs .nav-tabs > li.active > a:focus {
  color: transparent;
  background-color: #05c9b4;
  border: 0;
} 
#tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	padding: 0px;
}
 #tabs .list-group-item i{
	font-size: 2rem;
 }
 #tabs .list-group-item span{
	font-weight: 400;
	font-size: 16px;
 }
 #tabs .listitem{
	display: block;
 }
 #tabs .divider{
	border: 0;
 }
 #tabs .disabled{
	background-color: transparent;
}
 #tabs .subheading{
	text-transform: uppercase;
	font-size: x-small;
	font-weight: 1000;
	color: #004d45;
	border-bottom: 1px solid #fff;
	height: 50px;
	padding-top: 20px;
}
#tabs .fa-close{
	color: #cacaca;
}
#tabs .fa-lock{
	color: #004d45;
}
#tabs .fa-minus{
	color: transparent;
}
#tabs .text-black{
	color: transparent;
}

/* Tooltip container */
.tooltip {
	filter: alpha(opacity=1);
	opacity: 1;
	font-size: 1em;
 }

.dropdown:hover .dropdown-menu, 
.btn-group:hover .dropdown-menu{
		background: rgba(3,46,58);
		text-align: center;
		font-size: 16px;
		font-weight: 200;
	  
}
#tabs .dropdown-divider{
	border-bottom: 1px solid #ffffff70;
}

 @media screen and (max-width:991px) {
	#tabs .card-container{
	  display: block;
	  width: 100%;
   }
   #tabs .pricing-menu{
	  display: none;
   }
   #tabs .card-pricing{
	  display: block;
	  width: auto;
	  margin: 0 40px 40px 40px;
   }
   #tabs .list-group-item{
	 padding: 4px 0;
   }
   #tabs .currency-wrapper{
	 background: #f1f1f1;
	 padding: 1em 1.4em;
	 width: auto;
	 display: block;
	 margin: 0 1.5rem;
   }
   #tabs .subheading-col{
		 color: #333333;
	 }
 }
 @media (min-width:992px) {
	#tabs .listitem {
		display: none;
		
   }
 }

 @media (min-width:992px) and (max-width:1200px) {
	#tabs .list-group-item-menu li{
			 width: 210px;
			 white-space: nowrap;
			 overflow: hidden;
			 text-overflow: ellipsis;
	}
	#tabs .pricing-menu{
		margin-top: 0px;
	}
	#tabs .pricing-menu h3{
		margin-bottom: 176px;
	}
 }

@media only screen 
   and (min-device-width: 320px) 
   and (max-device-width: 480px)
   and (max-device-width: 568px)
   and (max-device-width: 667px) 
   and (-webkit-min-device-pixel-ratio: 2){
   .hero{
	   height: 70vh;
   }
 }

