/*
Theme Name: Flat Bootstrap Child
Description: Child theme for Flat Bootstrap. Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: OCG Creative
Author url: ocgcreative.com
Version: 1.5
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.9
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/

/* 
 * IMPORT the parent theme's stylesheet(s). NOTE: This was moved to functions.php for
 * performance reasons.
 */
/*@import url("../flat-bootstrap/style.css");*/

/* PUT YOUR CHANGED STYLES HERE 
 * 
 * The best way to do this is to copy in the relevant section from the parent's style.css
 * file, change what you want, and remove the lines that you didn't change.
 *
 * NOTE: All these examples here are included just to show you how to do the most common
 * things that users have requested, such as changing colors and the look of buttons, etc.
*/

/* Change the content (page) header to dark blue. */

a {
  color: #4e4e4e;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a:hover, a:active, a:focus {
  color: #2d2d2d;
	text-decoration: underline;
}

a i.fa {
	color: #0e6a54;
}

.content-header {
	background-color: transparent;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 300px){
  html{
    font-size: 14px;
  }
}
@media screen and (min-width: 500px){
  html{
    font-size: 14px;
  }
}
@media screen and (min-width: 570px){
  html{
    font-size: 15px;
  }
}
@media screen and (min-width: 620px){
  html{
    font-size: 16px;
  }
}
@media screen and (min-width: 680px){
  html{
    font-size: 17px;
  }
}


/* ----------------------- End REM Queries -------------------------- */

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 18px;
	font-size: 1rem;
  color: #6b6b6b;
  line-height: 1.8;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Abhaya Libre', serif;
  color: #6b6b6b;
	margin-top: 22px;
	margin-top: 1.375rem;
	margin-bottom: 0.6875rem;
	z-index: 2;
	position:	relative;
}

h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  z-index: 0;
}

h1.page-title {
  text-align: center;
  font-size: 55px;
	font-size: 3.4375rem;
  font-weight: 800;
}

h1.main-head {
  font-size: 55px;
	font-size: 3.4375rem;
  color: #fff;
  font-weight: 800;
	border-bottom: 1px solid #ffffff;
}

@media (max-width: 1270px) {
	h1.main-head {
		font-size: 40px;
		font-size: 2.5rem;
	}
}


h1.main-head strong {
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-size: 0.9rem;
	letter-spacing: 3px;
}

h2.main-head {
	font-family: 'Nunito', sans-serif;
	color: #fff;
	font-size: 20px;
	font-size: 1.125rem;
}

h2 {
  font-size: 45px;
	font-size: 2.8125rem;
}

h2.section-title {
  margin: 0;
}

h3 {
  font-size: 35px;
	font-size: 1.8rem;
}

h3.sub {
	font-family: 'Karla', sans-serif;
	font-size: 42px;
	font-size: 2rem;
  color: #828282;
  text-transform: uppercase;
	font-weight: 800;
}

h4 {
  font-size: 25px;
	font-size: 1.5rem;
}

h4.alt {
  font-size: 25px;
	font-size: 1.5rem;
	font-weight: bold;
}

h5 {
  font-size: 17px;
	font-size: 1.0625rem;
  text-transform: uppercase;
}

.no-marg-header h4 {
	margin-top: 0;
}

