@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');



/*************************
*******Typography******
**************************/
body {
  background: #fff;
  color:#4e4e4e;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
h1 h2 h3 h4 h5 {
font-family: Oswald;
}
.img-responsive{
display: block;
height: auto;
max-width: 100%;
}
/*************************
*******Header******
**************************/
.mobile-screen {
display:none;
}
.logo-mobile {
display:none;
}
.top-email {
	width:100%;
	float:right;
}
.top-main {
    position: absolute;
	top: 20px;
    z-index: 100;
	width:100%;
}
.top-email {
	float: right;
    width: 60%;
    margin-bottom: 5px;
}
.top-email li {
list-style:none;
color:#FFF;
font-size:18px;
font-weight:400;
float:left;
margin-left:10px;
}
.top-email li a {
list-style:none;
color:#FFF;
text-decoration:none;
}
.top-email li a:hover {
color:#ececec;
}
.social-top i {
    color: #FFF;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    padding-top: 20%;
	margin-top:-5px;
    transition: all 0.2s ease-in-out;
}
.social-top i:hover {
    opacity: .8;
}

.top-bar {
	background-color: rgba(0, 0, 0, 0.5);
    line-height: 25px;
    width: 100%;
	height:70px
}

.logo {
	line-height: 70px;
    vertical-align: middle;
    height: 70px;
    display: inline-block;
    position: relative;
	width:25%;
}
.logo img {
	width:100%;
    position: relative;
    top: -48px;
	z-index:100;
    border-radius: 10px;
}
.menu {
width:70%;
float:right;
}
.about-us {
width:100%;
background-color:#f8f8f8;
padding:30px 10px;
}
.button {
  font-family: 'Open Sans', sans-serif;
  background-color: #125007;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 19px;
  margin:15px 2px 4px 5px;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
background-color:#2b821c;
}


.about-us h1 {
margin:0 auto;
text-align:center;
	text-transform: uppercase;
	font-family: Oswald;
    font-size: 3em;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
	color:#125007;
	font-weight:500;
}
.about-us p {
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #5b5b5b;
    font-weight: 400;
	line-height:1.5em;
	text-align:center;
	width:97%;
	margin:0 auto;
}


.about-index {
width:100%;
    margin-top: 40px;
}

.about-index h1 {
margin:0 auto;
text-align:center;
	text-transform: uppercase;
	font-family: Oswald;
    font-size: 3em;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
	color:#125007;
	font-weight:500;
}
.about-index p {
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #5b5b5b;
    font-weight: 400;
	line-height:1.5em;
	text-align:center;
	width:97%;
	margin:0 auto;
}
.how-grid {
    width:90%;
    margin:0 auto;
	padding-top:2%;
}
.how-grid-item p {
    padding-top: 0;
    text-align: center
}

.how-grid-item {
    width: 31%;
    float: left;
	padding:1%;
	margin-right:2%;
    margin-bottom: 4%
}
.how-grid-item p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight:600;
    padding-right: 0;
    color: #000;
	padding-top:3%;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.card {
  background: #fff;
  display: inline-block;
  height: auto;
  position: relative;
}
.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  cursor:pointer;
}
.overall {
background-color:#125007;
width:100%;
padding:40px 0px;
}

.overall-grid {
width:25%;
float:left;
}
.overall-grid-left {
width:45%;
float:left;
vertical-align:middle;
}
.overall-grid-left img {
width:100%
}
.overall-grid-right {
    width: 46%;
    float: left;
    vertical-align: middle;
    margin-top: 15px;
    margin-left: 4%;
} 
.overall-grid-right h1 {
font-size:3em;
font-family: Oswald;
color:#FFF;

}
.overall-grid-right h2 {
font-size:1em;
color:#FFF;
}

p {
  margin: 0;
  padding: 0;
}

.entry.gallery-title .entry-data .entry-header {
    float: left;
    padding: 45px 0;
    position: relative;
}

