/**
 * File: Style.css
 * Description : Contains all necessary styling for the Ageatia Template 
 * Author: Brainfly Media
 * Credits: www.brainflymedia.com
 * Project: Ageatia
 **/
/*========================================================================*/
/*   01. GENERAL STYLING
/*========================================================================*/

body {
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	color: #444;
	line-height: 54px;
	font-family: "PT Sans",sans-serif;
}

p {
	font-size: 18px;
	line-height:28px;
}

p+p {
	margin-top:10px;
}

/*========================================================================*/
/*   02. OTHERS
/*========================================================================*/

#home {
	display:block;
	width: 100%;
	position: relative;
	background:url(../images/header-bg.jpg) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
	padding: 0;
	background-size:1050px;
}

.header-menu {
	display:none;
}

.site-logo img {
	max-width:190px;
	margin-top: 10px;
}
.new-navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 24px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #333;
}


.new-navbar-toggle .icon-bar {
    background-color: #FFF;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.new-navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.new-navbar-toggle:hover, .new-navbar-toggle:focus {
    background-color: #333;
}

.hero-content {
	text-align:center;
}

.hero-content .btn {
  width: auto;
  padding: 15px 30px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  transition: all 0.3s ease 0s;
}

.hero-content h1 {
  font-family: "PT Sans",sans-serif;
  color:#FFFFFF;
  font-size: 45px;
  line-height: 55px;
}

.hero-content p {
  color:#FFFFFF;
  padding-top:25px;
}

.btn-outline-inverse {
    border-color: #FFF;
    background-color: transparent;
    color: #FFF;
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
    color: #555;
    text-shadow: none;
    background-color: #FFF;
    border-color: #FFF;
}


ul#mainnav {
	list-style:none;
	text-align:center;
	padding:0;
	padding-bottom:50px;
}

ul#mainnav li {
}

ul#mainnav li a {
	display:block;
	width:100%;
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Open Sans',sans-serif;
	line-height:25px;
	padding:5px 15px;
}

ul#mainnav li a:hover {
	background-color: #3e3e3e;
	text-decoration:none;
}



.bubble_cta {
   padding-bottom: 5px;
    border-bottom: 1px solid #511355;
}

.bubble_cta .bubble_icon {
	width:25px;
    float: left;
    margin: 25px 25px 0px 0px;
    font-size: 30px;
	color:#007769;
}

.bubble_cta .bubble_content {
    width: 80%;
    padding: 10px;
    display: block;
}

.bubble_cta .bubble_title {
     margin: 8px 0px 0px;
    font-weight: bold;
     text-transform: uppercase;
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 24px;
}

.bubble_cta .bubble_linktext {
   margin: -70px 0px 0px;
    text-align: center;
    float: right;
    font-size: 45px;
}

.swipelink {
    color: #abc016;
    position: relative;
    display: inline-block;
}
.swipelink:hover {
    color: #abc016;
}
.swipelink:hover .swipelink-overlay {
    width: 100%;
}
.swipelink .swipelink-overlay {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #007769;
    width: 0px;
    height: 100%;
}

.swipelink .swipelink-overlay {
    transition: all 0.2s ease-out 0s;
    transform: translate3d(0px, 0px, 0px);
}


section h2 {
    font-size: 44px;
    line-height: 54px;
	font-family: 'Dosis';
    margin-bottom: 22px;
    text-transform: uppercase;
	text-align:center;
	color:#444;
}
section p {
	font-family: 'PT Sans';
	font-size: 16px;
	line-height: 26px;
	color:#444;
}

section#about {
	text-align:center;
}

section#about .row {
	padding-top:20px;
}
section#services .row {
  padding-bottom:120px;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.g-hr.type_short {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
.g-hr {
    position: relative;
    font-size: 0px;
    text-align: center;
    height: 24px;
    margin: 2% 0px;
    width: 100%;
    padding: 2px 0px;
    overflow: hidden;
    clear: both;
}

.g-hr-h:after {
    left: 13px;
    margin-right: -50%;
}
.g-hr-h:before, .g-hr-h:after{
    background-color: #E8E8E8;
}
.g-hr-h:before {
    left: -13px;
    margin-left: -50%;
}
.g-hr-h:before, .g-hr-h:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 50%;
    margin-top: 9px;
    vertical-align: top;
    position: relative;
    background-color: #E8E8E8;
}
.g-hr-h i, .page-404 i, .w-icon.color_border .w-icon-link {
    color: #E8E8E8;
}
.g-hr-h i {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    vertical-align: top;
    text-align: center;
    color: #E8E8E8;
}

#about p.subtitle {
    font-size: 24px;
	font-family: 'PT Sans';
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: uppercase;
	
}