a.brand {
  color: #f78e1e;
  font-weight: bold;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.brand:hover, a.brand:active, a.brand:focus {
  color: #c57118;
}

a.white {
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.white:hover, a.white:active, a.white:focus {
  opacity: 0.7;
	text-decoration: none;
}

a.white i.fa {
	color: #fff;
}

.white-text {
  color: #fff;
}

.accent-text {
  color: #018687;
}

.entry-content table {
  border-bottom: 0 solid transparent;
}

textarea.form-control {
  height: 100px;
}

p.sub {
  font-family: 'Abhaya Libre', serif;
  font-size: 22px;
	font-size: 1.25rem;
  line-height: 1.3;
}


/* --------------------------- MEDIA QUERIES ---------------------------- */

@media (max-width: 768px) {
  #upper-nav-center {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .tablet-center {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mobile-center {
    text-align: center;
  }
}

@media (min-width: 991px) {
	.tablet-show {
		display: none;
	}
}

@media (max-width: 991px) {
	.hide-tablet {
		display: none;
	}
}

@media (max-width: 767px) {
	.tablet-show {
		display: none;
	}
}


@media (min-width: 767px) {
	.mobile-show {
		display: none;
	}
}

@media (max-width: 1390px) {
	div.full-1800.col-lg-5.col-md-3.col-sm-4 {
		width: 35%;
	}
	div.col-lg-7.col-md-9.col-sm-8.menunav-bar {
		width: 65%;
	}
}

@media (max-width: 1249px) {
	div.full-1800.col-lg-5.col-md-3.col-sm-4 {
		width: 100%;
		text-align: center;
	}
	div.col-lg-7.col-md-9.col-sm-8.menunav-bar {
		display: none;
	}
}

/* --------------------------- BUTTON STYLES ---------------------------- */

.btn {
  text-transform: uppercase;
  font-family: ;
  border-radius: 0;
  padding: 6px 25px 5px 25px;
}

.btn-main i.fa {
	color: #fff;
}

.btn-main {
	text-transform: capitalize;
	background-color: #018687;
	/* border: 1px solid #018687; */
	color: #ffffff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-main:hover, .btn-main:active, .btn-main:focus {
  background-color: #006a54;
  color: #fff;
}

.btn-main-white {
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-main-white:hover, .btn-main-white:active, .btn-main-white:focus {
  background-color: #0e6a54;
  border: 2px solid #0e6a54;
  color: #fff;
}

.btn-accent {
  background-color: transparent;
  border: 2px solid #06a8aa;
  color: #2d2d2d;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-accent:hover, .btn-accent:active, .btn-accent:focus {
  background-color: #06a8aa;
  border: 2px solid #06a8aa;
  color: #fff;
}

input[type="submit"] {
	background-color: #ffffff00;
	border: 1px solid #018687 !important;
	padding: 6px 25px 5px 25px;
	color: #5c5c5c;
	box-shadow: 0 3px 7px rgba(0,0,0,0.15);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border-radius: 50px;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #018687 !important;
  border: 1px solid #018687 !important;
  color: #fff;
}

p.comment-form-author {
	display: inline-block;
	float:left;
	width: 50%;
}

p.comment-form-email {
	display: inline-block;
	float:left;
	width: 50%;
}

@media (max-width: 768px) {
	p.comment-form-author {
		width: 100%;
	}
	p.comment-form-email {
		width: 100%;
	}
}

.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	width: 30%;
	padding: 0 15px;
	text-align: center;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 70%;
	max-width: 100%;
}

@media (max-width: 768px) {
	.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
		width: 20%;
		padding: 0;
	}
	.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
		width: 80%;
	}
}

@media (max-width: 768px) {
	p.form-submit {
		text-align: center;
	}
}

/* --------------------------- FORM STYLES ---------------------------- */

.fix1 iframe {
  pointer-events: none;
}

label {
  font-weight: 300;
}

.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #2d2d2d;
	background-color: transparent;
	background-image: none;
	border: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555 !important;
  opacity: 1;
}

::selection {
	background: #018687cf !important;
	color: #ffffff !important;
}
::-moz-selection {
	background: #018687cf !important;
	color: #ffffff !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #eeffe7 inset;
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #eeffe7 inset;
    -webkit-text-fill-color: #333;
}


/* --------------------------- HELPER CLASSES ---------------------------- */

@media (max-width: 767px) {
	.mobile-img-height {
		height: 200px;
	}
}

.line-break {
	height: 2px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0,135,135,1);
	background: -moz-linear-gradient(left, rgba(0,135,135,1) 0%, rgba(0,135,135,1) 39%, rgba(255,255,255,0) 39%, rgba(255,255,255,0) 63%, rgba(0,135,135,1) 63%, rgba(0,135,135,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,135,135,1)), color-stop(39%, rgba(0,135,135,1)), color-stop(39%, rgba(255,255,255,0)), color-stop(63%, rgba(255,255,255,0)), color-stop(63%, rgba(0,135,135,1)), color-stop(100%, rgba(0,135,135,1)));
	background: -webkit-linear-gradient(left, rgba(0,135,135,1) 0%, rgba(0,135,135,1) 39%, rgba(255,255,255,0) 39%, rgba(255,255,255,0) 63%, rgba(0,135,135,1) 63%, rgba(0,135,135,1) 100%);
	background: -o-linear-gradient(left, rgba(0,135,135,1) 0%, rgba(0,135,135,1) 39%, rgba(255,255,255,0) 39%, rgba(255,255,255,0) 63%, rgba(0,135,135,1) 63%, rgba(0,135,135,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,135,135,1) 0%, rgba(0,135,135,1) 39%, rgba(255,255,255,0) 39%, rgba(255,255,255,0) 63%, rgba(0,135,135,1) 63%, rgba(0,135,135,1) 100%);
	background: linear-gradient(to right, rgba(0,135,135,1) 0%, rgba(0,135,135,1) 39%, rgba(255,255,255,0) 39%, rgba(255,255,255,0) 63%, rgba(0,135,135,1) 63%, rgba(0,135,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008787', endColorstr='#008787', GradientType=1 );
	margin-bottom: 20px;
}

#no-pad .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.display-cent {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.display-cent {
		display: inherit;
	}
}