.entry.gallery-title .entry-data .entry-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -45px;
    left: -1000px;
    background-color: #ffc722;
    -webkit-transform: skewX(-33deg);
    -khtml-transform: skewX(-33deg);
    -moz-transform: skewX(-33deg);
    -ms-transform: skewX(-33deg);
    transform: skewX(-33deg);
}
.entry.gallery-title .entry-data .entry-header .entry-title {
    position: relative;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 37px;
    line-height: 1;
    color: #363533;
}
.entry.gallery-title .entry-data .entry-content {
    padding-top: 45px;
    margin-left: 370px;
}
.entry.practice-title .entry-data .entry-content {
    margin-left: 570px !important;
}
entry.gallery-title .entry-data .entry-content p:last-child {
    margin-bottom: 0;
}
.entry.gallery-title .entry-data::after {
    content: "";
    display: table;
    clear: both;
}


.content-item {
  backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  width: 25%;
  float:left
}
.content-item .overlay {
  border-bottom: 100px solid #247a0d;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
  cursor:pointer;
}
.content-item .overlay img {
width:100%;
}
.content-item:hover .overlay {
  border-bottom: 320px solid #247a0d;
  border-left: 320px solid transparent;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor:pointer;
}
.content-item .corner-overlay-content {
  bottom: 15px;
  color: #FFF;
  position: absolute;
  right: 15px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
  bottom: 0;
  color: #FFF;
  right: 5px;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor:pointer;
}
.content-item .overlay-content h2 {
  padding: 0 0 12px;
  font-size:2em;
}
.content-item:hover .overlay-content {
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.video {
	margin-bottom: 0px !important;
	background-image: url(../images/video-bg.jpg);
	background-position: center bottom;
    background-size: auto 500px;
    background-repeat: repeat-x;
	height:350px;
	margin-top:200px;
}

.wpb_video_wrapper {
    position: relative;
	top:-160px;
}
.wpb_video_wrapper>div {
	width:100%;
	margin:0 auto;
	text-align:center;
}
.wpb_video_wrapper iframe {
width:70%;
margin:0 auto;
height:410px;
text-align:center;
}


.ftr-nav {
background-color:#11772d!important;
background-image:url(../images/footer-ground.jpg);
width:100%;
height:auto;
background-position:center;
background-repeat:no-repeat;
}

.social {
    width: 100%;
    margin-top: 15px;
}
.social ul {
    padding-left: 0px;
}
	
.social ul li {
    list-style-type: none;
    float: left;
	padding:0px;
}
 
.social ul li a i {
    background: #205D7A;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
}
.facebook-bg {
    background:#3b5998!important;
} 
.instagram-bg  {
    background:#d10869!important;
}
.twitter-bg {
    background:#00aced!important;
}
.linkedin-bg {
    background:#0274b3!important;
} 
.google-plus-bg {
    background:#dd4b39!important;
}
.social ul li a i:hover {
    opacity: .7;
}

.contact-grid {
margin-top:4%;
width:31.3333%;
margin-left:2%;
margin-bottom:2%;
float:left;
}
.contact-grid:nth-child(1) {
width:29%;
}
.contact-grid:nth-child(2) {
width:19%;
}
.contact-grid:nth-child(3) {
width:19%;
}
.contact-grid:nth-child(4) {
width:25%;
}
.contact-grid h1 {
color: #FFF;
font-size: 1.6em;
font-weight:400;
padding-bottom: 0.5em;
line-height: 1.2em;
font-family: Oswald;
}
.contact-grid h2 {
color: #FFF;
font-size: 15px;
font-weight:400;
line-height: 1.5em;
padding-top: 5px;
text-decoration:none;
}
.contact-grid li {
float:left;
list-style:none;
color:#FFF;
    padding-top: 10px;
}
.contact-grid li a {
list-style:none;
color:#FFF;
text-decoration:none;
}
.contact-grid li a:hover {
list-style:none;
color:#ccc;
text-decoration:none;
}
.contact-grid p {
color: #FFF;
font-size: 15px;
font-weight:400;
padding-bottom: 0.5em;
line-height: 1.5em;
text-decoration:none;
}
.contact-grid p:hover {
color: #ccc;
text-decoration:none;
}

@media (min-width:1024px) and (max-width:1279px) {
.top-email {
    width: 50%;
}
.menu {
    width: 75%;
}
.entry.gallery-title .entry-data .entry-content {
    padding-top: 30px;
}
.content-item .overlay-content h2 {
    font-size: 1.7em;
}

}
@media (min-width:900px) and (max-width:1023px) {
.top-email {
    width: 55%;
}
.top-email li {
    font-size: 15px;
}
.menu {
    width: 75%;
}
.entry.gallery-title .entry-data .entry-content {
    padding-top: 20px;
}
.content-item .overlay-content h2 {
    font-size: 1.6em;
}
}
@media (min-width:768px) and (max-width:899px) {
.top-main {
display:none;
}
.logo-mobile {
display:block;
width: 100%;
margin: 0 auto;
padding: 10px;
text-align:center;

}
.logo-mobile img {
width:30%;
border-radius: 20px;
margin: 0 auto;
}

.mobile-screen {
display:block;
background-color:#125007;
width:100%;
padding:2%;
margin:0 auto;
text-align:center
}
.mobile-screen li {
list-style:none;
display:inline-block;
font-size:1.1em;
font-weight:400;
color: #FFF;
text-decoration:none;
padding-left:1%;
}
.mobile-screen li a {
color: #FFF;
text-decoration:none;
}
.mobile-screen li a:hover {
color:#f8f8f8;
text-decoration:none;
}
.mobile-screen li i {
padding-right:3px;
}
.entry.gallery-title .entry-data .entry-content {
    padding-top: 10px;
}
.content-item {
    width: 33.3333%;
}
.content-item .overlay-content h2 {
    font-size: 1.8em;
}

}

@media (min-width:600px) and (max-width:767px) {
.top-main {
display:none;
}
.logo-mobile {
display:block;
width: 100%;
margin: 0 auto;
padding: 10px;
text-align:center;

}
.logo-mobile img {
width:40%;
border-radius: 20px;
margin: 0 auto;
}

.mobile-screen {
display:block;
background-color:#125007;
width:100%;
padding:2%;
margin:0 auto;
text-align:center
}
.mobile-screen li {
list-style:none;
display:inline-block;
font-size:1.1em;
font-weight:400;
color: #FFF;
text-decoration:none;
padding-left:1%;
}
.mobile-screen li a {
color: #FFF;
text-decoration:none;
}
.mobile-screen li a:hover {
color:#f8f8f8;
text-decoration:none;
}
.mobile-screen li i {
padding-right:3px;
}

.about-us h1 {
font-size: 2.5em;
}
.about-index {
    margin-top: 20px;
}

.about-index h1 {
font-size: 2.5em;
}
.overall-grid {
    width: 50%;
}
.entry.gallery-title .entry-data .entry-header {
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.entry.gallery-title .entry-data .entry-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffc722;
    -webkit-transform: skewX(0deg);
    -khtml-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 100%;
}
.entry.gallery-title .entry-data .entry-header .entry-title {
    text-align: center;
}
.entry.gallery-title .entry-data .entry-content {
    padding-top: 100px;
    margin-left: 0px;
	margin-right:0px;
    text-align: center;
    padding-bottom: 20px;

}
.content-item {
    width: 50%;
}
.content-item .overlay-content h2 {
    font-size: 1.8em;
}
.content-item .overlay-content h2 {
    padding: 0 0 12px;
    font-size: 1.5em;
}
.contact-grid:nth-child(1) {
    width: 100%;
}
.contact-grid:nth-child(2) {
    width: 48%;
}
.contact-grid:nth-child(3) {
    width: 45%;
}
.contact-grid:nth-child(4) {
    width: 45%;
}
.contact-grid li {
margin-left: 10px;
}



}

@media (min-width:480px) and (max-width:599px) {
.top-main {
display:none;
}
.logo-mobile {
display:block;
width: 100%;
margin: 0 auto;
padding: 10px;
text-align:center;

}
.logo-mobile img {
width:50%;
border-radius: 20px;
margin: 0 auto;
}

.mobile-screen {
display:block;
background-color:#125007;
width:100%;
padding:2%;
margin:0 auto;
text-align:center
}
.mobile-screen li {
list-style:none;
display:inline-block;
font-size:1.1em;
font-weight:400;
color: #FFF;
text-decoration:none;
padding-left:1%;
}
.mobile-screen li a {
color: #FFF;
text-decoration:none;
}
.mobile-screen li a:hover {
color:#f8f8f8;
text-decoration:none;
}
.mobile-screen li i {
padding-right:3px;
}

.about-us h1 {
font-size: 2em;
}
.about-index {
    margin-top: 20px;
}
.about-index h1 {
font-size: 2em;
}
.how-grid {
    width: 60%;
}
.how-grid-item {
    width: 100%;
	margin-top: 15px;
}
.overall-grid {
    width: 50%;
}
.entry.gallery-title .entry-data .entry-header {
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.entry.gallery-title .entry-data .entry-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffc722;
    -webkit-transform: skewX(0deg);
    -khtml-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 100%;
}
.entry.gallery-title .entry-data .entry-header .entry-title {
    text-align: center;
}
.entry.gallery-title .entry-data .entry-content {
    padding-top: 100px;
    margin-left: 0px;
	margin-right:0px;
    text-align: center;
    padding-bottom: 20px;

}
.content-item {
    width: 50%;
}
.content-item .overlay-content h2 {
    padding: 0 0 12px;
    font-size: 1.5em;
}
.contact-grid:nth-child(1) {
    width: 100%;
}
.contact-grid:nth-child(2) {
    width: 47%;
}
.contact-grid:nth-child(3) {
    width: 47%;
}
.contact-grid:nth-child(4) {
    width: 100%;
}


}
@media (min-width:320px) and (max-width:479px) {

.top-main {
display:none;
}
.logo-mobile {
display:block;
width: 100%;
margin: 0 auto;
padding: 10px;
text-align:center;

}
.logo-mobile img {
width:70%;
border-radius: 20px;
margin: 0 auto;
}
.mobile-screen {
display:block;
background-color:#125007;
width:100%;
padding:2%;
margin:0 auto;
text-align:center
}
.mobile-screen li {
list-style:none;
display:inline-block;
font-size:1.1em;
font-weight:400;
color: #FFF;
text-decoration:none;
padding-left:1%;
}
.mobile-screen li a {
color: #FFF;
text-decoration:none;
}
.mobile-screen li a:hover {
color:#f8f8f8;
text-decoration:none;
}
.mobile-screen li i {
padding-right:3px;
}

.about-us h1 {
font-size: 2em;
}
.about-us p {
font-size: 14px;
}
.about-index {
    margin-top: 20px;
}
.about-index h1 {
font-size: 2em;
}
.about-index p {
font-size: 14px;
}
.how-grid {
padding-top: 5%;
}
.how-grid-item {
width: 100%;
}
.overall-grid {
width: 100%;
}
.overall-grid-left img {
    width: 80%;
}
.entry.gallery-title .entry-data .entry-header {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
}
.entry.gallery-title .entry-data .entry-content {
text-align:center;
margin-left:0;
}
.entry-content p {
padding: 20px !important;
}
.entry.gallery-title .entry-data .entry-header::before {
left:0;
right:0;
webkit-transform: skewX(0deg);
-khtml-transform: skewX(0deg);
-moz-transform: skewX(0deg);
-ms-transform: skewX(0deg);
transform: skewX(0deg);
}
.entry.gallery-title .entry-data .entry-header .entry-title {
    margin: 0 auto;
    text-align: center;
}

.content-item {
    width: 100%;
}
.content-item .overlay-content h2 {
    padding: 0 0 12px;
    font-size: 1.5em;
}
.contact-grid:nth-child(1) {
    width: 100%;
}
.contact-grid:nth-child(2) {
    width: 100%;
	margin-top:30px;
}
.contact-grid:nth-child(3) {
    width: 100%;
}
.contact-grid:nth-child(4) {
    width: 100%;
}

}