.highlight  {
color: #007769;
}

.highlight2  {
color: #abc016;
}
.map_grid {
	background-color:#f9f9f9; margin-top:20px;
}
.map_grid h4 {
    width: 19%;
    float: left;
    margin-top: 3%;
    font-style: italic;
	font-family: 'Open Sans',sans-serif;
	    font-size: 14px;
	line-height: 24px;
}
.map_grid .arrow {
    width: 10%;
    float: left;
}
.map_grid .map {
    width: 65%;
    float: left;
}


/* Process Area */

#process-container {
	display:none;
    width: 469px;
    height: 363px;
    background: url("../images/process-container-bg.png") no-repeat 76px 49px;
    margin: 6.5% 0px 0px 0px;
    position: relative;
}

.process {
    width: 153px;
    height: 153px;
    position: relative;
    cursor: default;
    border-radius: 50%;
}

.process-wrap,
.process-info {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.process-wrap {
    top: 17px;
    left: 17px;
}

.process-wrap {
    background: #abc016;
}

.process-info .process-info-front {
    background: #abc016;
}

.process-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
}

.process-info .process-info-front {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.process-info .process-info-back {
    opacity: 0;
    filter: alpha(opacity=0);
    background: #494848;
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

#process1 {
    top: 0px;
    left: 161px;
}

#process2 {
    top: 107px;
    left: 0px;
}

#process3 {
    top: 107px;
    left: 329px;
}

#process4 {
    top: 209px;
    left: 161px;
}

.process {
    background: url(../images/process-bg.png);
}

.process:hover .process-info-front,
.process.hover-emulate .process-info-front {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  font-family: "PT Sans",sans-serif;
  font-size: 16px !important;
  line-height:120px;
  color: #fff;
}

.process-info-front p {
  font-family: "PT Sans",sans-serif;
  font-size: 16px !important;
  line-height:120px;
  color: #fff;
  margin: 0 !important;
}

.process:hover .process-info-back,
.process.hover-emulate .process-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
}

.process-info-back {
    text-align: center;
}

.process-info-back p {
	font-size:14px;	
	font-family: "PT Sans",sans-serif;
    color: #fff;
    margin: 0 auto !important;
    width: 105px;
}

.process-info-back p.threelines {
    padding-top: 32px;
}

.process-info-back p.fourlines {
    padding-top: 10px;
}

.process-grid {
    text-align: center;
}

.process-grid:after,
.process:before {
    content: '';
    display: table;
}

.process-grid:after {
    clear: both;
}

.process-grid li {
    width: 153px;
    height: 153px;
    display: inline-block;
    position: absolute;
}

.separator-type, .title-type {
    position: relative;
}

.separator-type .tagline {
    color: #FFF;
}

.tagline {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}

h6 {
	font-size:20px;
}
#new-parallax {
	width: 100%;
	background:url(../images/img-5.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 400px;
	margin: 0 auto;
	padding: 0;
}

#new-parallax .btn {
font-family: 'Open Sans',sans-serif;
font-weight: 400;
font-size: 13px;
text-transform: uppercase;
padding: 10px 18px;
letter-spacing: 2px;
border-radius: 2px;
transition: all 0.3s ease 0s;
}

.btn-border {
border: 1px solid #636363;
background: none repeat scroll 0% 0% transparent;
}

.border-white {
    border-color: #FFF;
    color: #FFF;
}

.btn-border:hover, .btn-border:focus, .btn-border:active, .btn-border.active, .open .dropdown-toggle.btn-border {
    color: #F00423;
    border-color: #F00423;
}


.contact-left p {
	font-size: 14px;
	line-height: 21px;
	font-family: 'PT Sans';
	font-weight: 400;
 	color:#696969;
}


#contact-form .control-label {
	text-align: left;
	color: #696969;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
}

#contact-form .form-control {
	color: #696969;
	text-align: left;
	font-family: open-sans,sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding: 6px;
	border-radius:0;
}


#contact-form .btn-default {
	background-color:#2ab99b;
	color:#FFF;
	font-family: open-sans,sans-serif;
}

.social-links {
	margin-top:20px;
}
.social-links a {
	text-align: center;
	line-height: 22px;
	font-size: 50px;
	background-color: transparent;
	position: relative;
	width: 30px;
	min-height: 18px;
	margin:0px 4px;
	text-decoration:none;
	border-radius: 50px;
	color: #007769;
}

.social-links a:first-child {
	margin-left:0px;
}

.social-links a:hover {
	color:#abc016;
}
.footer {
	border-color: #000;
	background-color: #262626;
	text-align:center;
	margin:0 auto;
	padding: 20px 0px;
}