.pad-5 {
	padding: 50px;
}

.no-pad {
  padding: 0px !important;
}

.no-marg {
  margin: 0px !important;
}

.no-margpad {
  padding: 0px !important;
  margin: 0px !important;
}

.no-margt {
  margin-top: 0;
}

.no-margb {
  margin-bottom: 0;
}

.no-margtb {
  margin-top: 0;
  margin-bottom: 0;
}

.no-padt {
  padding-top: 0;
}

.no-padb {
  padding-bottom: 0;
}

.no-padtb {
  padding-top: 0;
  padding-bottom: 0;
}

.no-padlr {
  padding-left: 0;
  padding-right: 0;
}

.pad-t1 {
  padding-top: 10px;
}

.pad-t2 {
  padding-top: 20px;
}

.pad-t3 {
  padding-top: 30px;
}

.pad-t4 {
  padding-top: 40px;
}

.pad-t5 {
  padding-top: 50px;
}

.pad-t6 {
  padding-top: 60px;
}

.pad-t7 {
  padding-top: 70px;
}

.pad-t8 {
  padding-top: 80px;
}

@media (max-width: 767px) {
	.pad-t8 {
		padding-top: 10px;
	}
}

.pad-t9 {
  padding-top: 90px;
}

.pad-t10 {
  padding-top: 100px;
}

.pad-b1 {
  padding-bottom: 10px;
}

.pad-b2 {
  padding-bottom: 20px;
}

.pad-b3 {
  padding-bottom: 30px;
}

.pad-b4 {
  padding-bottom: 40px!important;
}

.pad-b5 {
  padding-bottom: 50px!important;
}

.pad-b6 {
  padding-bottom: 60px;
}

.pad-b7 {
  padding-bottom: 70px!important;
}

.pad-b8 {
  padding-bottom: 80px!important;
}

.pad-b9 {
  padding-bottom: 90px;
}

.pad-b10 {
  padding-bottom: 100px;
}

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

.marg-t14 {
	margin-top: 140px;
}

.marg-t2 {
  margin-top: 20px;
}

.marg-t3 {
  margin-top: 30px;
}

.marg-t4 {
  margin-top: 40px;
}

.marg-t5 {
  margin-top: 50px;
}

.marg-t6 {
  margin-top: 60px;
}

.marg-t7 {
  margin-top: 70px;
}

.marg-t8 {
  margin-top: 80px;
}

.marg-t9 {
  margin-top: 90px;
}

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

.marg-b1 {
  margin-bottom: 10px;
}

.marg-b2 {
  margin-bottom: 20px;
}

.marg-b3 {
  margin-bottom: 30px;
}

.marg-b4 {
  margin-bottom: 40px;
}

.marg-b5 {
  margin-bottom: 50px;
}

.marg-b6 {
  margin-bottom: 60px;
}

.marg-b7 {
  margin-bottom: 70px;
}

.marg-b8 {
  margin-bottom: 80px;
}

.marg-b9 {
  margin-bottom: 90px;
}

.marg-b10 {
  margin-bottom: 100px;
}

.neg-marg-b1 {
	margin-bottom: -10px;
}

.cover {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-fade {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}

.icon-fade:hover {
  opacity: 0.5;
}

.dl-horizontal h4 {
	margin-top: 0;
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	font-size: 1.2rem;
}

@media (min-width: 768px) {
.dl-horizontal dt {
    float: left;
    width: 80px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 90px;
}
}

/* --------------------------- BOOTSTRAP NAVBAR STYLES ---------------------------- */

.site-header {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.site-buttons {
	font-size: 15px;
	font-size: .9rem;
}

.nav>li>a {
  padding: 10px;
}

.navbar {
  font-family: ;
  border: 0 solid transparent;
  letter-spacing: 1px;
  color: #2d2d2d;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
}

.navbar-nav {
  float: right;
	padding-top: 15px;
}

@media screen (max-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav>li>a {
    padding-top: 0;
  }
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-nav>li>a {
  color: #2d2d2d;
}

.navbar-default .navbar-nav>.active>a {
  background-color: transparent;
  color: #026b55;
}

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

.dropdown-menu {
  border-radius: 0;
  background-color: #f2f2f2;
  box-shadow: none;
  border-top: 1px solid #fff;
  left: -5px;
}

.dropdown-menu>li>a {
  color: #2d2d2d;
	border-left: 2px solid transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #808285;
  background-color: #fff;
	border-left: 2px solid #0e6a54;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #2d2d2d;
  background-color: #f2f2f2;
	border-left: 2px solid #0e6a54;
}

@media (min-width: 768px) and (max-width: 1022px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: none !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: none !important;
  }
  .navbar-header {
    float: none;
  }
}

@media (max-width: 767px) {
.navbar-default {
	display: none;
}
}

.searchbox-position {
float: right;
color: white;
}

/* --------------------------- HEADER STYLES ---------------------------- */

ul#upper-nav-center.list-inline {
	margin-bottom: 0;
}

@media (max-width: 1249px) {
	ul#upper-nav-center.list-inline li {
		display: block;
	}
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
	color: #000;
	font-size: 20px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
	color: #000;
	font-size: 33px;
}

@media (max-width: 768px) {
	.mobilenavpadb {
		padding-bottom: 15px;
	}
}

.section-image, .section-image-overlay {
	height: 450px;
	min-height: 100px;
	background-color: rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
	.section-image, .section-image-overlay {
		height: 200px;
	}
}

.section-image h1 {
	text-shadow: 1px 2px 8px rgba(000,000,000,0.8);
	font-size: 70px;
	font-size: 4rem;
	margin-top: 10px;
	margin-bottom: 0;
}

.section-image h2 {
	font-size: 22px;
	font-size: 1.325rem;
	font-family: 'Karla', sans-serif;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 10px;
}

.header-bx {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(14, 106, 84, 0.7);
	padding: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.header-bx {
		width: 90%;
	}
}

/* --------------------------- BLOG STYLES ---------------------------- */
@media (max-width: 767px) {
	.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
			padding-right: 0px;
	}
}

.blckgrd-sec {
	background-color: #fff;
}

.blckgrd-sec .vc_col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.blckgrd-sec .vc_gitem_row .vc_gitem-col {
	padding: 0;
}

.blckgrd-sec {
	height: 150px;
	overflow: hidden;
	position: relative;
}

.blckgrd-btsec h4 {
	margin-top: 0;
	color: #0e6a54;
	text-align: center!important;
}

#blg-pgsec .1blck-cont .vc_grid-item-mini {
	border: 1px solid #ccc !important;
	background: #fff;
}

#blg-pgsec div.vc_gitem-zone-mini {
	background-color: #fff;
}

#blg-pgsec div.vc_grid-item-mini.vc_clearfix {
	box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

h2.widget-title {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0;
}

h2.comments-title {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0;
}

h3#reply-title {
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 0;
}

textarea#comment {
	max-width: 100%;
	max-height: 100px;
}

p.comment-form-url {
	display: none;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	color: #fff;
	background-color: #018687;
	border: 0;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus {
	color: #f7f7f7;
	background-color: #166c58;
}


/* --------------------------- HOMEPAGE STYLES ---------------------------- */

#mh-sec {
	position: relative;
	z-index: 0;
	padding-top: 375px;
	padding-bottom: 130px;
	width: 100%;
	background-position: center bottom!important;
}

@media (max-width: 1800px) {
	#mh-sec {
		padding-top: 250px;
	}
}

@media (max-width: 1200px) {
	#mh-sec {
		padding-top: 180px;
	}
}

@media (max-width: 991px) {
	#mh-sec {
		padding-bottom: 100px;
	}
}

h4.link-text {
	font-family: 'Nunito', sans-serif;
    color: #ffffff;
}

h4.link-text a {
	color: #ffffff;
    text-decoration: underline;
}