.footer p {
	text-align: center;
	color: #696969;
	font-size: 13px;
	line-height: 13px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
}
ul.why-list {
    list-style: circle outside none;
    text-align: left;
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 26px;
    color: #444;
}
ul.site-links {
	padding:0;
	margin:0;
	text-align:center;
}

ul.site-links li {
	display:inline-block;
	margin:0px 10px;
}

.site-links li a {
	color: #696969;
	font-size: 13px;
	line-height: 26px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	text-decoration:none;
}

.site-links li a:hover {
	text-decoration:underline;
	color:#f6f6f6;
}

.w-iconbox-text p {
    margin-bottom: 30px;
}

.w-iconbox-icon {
	font-size: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #007769;
	color: #FFF;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	line-height: 90px;
	height: 90px;
	width: 90px;
	margin: 0px auto;
}


.w-iconbox-title {
	padding: 15px 0px 10px;
	color: #444;
	transition: color 0.3s ease 0s;
	font: 30px/40px 'Dosis';
	text-transform: uppercase;
}


.btn-primary {
    color: #FFF;
    background-color: #007769;
    border-color: #006256;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #FFF;
    background-color: #006256;
    border-color: #006256;
}

a.scrollup {
	display:none;
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 60px;
    right: 60px;
    background-color: #abc016;
	border:1px solid #6b7a00;
	border-radius:4px;
	color:#FFF;
	font-size:36px;
	text-align:center;
	z-index:1050;
	opacity: 0.7;
}


ul.values-list {
	list-style:none;
	text-align:left;
font-family: "PT Sans",sans-serif;
font-size: 16px;
line-height: 26px;
color: #444;
}

.values-list > li {
	margin:20px 0px;
}


ul.list-style-1 {
	padding:0;
	text-align:left;
	font-family: "PT Sans",sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #444;
	list-style:none;
}

.list-style-1 ul {
	list-style:disc;
}

.list-style-2 {
	list-style:disc;
	padding:0;
	text-align:left;
	font-family: "PT Sans",sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #444;
}

.list-style-3 {
	list-style:disc;
	text-align:left;
	font-family: "PT Sans",sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #444;
}

.google-mapit {
	font-weight:bold;
	color:#007769;
	
}

.pulldown {
	margin-top:100px;
}
/*************************/


/*========================================================================*/
/*   03. MEDIA QUERIES
/*========================================================================*/
@media (max-width: 600px) {
	.hero-content h1 {
    font-size: 25px;
    line-height: 35px;
}
.hero-content .btn {
    padding: 10px 16px;
}
.hero-content p {
    padding-top: 15px;
}
.map_grid .map img {
	max-width:220px;
}
.map_grid h4 {
    font-size: 10px;
    line-height: 24px;
}
.separator-type .container {
    padding: 50px 0px;
}
}

@media (min-width: 768px) {
.separator-type .container {
    padding: 100px 0px;
}
}
@media (max-width: 992px) {
.row.header {
  position:fixed;
  top:0;
  right:0;
  left:0;
  background-color:#292929;
  border-bottom:1px solid #1F1F1F;
  padding-bottom:0px;
  z-index:1040;
  margin-left:0px;
}
.hero-content {
	margin-top:110px;
}
}
@media (min-width: 992px) {
.sidebar-toggle {
	display:none;
}

.logo {
    padding-top: 6px;
}

#home {
	text-align:center;
}

#home .header {
	padding-bottom: 20px;
}
#home .container {
  padding-top:20px;
}
.site-logo img {
	max-width:none;
	margin-top: 0px;
}
.hero-content {
  padding-top:70px;
  padding-bottom:70px;
}
.hero-content h1 {
  font-size: 65px;
  line-height: 78px;
}
.hero-content p {
  padding-top:50px;
}
.hero-content .btn {
    padding: 15px 30px;
}
#home {
	background-size:auto;
}
.header-menu {
	display:block !important;
}
ul#mainnav{
    float: left;
    padding-top: 70px;
    padding-left: 100px;
	padding-bottom:0px;
}

ul#mainnav li {
	display:inline-block;
	background: url('../images/nav-bg.png') no-repeat scroll right center transparent;
	margin:0px 0px;
}

ul#mainnav li:last-child {
	background-image:none;
}

ul#mainnav li a {
	display:block;
	width:100%;
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	line-height:25px;
	padding:0px 22px;
}

ul#mainnav li a:hover {
	background-color: transparent;
}
ul#mainnav > li > a:hover > span {
    border-bottom: 1px solid #FFF;
    padding-bottom: 2px;
}
.map_grid .map img {
	max-width:none;
}
#process-container {
	display:block;
}
#new-parallax {
	height: 500px;
}
.separator-type .container {
    padding: 175px 0px;
}
.pulldown {
	margin-top:0;
}
}