.white-outline-bx {
	width: 160px;
	height: 160px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	float: left;
	margin-right: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.white-outline-bx:hover {
	background-color: #fff;
	color: #006a54;
}

.white-outline-bx p {
	position: relative;
	bottom: -62px;
	float: left;
	line-height: 1.4;
}

.white-outline-bx img {
	position: relative;
	right: 0px;
	float: right;
	height: 29px;
}

.white-fill-bx {
	background-color: #fff;
	width: 160px;
	height: 160px;
	color: #008687;
	border: 1px solid #fff;
	padding: 10px;
	float: left;
	margin-left: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.white-fill-bx:hover {
	background-color: #008687;
	border: 1px solid #008687;
	color: #fff;
}

.white-fill-bx p {
	position: relative;
	bottom: -62px;
	float: left;
	line-height: 1.4;
}

.white-fill-bx img {
	position: relative;
	right: 0px;
	float: right;
	height: 29px;
}

@media (max-width: 1090px) {
	.white-fill-bx {
    background-color: #fff;
    width: 120px;
    height: 120px;
    color: #008687;
    border: 1px solid #fff;
    padding: 10px;
    float: left;
    margin-left: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	}
	.white-fill-bx p {
    position: relative;
    bottom: -1px;
    float: left;
    line-height: 1.4;
	}
	.white-outline-bx {
		width: 120px;
		height: 120px;
	}
	.white-outline-bx p {
    position: relative;
    bottom: -1px;
    float: left;
    line-height: 1.4;
	}
}


.teal-bx {
	margin-top: -50px;
	position: relative;
	z-index: 5;
}

@media (max-width: 767px) {
	.teal-bx {
    margin-top: -70px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
	}
	#home .teal-bx {
		margin-top: 10px;
	}
}

.teal-bx-inside {
	padding: 40px;
}

.green-bx {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #006a54;
	color: #fff;
	padding: 40px;
}

.green-bx-marg {
	margin-top: -70px;
	z-index: 5;
}

@media (max-width: 767px) {
	.green-bx-marg {
		margin-top: 15px;
	}
}

.green-bx img {
	height: 80px;
	margin-top: 70px;
}

.green-bx a {
	font-family: 'Nunito', sans-serif;
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	font-size: 1.1rem;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.green-bx a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.green-bx i.fa {
	padding-left: 15px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.green-bx a:hover i.fa, .green-bx a:active i.fa, .green-bx a:focus i.fa {
	transform: translatex(3px);
}

a i.fa {
	padding-left: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

a:hover i.fa, a:active i.fa, a:focus i.fa {
	transform: translatex(3px);
}

.ft-card {
	background-color: #f2f2f2;	width: 32%;
	margin-left: auto;
	margin-right: auto;
	padding: 35px;
}

.white-ft-bx {
	background-color: #ffffff;
	padding: 40px;
	box-shadow: 0 3px 15px #0000001c;
}

@media (max-width: 1109px) {
	.white-ft-bx {
		padding: 25px;
	}
}

@media (max-width: 767px) {
	.white-ft-bx {
		padding: 40px;
		margin-top: 40px;
	}
}

.white-ft-bx h4 {
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.8rem;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 0;
	color: #a0a0a0;
}

.white-ft-bx p.sub {
	font-family: 'Abhaya Libre', serif;
	font-size: 19px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1;
	margin-top: 10px;
}

@media (max-width: 804px) {
	.white-ft-bx h4 {
		height: 28px;
	}
}

@media (max-width: 1348px) {
	.white-ft-bx p.sub {
		height: 40px;
	}
}

@media (max-width: 767px) {
	.white-ft-bx p.sub {
		height: inherit;
	}
	.white-ft-bx h4 {
		height: inherit;
	}
}

.white-ft-bx img {
  margin-top: -80px;
}

@media (max-width: 767px) {
	.white-ft-bx img {
		margin-top: -65px;
	}
}

.wht-ft-ht {
	height: 250px;
}

@media (max-width: 1833px) {
	.wht-ft-ht {
		height: 300px;
	}
}

@media (max-width: 1521px) {
	.wht-ft-ht {
		height: 335px;
	}
}

@media (max-width: 1238px) {
	.wht-ft-ht {
		height: 350px;
	}
}

@media (max-width: 1193px) {
	.wht-ft-ht {
		height: 395px;
	}
}

@media (max-width: 1127px) {
	.wht-ft-ht {
		height: 425px;
	}
}

@media (max-width: 1000px) {
	.wht-ft-ht {
		height: 465px;
	}
}

@media (max-width: 991px) {
	.wht-ft-ht {
		height: 410px;
	}
}

@media (max-width: 855px) {
	.wht-ft-ht {
		height: 450px;
	}
}

@media (max-width: 838px) {
	.wht-ft-ht {
		height: 485px;
	}
}

@media (max-width: 810px) {
	.wht-ft-ht {
		height: 505px;
	}
}

@media (max-width: 787px) {
	.wht-ft-ht {
		height: 550px;
	}
}

@media (max-width: 767px) {
	.wht-ft-ht {
		height: inherit;
	}
}

.span3 img {
	width: 50px;
	border: 1px solid #bfbfbf;
	padding: 5px
}

.span3 h4 {
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	font-size: 1.15rem;
	letter-spacing: 2px;
	color: #828282;
}

.bg-square {
	position: relative;
	width:0;
	border-bottom:solid 80px #dcdcdc;
	border-right:solid 55px transparent;
	border-left:solid 55px transparent;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -71px;
}

.bg-square .empty {
	position: absolute;
	top: 4px;
	left: -51px;
	width: 0;
	border-bottom: solid 74px #f2f2f2;
	border-right: solid 51px transparent;
	border-left: solid 51px transparent;
	color: white;
}

.bg-square .empty-white {
	position: absolute;
	top: 4px;
	left: -51px;
	width: 0;
	border-bottom: solid 74px white;
	border-right: solid 51px transparent;
	border-left: solid 51px transparent;
	color: white;
}

.trust-bx {
	background-color: rgba(1, 134, 135, 0.80);
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 40px;
	color: #fff;
}

@media (max-width: 767px) {
	.trust-bx {
		width: 85%;
	}
}

.trust-marg {
	margin-top: -50px;
	margin-bottom: 50px;
}

.trust-marg2 {
  margin-top: 20px;
	margin-bottom: -65px;
	position: relative;
	z-index: 2;
}

.vid-bx {
	background-position: cover !important;
	background-size: cover !important;
  background-repeat: no-repeat !important;
	background: #0e6a54 url(/wp-content/uploads/2017/05/premier-trust-triangle-element.png?id=160) !important;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 40px;
    margin-top: -130px;
}

.play-vid a {
	font-size: 40px;
  background-color: rgba(14, 106, 84, 0.76);
  padding: 17px 30px 17px 35px;
}

.play-vid {
	margin-top: 200px;
}

@media (max-width: 767px) {
	.play-vid {
		margin-top: 0;
    padding: 62px;
	}
}

.benefits li {
    position: relative;
    margin-bottom: 8px;
}

.benefits li:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
	  font-size: 1rem;
    left: -25px;
    top: -2px;
    color: #609586;
}

.benefits {
  list-style: none;
}


/* --------------------------- TESTIMONIAL STYLES -------------------------- */
/* OBSCURE, ARCANE CSS FOR ULTIMATE WIZARD ARCHONS ONLY */
/* ( '+' is the so-called adjacent-sibling selector) */
.testimonial-box p.client + p {
	/*border: 2px solid pink;*/
	display: none !important;
}

.testimonial-box h4 {
	color: #026b55;
}

/* --------------------------- FAQ STYLES -------------------------- */

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent!important;
    border-bottom: 1px solid #cecece;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
    border-color: #008787!important;
}

/* --------------------------- CONTACT STYLES ---------------------------- */

p.discl {
	font-size: 12px;
}

#ctfrm1 .form-control {
	margin-bottom: 15px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 18px;
	color: #c74242;
	position: relative;
	top: -12px;
}

div.wpcf7-validation-errors {
	border: 2px solid #c74242;
	background-color: #fff;
}

div.wpcf7-response-output {
	margin: 10px 0;
}

:focus {
	outline: none !important;
	outline-offset: 0;
	border-color: inherit;
	box-shadow: none !important;
}

/* --------------------------- FOOTER STYLES ---------------------------- */

.after-footer {
	background-color: #252525;
	color: #8b8c8c;
	padding-top: 10px;
	font-size: 16px;
	max-width: 100%;
}

.after-footer a.white {
	color: #8b8c8c;
}

.footer-terms {
  text-align: center;
}

#colophon {
  background-color:#252525;
}

footer#colophon.site-footer .container {
  width: 100% !important;
}

.footer-links {
	color: #8b8c8c;
	font-size: 33px;	
}

.sidebar-footer p {
	letter-spacing: 1px;
}

.sidebar-footer .white-text {
	color: #8a8a8a;
}

.line {
	width: 100%;
	height: 1px;
	background: #8a8a8a;
	margin-bottom: -27px;
	margin-top: 27px;
}

.sidebar-footer h4 {
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	margin-bottom: 4px;
	text-transform: uppercase;
	margin-top: 0;
}

.sidebar-footer a.white {
	color: #8a8a8a;
}
/*--------------------------- HEADER STYLES ------------------------------ */

.button-list {
	position: absolute;
	z-index: 1;
	right: 0;
}

@media (max-width: 992px) {
	.button-list {
		position: inherit;
	}
	.button-list .btn {
		margin-top: 10px;
	}
}

.mgt-flipbox-description img {
	max-height: 500px;
}

div.mgt-flipbox {
	width: 300px;
}

div.mgt-flipbox-front-inner {
    background-color: transparent!important;
}

div.mgt-flipbox-back-inner {
    background-color: transparent!important;
}

.mega-model-popup {
    border-style: solid;
    border-width: 2px;
    border-radius: 0px;
    border-color: #ffffff;
    -webkit-box-shadow: 0 0 7px #404040;
    -o-box-shadow: 0 0 7px #404040;
    -ms-box-shadow: 0 0 7px #404040;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
		padding: 20px;
}

div.modal-popup-box {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact-bx {
	background-color: #fff;
	box-shadow: 0 3px 12px #0000002b;
	margin-top: -40px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.contact-bx {
		margin-top: 10px;
	}
}

.left-contact {
	padding: 40px;
}

.right-contact {
	padding: 40px;
}

.contact-icon {
	height: 51px;
	position: relative;
	right: 0;
	float: right;
	bottom: -6px;
}

td.contributions {
	height: 300px;
}

td.deductable {
	height: 300px;
}

td.most { height: 500px;}

td.deadline {
	height: 200px;
}

td.withdraw {
	height: 200px;
}

td.minimum {
	height: 300px;
}

td.taxable {
	height: 300px;
}

@media (max-width: 1199px) {
	h3.table-hd {
		height: 100px;
	}
	td.most { height: 600px;}
}

@media (max-width: 768px) {
td.contributions {
height: inherit;
}

td.deductable {
height: inherit;
}

td.most { 	height: inherit;}

td.deadline {
	height: inherit;
}

td.withdraw {
	height: inherit;
}

td.minimum {
	height: inherit;
}

td.taxable {
	height: inherit;
}
}

ul.loop {
	padding: 0;
}

.loop li {
	width: 14%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}

@media (max-width: 1400px) {
	.loop li {
    width: 14%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
	}
}

@media (max-width: 768px) {
	.loop li {
    width: 31%;
    float: left;
    margin-right: 2%;
	}
}

@media (max-width: 625px) {
	.loop li {
    width: 46%;
    float: left;
    margin-right: 2%;
		margin-left: 2%;
	}
}

.loop li img {
	box-shadow: 0 3px 12px rgba(0,0,0,0.2);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	max-height: 120px;
}

.loop li img:hover {
	transform: scale(1.02);
}

h5.rancher-ttl {
	height: 100px;
}

.carousel-thank-you {
	background-color: #ffffff;
    box-shadow: 0 0 12px rgb(0 0 0 / 25%);
    border-top: 5px solid #008687;
}

.thank-you-title h5 {
	text-align: center;
    color: #006a54;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 16px;
}

.thank-you-title h5 em{
    font-size: 15px;
}

.thank-you-company {
	text-align: center;
    line-height: 1.9;
    padding-bottom: 7px;
    font-size: 15px;
    font-style: italic;
}

.neg-thanks {
	margin-top: -372px;
	margin-bottom: -55px;
}

@media (max-width: 767px) {
	.neg-thanks {
		margin-top: -238px;
	}
}

div.vc_box_circle img.vc_single_image-img.attachment-full {
	width: 150px;
}

.maw__modal_popup_box .model-popup-btn {
    margin-top: 22px;
    margin-bottom: 12px;
}

h4.accent-text {
	margin-bottom: 1px;
}