html {
	font-size: 16px
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Open Sans, sans-serif
}
body, p {
	color: #000;
	font-size: 16px
}
p {
	font-size: 1em;
	line-height: 26px;
	line-height: 1.85714em
}
.nav>li {
    font-size: 14px!important;
}
.section-title {
	text-transform: uppercase;
	color: #111;
	margin-top: 0;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 30px
}
.section-title:after {
	position: absolute;
	content: ' ';
	background: #03aba4;
	width: 70px;
	height: 3px;
	left: 50%;
	bottom: 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.caption {
	color: #000;
	margin-bottom: 40px;
	line-height: 24px;
	line-height: 1.71429em
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7)
}
h1, h2, h3, h4, h5 {
	color: #008278;
	margin-top: 0;
	font-family: PT Sans, sans-serif
}
.work-caption h2 {
	color: #fff;
}
.says, .screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}
a {
	text-decoration: none!important
}
.gp-bn-btn, a:focus {
	text-decoration: none;
	color: #fff
}
.gp-bn-btn {
	position: relative;
	background-color: #03aba4;
	border-radius: 30px;
	padding: 6px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s ease-in-out
}
.gp-bn-btn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
	border-color: #111
}
.gp-bn-active {
	background-color: transparent;
	border: 1px solid #fff;
	margin-right: 0;
	padding: 11px 50px
}
.gp-bn-active:hover {
	border-color: transparent
}
.gp-btn {
	color: #000;
	padding: 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #03aba4;
	display: inline-block;
	border-radius: 4px;
	transition: all .3s ease-in-out;
	overflow: hidden;
	position: relative
}
.gp-bn-btn-2 {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff
}
#header {
	background: rgba(0,0,0,.2);
	height: 100px;
	z-index: 600
}
#header, #header.navbar-bg {
	transition: all .5s ease-in-out
}
#header.navbar-bg {
	background-color: rgba(3,171,164,.92);
	box-shadow: 0 3px 5px -2px rgba(0,0,0,.2);
	top: 0;
	height: 70px
}
#header.navbar-bg .navbar-header {
	height: auto
}
#header.navbar-bg .navbar-header .navbar-brand {
	padding: 7px 0!important;
	width: 68px!important
}
#header.navbar-bg .navbar-header .navbar-brand img {
	width: 100%
}
#header.navbar-bg .navbar-header .navbar-brand.main-logo {
	display: none
}
#header.navbar-bg .navbar-header .navbar-brand.fixed-logo {
	display: block!important
}
#header.navbar-bg .navbar-nav {
	padding: 15px 0!important;
	transition: all .3s ease-in-out
}
#header.navbar-bg .navbar-nav li.gp-search:before {
	background: #111!important
}
#header.navbar-bg .navbar-nav li a {
	color: #fff
}
#header.navbar-bg .navbar-nav li a:hover {
	color: #024a44!important
}
#header.navbar-bg .navbar-nav li .child-menu {
	top: 28px!important
}
#header.navbar-bg .navbar-nav li .child-menu li {
	padding: 0
}
#header.navbar-bg .navbar-nav li .child-menu li a {
	padding: 10px
}
#header.navbar-bg .navbar-nav li .child-menu li a:hover {
	color: #fff!important
}
#header .navbar {
	margin-bottom: 0;
	height: auto;
	border: none
}
#header .navbar-header {
	transition: all .3s ease-in-out
}
#header .navbar-header .navbar-brand {
	padding: 15px 0;
	height: auto;
	transition: all .3s ease-in-out;
	width: 90px
}
#header .navbar-header .navbar-brand img {
	width: auto
}
#header .navbar-header .navbar-brand.fixed-logo {
	display: none
}
#header .navbar-nav {
	padding: 29px 0;
	transition: all .3s ease-in-out
}
#header .navbar-nav li {
	padding: 0 10px
}
#header .navbar-nav li a {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	transition: all .3s ease-in-out;
	position: relative;
	font-size: 14px;
	font-size: 1em;
	font-weight: 600
}
#header .navbar-nav li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #024a44;
	left: 50%;
	right: 50%;
	bottom: 0;
	transition: all .5s ease-in-out
}
#header .navbar-nav li a:focus, #header .navbar-nav li a:hover {
	background-color: transparent;
	color: #03aba4
}
#header .navbar-nav li a:focus:after, #header .navbar-nav li a:hover:after {
	left: 0;
	right: 0;
	width: 100%
}
#header .navbar-nav li.active a {
	color: #024a44!important
}
#header .navbar-nav li.active a:after {
	left: 0;
	right: 0;
	width: 100%
}
#header .navbar-nav li.gp-search {
	position: relative;
	padding-left: 30px
}
#header .navbar-nav li.gp-search a:after {
	display: none
}
#header .navbar-nav li.gp-search:before {
	background: #fff;
	height: 14px;
	width: 2px;
	content: '';
	position: absolute;
	left: 10px;
	top: 12px
}
#header .navbar-nav li .child-menu {
	left: 0;
	position: absolute;
	top: 102%;
	width: 200px;
	visibility: hidden;
	opacity: 0;
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	background: none 0 0 repeat scroll #05263c;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
#header .navbar-nav li .child-menu li {
	padding: 10px;
	border-bottom: 1px solid #4e4e4e;
	transition: all .3s ease-in-out
}
#header .navbar-nav li .child-menu li a {
	display: block;
	padding: 0;
	color: #fff!important;
	text-transform: capitalize
}
#header .navbar-nav li .child-menu li a:after {
	display: none
}
#header .navbar-nav li .child-menu li:last-child {
	border-bottom: none
}
#header .navbar-nav li .child-menu li:hover {
	background-color: #03aba4
}
#header .navbar-nav li .child-menu li:hover a {
	color: #fff!important;
	display: block;
	text-decoration: none!important
}
#header .navbar-nav li:hover .child-menu {
	-ms-transform: translateY(28px);
	transform: translateY(28px);
	visibility: visible;
	transition: all .5s ease-out;
	opacity: 1;
	z-index: 9999
}
#header.headroom--pinned:not(.headroom--top) {
	background-color: #03aba4;
	position: fixed;
	background: #fff;
	box-shadow: 0 3px 5px -2px rgba(0,0,0,.2);
	top: 0;
	transition: all .5s ease-in-out
}
#header.headroom--pinned:not(.headroom--top) .navbar-header {
	height: auto
}
#header.headroom--pinned:not(.headroom--top) .navbar-header .navbar-brand {
	padding: 12px 0!important;
	width: 150px!important
}
#header.headroom--pinned:not(.headroom--top) .navbar-header .navbar-brand img {
	width: 100%
}
#header.headroom--pinned:not(.headroom--top) .navbar-header .navbar-brand.main-logo {
	display: none
}
#header.headroom--pinned:not(.headroom--top) .navbar-header .navbar-brand.fixed-logo {
	display: block!important
}
#header.headroom--pinned:not(.headroom--top) .navbar-nav {
	padding: 15px 0!important;
	transition: all .3s ease-in-out
}
#header.headroom--pinned:not(.headroom--top) .navbar-nav li.gp-search:before {
	background: #111!important
}
#header.headroom--pinned:not(.headroom--top) .navbar-nav li a {
	color: #000
}
#header.headroom--pinned:not(.headroom--top) .navbar-nav li a:hover {
	color: #03aba4!important
}
#header.headroom--pinned:not(.headroom--top) .navbar-nav li .child-menu {
	top: 28px!important
}
#header.headroom--pinned:not(.headroom--top) .navbar-nav li .child-menu li {
	padding: 0
}
#header.headroom--pinned:not(.headroom--top) .navbar-nav li .child-menu li a {
	padding: 10px
}
#header.headroom--pinned:not(.headroom--top) .navbar-nav li .child-menu li a:hover {
	color: #fff!important
}
.headroom--pinned {
	transition: all .3s ease-in-out
}
.cd-auto-hide-header {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	transform: translateZ(0);
	will-change: transform;
	transition: transform .5s
}
.cd-auto-hide-header:after {
	clear: both;
	content: "";
	display: block
}
.cd-auto-hide-header.is-hidden {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
.cd-auto-hide-header .logo, .cd-auto-hide-header .nav-trigger {
	position: absolute;
	top: 50%;
	bottom: auto;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.cd-auto-hide-header .logo {
	left: 5%
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
	display: block
}
.cd-auto-hide-header .nav-trigger {
	display: table;
	height: 100%;
	padding: 0 1em;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #25283d;
	font-weight: 700;
	right: 0;
	border-left: 1px solid #f2f2f2
}
.cd-auto-hide-header .nav-trigger span {
	display: table-cell;
	vertical-align: middle
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em:after, .cd-auto-hide-header .nav-trigger em:before {
	display: block;
	position: relative;
	height: 2px;
	width: 22px;
	background-color: #25283d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.cd-auto-hide-header .nav-trigger em {
	margin: 6px auto 14px;
	transition: background-color .2s
}
.cd-auto-hide-header .nav-trigger em:after, .cd-auto-hide-header .nav-trigger em:before {
	position: absolute;
	content: '';
	left: 0;
	transition: transform .2s
}
.cd-auto-hide-header .nav-trigger em:before {
	-ms-transform: translateY(-6px);
	transform: translateY(-6px)
}
.cd-auto-hide-header .nav-trigger em:after {
	-ms-transform: translateY(6px);
	transform: translateY(6px)
}

@media only screen and (min-width:1024px) {
.cd-auto-hide-header .nav-trigger {
	display: none
}
}
.cd-auto-hide-header.nav-open .nav-trigger em {
	background-color: hsla(0,0%,100%,0)
}
.cd-auto-hide-header.nav-open .nav-trigger em:before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.cd-auto-hide-header.nav-open .nav-trigger em:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.cd-primary-nav {
	display: inline-block;
	float: right;
	height: 100%;
	padding-right: 5%
}
.cd-primary-nav>ul {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: none;
	box-shadow: 0 14px 20px rgba(0,0,0,.2)
}
.cd-primary-nav>ul a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 5%;
	color: #25283d;
	font-size: 1.8rem;
	border-top: 1px solid #f2f2f2
}
.cd-primary-nav>ul a.active, .cd-primary-nav>ul a:hover {
	color: #8f3985
}

@media only screen and (min-width:1024px) {
.cd-primary-nav {
	display: table
}
.cd-primary-nav>ul {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: auto;
	top: 0;
	padding: 0;
	background-color: transparent;
	box-shadow: none
}
.cd-primary-nav>ul:after {
	clear: both;
	content: "";
	display: block
}
.cd-primary-nav>ul li {
	display: inline-block;
	float: left;
	margin-right: 1.5em
}
.cd-primary-nav>ul li:last-of-type {
	margin-right: 0
}
.cd-primary-nav>ul a {
	height: auto;
	line-height: normal;
	padding: 0;
	border: none
}
}
.cd-primary-nav ul:target, .nav-open .cd-primary-nav ul {
	display: block
}

@media only screen and (min-width:1024px) {
.cd-primary-nav ul:target, .nav-open .cd-primary-nav ul {
	display: table-cell
}
}
.cd-secondary-nav {
	position: relative;
	z-index: 1;
	clear: both;
	width: 100%;
	height: 50px;
	background-color: #25283d;
	transform: translateZ(0);
	will-change: transform;
	transition: transform .5s
}
.cd-secondary-nav:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 35px;
	background: transparent;
	background: linear-gradient(270deg, #25283d, rgba(37,40,61,0));
	pointer-events: none;
	transition: opacity .2s
}
.cd-secondary-nav.nav-end:after {
	opacity: 0
}
.cd-secondary-nav a, .cd-secondary-nav li, .cd-secondary-nav ul {
	height: 100%
}
.cd-secondary-nav ul {
	display: -ms-flexbox;
	display: flex;
	padding: 0 5%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.cd-secondary-nav ul:after {
	clear: both;
	content: "";
	display: block
}
.cd-secondary-nav li {
	display: inline-block;
	float: left;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.cd-secondary-nav li:last-of-type {
	padding-right: 20px
}
.cd-secondary-nav a {
	display: block;
	color: #fff;
	opacity: .6;
	line-height: 50px;
	padding: 0 1em
}
.cd-secondary-nav a.active, .cd-secondary-nav a:hover {
	opacity: 1
}

@media only screen and (min-width:1024px) {
.cd-secondary-nav {
	height: 70px;
	overflow: visible
}
.cd-secondary-nav ul {
	display: block;
	text-align: center
}
.cd-secondary-nav li {
	float: none;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.cd-secondary-nav a {
	line-height: 70px
}
.cd-secondary-nav a.active {
	box-shadow: inset 0 -3px #8f3985
}
}
.cd-secondary-nav.fixed {
	position: fixed;
	top: 60px
}
.cd-secondary-nav.slide-up {
	-ms-transform: translateY(-60px);
	transform: translateY(-60px)
}

@media only screen and (min-width:1024px) {
.cd-secondary-nav.fixed {
	top: 80px;
	box-shadow: 0 -6px 0 #25283d
}
.cd-secondary-nav.slide-up {
	-ms-transform: translateY(-80px);
	transform: translateY(-80px)
}
}
.cd-main-content {
	padding: 60px 5% 2em;
	overflow: hidden
}
.cd-main-content.sub-nav {
	padding-top: 110px
}
.cd-main-content.sub-nav-hero {
	padding-top: 0
}
.cd-main-content.sub-nav-hero.secondary-nav-fixed {
	margin-top: 50px
}
.cd-main-content p {
	max-width: 1024px;
	line-height: 1.6;
	margin: 2em auto;
	font-family: David Libre, serif;
	color: #a5a8a9
}

@media only screen and (min-width:1024px) {
.cd-main-content {
	padding-top: 80px
}
.cd-main-content.sub-nav {
	padding-top: 150px
}
.cd-main-content.sub-nav-hero.secondary-nav-fixed {
	margin-top: 70px
}
.cd-main-content p {
	font-size: 2.4rem
}
}
.cd-main-content.sub-nav-hero :target:before, .cd-main-content.sub-nav :target:before {
	display: block;
	content: "";
	margin-top: -50px;
	height: 50px;
	visibility: hidden
}

@media only screen and (min-width:1024px) {
.cd-main-content.sub-nav-hero :target:before, .cd-main-content.sub-nav :target:before {
	margin-top: -70px;
	height: 70px
}
}
.cd-hero {
	display: table;
	width: 100%;
	margin-top: 60px;
	height: 300px;
	background: url(../img/cd-hero-background.html) no-repeat 50%;
	background-size: cover
}
.cd-hero .cd-hero-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

@media only screen and (min-width:768px) {
.cd-hero {
	height: 400px
}
}

@media only screen and (min-width:1024px) {
.cd-hero {
	height: 600px;
	margin-top: 80px
}
}
.loading {
	display: block;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #111;
	opacity: 1;
	transition: all 1.5s ease-in-out 2s
}
.loading .loading-wrapper {
	position: relative;
	left: calc(50% - 25px);
	top: calc(50% - 20px);
	width: 50px;
	height: 40px;
	transition: all 2s ease-in-out 1s
}
.loading .loading-wrapper .rec {
	display: inline-block;
	height: 100%;
	width: 4px;
	background: #fff;
	animation: a 1.2s infinite ease-in-out;
	margin-right: 2px
}
.loading .loading-wrapper .r2 {
	animation-delay: -1.1s
}
.loading .loading-wrapper .r3 {
	animation-delay: -1s
}
.loading .loading-wrapper .r4 {
	animation-delay: -.9s
}
.loading .loading-wrapper .r5 {
	animation-delay: -.8s
}
@keyframes a {
0%, 40%, to {
-ms-transform:scaleY(.5);
transform:scaleY(.5)
}
20% {
-ms-transform:scaleY(1);
transform:scaleY(1)
}
}
.loading.loaded {
	visibility: hidden;
	opacity: 0
}
.loaded .loading-wrapper {
	opacity: 0
}
.return-to-top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	background: #03aba4;
	width: 42px;
	height: 42px;
	text-decoration: none;
	display: none;
	transition: all .3s ease;
	z-index: 1000
}
.return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 11px;
	top: 9px;
	font-size: 19px;
	transition: all .3s ease
}
.return-to-top:hover {
	background: rgba(0,0,0,.9)
}
.return-to-top:hover i {
	color: #fff;
	top: 5px
}
.back-top {
	display: block
}
.header_wrapper {
	width: 94%;
	margin: 0 auto;
	max-width: 1140px;
	position: relative
}
.dialog {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	z-index: 9999
}
.dialog, .dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.dialog--close .dialog__overlay {
	transition-duration: .5s
}
.dialog--open .dialog__overlay {
	transition-duration: .8s;
	opacity: 1;
	pointer-events: auto
}
.dialog__overlay {
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,.8);
	opacity: 0;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden
}
.dialog.dialog--open .dialog__content {
	opacity: 1
}
.dialog--open .dialog__content {
	pointer-events: auto
}
.dialog__content {
	padding: 0;
	background: transparent;
	width: 80%;
	max-width: 520px;
	min-width: 290px;
	background: #fff;
	padding: 50px;
	text-align: center;
	position: relative;
	z-index: 5;
	opacity: 0
}
.dialog--open .dialog-inner {
	opacity: 1;
	transition: opacity .3s
}
.dialog-inner {
	opacity: 0;
	background: #fff
}
.dialog.dialog--open h2 {
	animation: anim-elem-1 .7s ease-out both
}
.dialog h2 {
	margin: 0;
	font-weight: 400;
	font-size: 24px;
	padding: 0 0 15px;
	text-transform: uppercase
}
#search_popup_wrapper form {
	margin: 10px 0;
	position: relative
}
.search-form {
	position: relative;
	width: 100%
}
.search-form .search-field {
	width: 100%
}
input[type=search] {
	padding-left: 20px;
	padding-right: 35px;
	height: 45px;
	line-height: 1;
	color: #aaa;
	border: 1px solid transparent;
	transition: all .3s;
	box-sizing: border-box;
	background-color: #f7f7f7;
	vertical-align: top;
	color: #111;
	border: 1px solid #ddd;
	outline: none;
	transition: all .3s ease-in-out
}
input[type=search]:hover {
	border-color: #03aba4
}
.search-form .search-submit {
	position: absolute;
	width: 45px;
	height: 45px;
	right: 0;
	top: 0;
	padding: 0;
	font-size: 16px;
	background-color: transparent;
	color: #bababa;
	border: none;
	outline: none;
	transition: all .3s ease-in-out
}
.search-form .search-submit:hover {
	color: #03aba4
}
.dialog.dialog--open a {
	position: absolute;
	border: none;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px!important;
	background-color: #eee;
	color: #000;
	transition: all .3s ease-in-out
}
.dialog.dialog--open a:hover {
	color: #03aba4
}
.navbar-toggle .icon-bar {
	background: #fff
}
#mobile-header {
	text-align: center;
	background: rgba(3,171,164,.92);
	padding: 8px 10px;
	height: 50px;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 10000
}
#mobile-header .main-logo {
	width: 50px;
	display: inline-block
}
#mobile-header .main-logo img {
	width: 100%
}
.menu-container {
	float: right
}
.cbp-spmenu-right {
	right: -270px
}
.cbp-spmenu-vertical a {
	border-bottom: none
}
.cbp-spmenu-vertical a:hover {
	background: none
}
.cbp-spmenu-push-toleft:before {
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 10000
}
.cbp-spmenu-push-toleft {
	left: -270px
}
.dt-social-link {
	margin: 0;
	padding: 0;
	list-style: none
}
.dt-social-link li {
	display: inline-block;
	margin-right: 8px;
	text-decoration: none;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #03aba4;
	transition: all .3s ease-in-out
}
.dt-social-link li:last-child {
	padding: 0
}
.dt-social-link li a {
	color: #03aba4;
	display: block;
	transition: all .3s ease-in-out;
	padding: 0
}
.dt-social-link li a i {
	font-size: 12px;
	font-size: .85714em;
	line-height: 28px;
	line-height: 2em
}
.dt-social-link li:hover {
	background: #03aba4!important
}
.dt-social-link li:hover a {
	color: #fff
}
#mobile-wrapper {
	width: 270px;
	background: #023a36;
	position: fixed;
	z-index: 1000;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	height: 100vh
}
.mobile_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}
.mobile_menu li {
	//border-bottom: 1px solid #06191f;
	font-size: 14px;
	border-bottom: 1px solid #00665e
}
.mobile_menu li:first-child {
	border-top: none
}
.mobile_menu li:last-child {
	border-bottom: none
}
.mobile_menu li a {
	display: block;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease-in-out
}
.menu-item-has-children .sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none
}
.menu-item-has-children .sub-menu li {
	background: #1d1d1d
}
.menu-item-has-children.children-menu-visible .sub-menu {
	display: block;
	transition: all .3s ease-in-out
}
.mobile_menu_search {
	display: none;
}
.mobile_menu_search #search {
	border: 1px solid #ddd;
	position: relative
}
.mobile_menu_search #search input[type=text] {
	border: none;
	outline: none;
	background: transparent;
	padding: 7px 10px;
	width: 85%;
	color: #fff
}
.mobile_menu_search #searchsubmit {
	background-color: transparent;
	border: none
}
.mobile_menu_search #searchsubmit:focus, .mobile_menu_search #searchsubmit:hover {
	outline: none
}
.mobile_menu_search #searchsubmit:hover {
	color: #03aba4
}
.menu-toggle {
	position: relative;
	width: 30px;
	height: 23px;
	float: right;
	margin: 6px
}
.menu-toggle:hover {
	cursor: pointer
}
.menu-toggle>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 1px;
	background-color: #fff;
	transition: all .5s ease-in-out
}
.menu-toggle>div:nth-child(2) {
	top: 50%;
	margin-top: -1px
}
.menu-toggle>div:nth-child(3) {
	top: auto;
	bottom: 0
}
.menu-toggle.active>div:nth-child(1) {
	-ms-transform: translateY(10px) rotate(135deg);
	transform: translateY(10px) rotate(135deg)
}
.menu-toggle.active>div:nth-child(2) {
	opacity: 0
}
.menu-toggle.active>div:nth-child(3) {
	-ms-transform: translateY(-12px) rotate(-135deg);
	transform: translateY(-12px) rotate(-135deg)
}
.swiper-banner {
	position: relative;
	overflow: hidden;
}
.swiper-banner .swiper-slide .slider-caption-one, .swiper-banner .swiper-slide .slider-caption-three, .swiper-banner .swiper-slide .slider-caption-two {
	opacity: 0;
	transition-delay: .7s
}
.swiper-banner .swiper-slide-active .slider-caption-one, .swiper-banner .swiper-slide-active .slider-caption-three, .swiper-banner .swiper-slide-active .slider-caption-two {
	opacity: 1
}
.swiper-banner .swiper-slide>img {
	width: 100%;
	height: auto
}
.swiper-banner .swiper-slide .slider-caption h3 {
	font-size: 20px;
	font-size: 1.42857em;
	letter-spacing: .6em;
	margin-bottom: 30px
}
.swiper-banner .swiper-slide .slider-caption h2, .swiper-banner .swiper-slide .slider-caption h3 {
	color: #fff;
	font-weight: 700;
	text-shadow: 0 4px 5.88px rgba(0,0,0,.2);
	margin-top: 0;
	text-transform: uppercase
}
.swiper-banner .swiper-slide .slider-caption h2 {
	font-size: 50px;
	font-size: 3.57143em;
	margin-bottom: 40px
}
.swiper-banner .swiper-slide .slider-caption p {
	color: #fff;
	line-height: 26px;
	line-height: 1.85714em;
	margin-bottom: 50px
}
.banner-next, .banner-prev {
	top: 50%;
	position: absolute;
	z-index: 500;
	color: #fff;
	background: rgba(0,0,0,.7);
	height: 50px;
	width: 50px;
	transition: all .3s ease;
	text-align: center;
	opacity: 0;
	overflow: hidden;
	cursor: pointer
}
.banner-next .next-btn i, .banner-next .prev-btn i, .banner-prev .next-btn i, .banner-prev .prev-btn i {
	font-size: 40px;
	font-size: 2.85714em
}
.banner-next:hover, .banner-prev:hover {
	background: #03aba4
}
.banner-next {
	right: 0
}
.swiper-pagination {
	text-align: right;
	right: 100px;
	left: auto!important
}
.swiper-pagination-bullet {
	width: 3px;
	height: 20px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
	margin: 0 2px!important
}
.swiper-pagination-bullet-active {
	background: #03aba4;
	height: 25px
}
.overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5)
}
.slider-caption-one {
	text-align: center;
	top: 50%!important;
	left: 50%!important;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	position: absolute
}
.slider-caption-one h2 {
	font-size: 70px;
	font-size: 5em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	position: relative;
	padding: 15px 0;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 20px
}
.slider-caption-one h2:after, .slider-caption-one h2:before {
	position: absolute;
	content: '';
	background: #03aba4;
	width: 300px;
	height: 3px;
	left: 50%;
	right: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .3s ease-in-out
}
.slider-caption-one h2:before {
	top: 0
}
.slider-caption-one h2:after {
	bottom: 0
}
.slider-caption-one h3 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 50px;
	letter-spacing: 1px
}
.slider-caption-two {
	position: absolute;
	left: 20%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.slider-caption-two h4 {
	color: #03aba4;
	font-size: 22px;
	font-size: 1.57143em;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700
}
.slider-caption-two h2 {
	font-size: 40px;
	font-size: 2.85714em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px
}
.slider-caption-two p {
	color: #fff;
	font-size: 16px;
	font-size: 1.14286em;
	margin-bottom: 30px
}
.slider-caption-three {
	position: absolute;
	left: 20%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.slider-caption-three h3 {
	color: #fff;
	font-size: 32px;
	font-size: 2.28571em;
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-weight: 600
}
.slider-caption-three h4 {
	color: #fff;
	font-size: 22px;
	font-size: 1.57143em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px
}
.slider-caption-three h2 {
	font-size: 50px;
	font-size: 3.57143em;
	color: #03aba4;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px
}
.slider-caption-three p {
	color: #ddd;
	font-size: 15px;
	font-size: 1.07143em;
	margin-bottom: 30px
}
.slider-caption-four {
	position: relative;
	text-align: center;
}
.slider-caption-four h2 {
	font-size: 40px;
	font-size: 2.85714em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px
}
.switcher {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 500;
	display: block;
	animation: b 2.5s infinite
}
.switcher i {
	color: #fff;
	font-size: 30px
}
.switcher:hover {
	text-decoration: none
}
.swiper-banner:hover .banner-next, .swiper-banner:hover .banner-prev {
	opacity: 1
}
@keyframes b {
0% {
transform:translateY(0)
}
50% {
transform:translateY(25px)
}
to {
transform:translateY(0)
}
}
.banner-two .banner-next, .banner-two .banner-prev {
	height: 100px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0,0,0,.5)
}
.banner-two .banner-next i, .banner-two .banner-prev i {
	line-height: 100px
}
#about {
	text-align: center;
	padding: 70px 0;
	background: #f5f5f5;
	overflow: hidden
}
#about .caption {
	margin-bottom: 70px;
	color: #111
}
.about-box {
	border-right: 10px;
	background: #fff;
	padding: 60px 20px 20px;
	cursor: pointer;
	transition: all .3s;
	text-align: left;
	position: relative
}
.about-box .icon-box {
	height: 70px;
	width: 70px;
	background: #fff;
	transition: all .3s ease-in-out;
	margin: 0 auto;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	top: -35px;
	left: 20px;
	border: 1px solid #ddd
}
.about-box .icon-box i {
	font-size: 30px;
	font-size: 2.14286em;
	line-height: 76px;
	color: #000;
	transition: all .3s ease-in-out
}
.about-box .about-title {
	font-size: 20px;
	font-size: 1.42857em;
	color: #111;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	transition: all .3s ease-in-out
}
.about-box p {
	margin-bottom: 0;
	color: #111;
	font-size: 15px;
	font-size: 1.07143em
}
.about-box:hover {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)
}
.about-box:hover .icon-box {
	background: #03aba4;
	box-shadow: 0 2px 10px 1px rgba(0,0,0,.2)
}
.about-box:hover .icon-box i {
	color: #fff
}
.about-box:hover .about-title {
	color: #03aba4
}
.about-two {
	padding: 80px 0;
	text-align: center
}
.about-two .about-box {
	text-align: center;
	padding: 20px
}
.about-two .about-box i {
	font-size: 55px;
	font-size: 3.92857em;
	color: #000;
	transition: all .3s ease-in-out
}
.about-two .about-box:hover i {
	color: #03aba4
}
#service {
	padding: 50px 0;
	position: relative;
	overflow: hidden
}
#service, .service-item {
	text-align: center
}
.service-item .service {
	padding: 20px;
	transition: all .5s ease;
	cursor: pointer;
	text-align: center
}
.service-item .service .icon-box {
	margin: 0 auto;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	margin-bottom: 30px;
	transition: all .3s ease-in-out;
	background: #03aba4;
	position: relative
}
.service-item .service .icon-box i {
	font-size: 35px;
	font-size: 2.5em;
	color: #fff;
	position: relative;
	z-index: 10;
	line-height: 100px
}
.service-item .service .icon-box .icon-overlay {
	position: absolute;
	height: 30%;
	width: 30%;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	z-index: -1;
	transition: all .3s ease-in-out;
	margin: auto
}
.service-item .service .service_content .title {
	color: #03aba4;
	font-size: 18px;
	font-size: 1.28571em;
	margin-top: 0;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	font-weight: 600
}
.service-item .service .service_content p {
	color: #111;
	margin-bottom: 0
}
.service-item .service:hover .icon-box {
	box-shadow: 0 2px 10px 1px rgba(0,0,0,.2)
}
.service-item .service:hover .icon-box i {
	color: #03aba4
}
.service-item .service:hover .icon-box .icon-overlay {
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.service-item .service:hover .service_content .title {
	color: #024a44
}
.service-two {
	padding: 50px 0;
	text-align: center
}
.service-two .service {
	margin: 1px;
	height: 260px;
	padding: 55px 0;
	background-color: #eeeeeb;
}
.service-two .service i {
	font-size: 70px;
	font-size: 5em;
	color: #03aba4;
	display: block;
	margin-bottom: 20px
}
.service-two .service .overlay {
	background: #03aba4;
	padding: 50px 0;
	opacity: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: all .3s ease-in-out
}
.service-two .service .overlay h3 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px
}
.service-two .service .overlay p {
	color: #111
}
.service-two .service:hover .overlay {
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}
.portfolio {
	padding-top: 60px;
	padding-bottom: 40px;
	text-align: center;
	overflow: hidden
}
.portfolio .portfolioFilter {
	margin-bottom: 50px;
	padding: 0;
	list-style: none
}
.portfolio .portfolioFilter li {
	display: inline-block;
	margin-right: 10px
}
.portfolio .portfolioFilter li a {
	text-decoration: none;
	color: #111;
	font-size: 14px;
	padding: 6px 15px;
	border: 1px solid #eee;
	transition: all .3s ease-in-out;
	background: #eee
}
.portfolio .portfolioFilter li a.current, .portfolio .portfolioFilter li a:hover {
	background-color: #03aba4;
	color: #fff;
	border-color: transparent;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)
}
.portfolio_container .portfolio-item {
	position: relative;
	overflow: hidden
}
.portfolio_container .portfolio-item img {
	width: 100%;
	transition: all .5s ease-in-out
}
.portfolio_container .portfolio-item .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(3,171,164,.8);
	text-align: left;
	-ms-transform: scale(0);
	transform: scale(0);
	transition: all .3s ease-in-out;
	text-align: center
}
.portfolio_container .portfolio-item .overlay:after, .portfolio_container .portfolio-item .overlay:before {
	content: "";
	opacity: 0;
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	top: 15px;
	z-index: 1;
	transition: opacity .35s ease 0s, transform .35s ease 0s
}
.portfolio_container .portfolio-item .overlay:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}
.portfolio_container .portfolio-item .overlay:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}
.portfolio_container .portfolio-item .overlay .work-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100
}
.portfolio_container .portfolio-item .overlay .work-caption .view {
	display: inline-block;
	color: #fff;
	transition: all .5s ease-in-out;
	font-size: 20px;
	font-size: 1.42857em;
	height: 40px;
	width: 40px;
	padding: 5px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 20px;
	line-height: 1.42857em;
	border-radius: 50%;
	margin-bottom: 100px
}
.portfolio_container .portfolio-item .overlay .work-caption .view:first-child {
	margin-right: 10px
}
.portfolio_container .portfolio-item .overlay .work-caption .view:hover {
	background: #000;
	border-color: transparent
}
.portfolio_container .portfolio-item .overlay .work-caption h2 {
	margin-top: 0;
	font-size: 22px;
	font-size: 1.57143em;
	transition: all .5s ease-in-out;
	-ms-transform: translateY(70px) scale(.95);
	transform: translateY(70px) scale(.95);
	text-transform: uppercase
}
.portfolio_container .portfolio-item .overlay .work-caption h2 a {
	color: #fff;
	text-decoration: none;
	transition: all .3s ease-in-out
}
.portfolio_container .portfolio-item .overlay .work-caption h2 a:hover {
	color: #111
}
.portfolio_container .portfolio-item .overlay .work-caption h3 {
	font-size: 16px;
	font-size: 1.14286em;
	margin: 0;
	transition: all .7s ease-in-out;
	-ms-transform: translateY(60px) scale(.95);
	transform: translateY(60px) scale(.95)
}
.portfolio_container .portfolio-item .overlay .work-caption h3 a {
	color: #fff;
	text-decoration: none;
	transition: all .3s ease-in-out
}
.portfolio_container .portfolio-item .overlay .work-caption h3 a:hover {
	color: #111
}
.portfolio_container .portfolio-item:hover img {
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}
.portfolio_container .portfolio-item:hover .overlay {
	-ms-transform: scale(1);
	transform: scale(1)
}
.portfolio_container .portfolio-item:hover .overlay:after, .portfolio_container .portfolio-item:hover .overlay:before {
	opacity: 1;
	-ms-transform: scale(1);
	transition: opacity .4s ease 0s, transform .45s ease .2s;
	transform: scale(1)
}
.portfolio_container .portfolio-item:hover .overlay .work-caption .view {
	margin-bottom: 30px
}
.portfolio_container .portfolio-item:hover .overlay .work-caption h2, .portfolio_container .portfolio-item:hover .overlay .work-caption h3 {
	-ms-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1)
}
.portfolio-bg {
	background: #eeeeeb
}
#portfolio-two .grid-item {
	width: 33%;
	padding: 10px;
	float: left
}
.portfolio_container .mix {
	display: none
}
#portfolio-two .portfolio-item {
	margin: 5px
}
.countup {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	background-size: cover
}
.counter-box {
	border: 3px solid #03aba4;
	padding: 15px 0;
	background: rgba(0,0,0,.5)
}
.counter-box .count i {
	font-size: 50px;
	color: #03aba4;
	margin-bottom: 25px
}
.counter-box .count h2 {
	font-size: 50px;
	font-size: 3.57143em;
	color: #fff;
	font-weight: 700
}
.counter-box .count p {
	color: #fff;
	font-size: 16px;
	font-size: 1.14286em;
	font-weight: 300
}
.countup-two {
	padding: 100px 0;
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	overflow: hidden
}
.countup-two .overlay {
	background: rgba(53,152,219,.5)
}
.countup-two .counter-box {
	border: none;
	background: rgba(0,0,0,.8)
}
#gp-team {
	padding: 70px 0;
	text-align: center;
	background: #eeeeeb;
	overflow: hidden
}
#gp-team .caption {
	margin-bottom: 40px
}
.team_member {
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
	padding: 5px;
	border: 3px solid #03aba4
}
.team_member .team_thumb img {
	width: 100%
}
.team_member .team_intro {
	position: absolute;
	bottom: -75%;
	left: 0;
	background-color: rgba(53,152,219,.9);
	height: 100%;
	width: 100%;
	padding: 20px;
	text-align: left;
	border-radius: 10px;
	transition: all .6s cubic-bezier(.42, -.4, .57, 1.53)
}
.team_member .team_intro h4 {
	text-transform: uppercase;
	color: #111;
	margin-top: 0;
	font-size: 22px;
	font-size: 1.57143em;
	transition: all .3s ease-in-out;
	font-weight: 700
}
.team_member .team_intro h5 {
	font-size: 18px;
	font-size: 1.28571em;
	color: #111;
	font-weight: 700
}
.team_member .team_intro span {
	color: #fff;
	display: block;
	margin-bottom: 50px
}
.team_member .team_intro p {
	color: #fff
}
.team_member .team_intro .team_link {
	padding: 0;
	margin: 0;
	list-style: none
}
.team_member .team_intro .team_link li {
	display: inline-block;
	margin-right: 10px;
	height: 30px;
	width: 30px;
	border: 1px solid #fff;
	text-align: center;
	background: transparent;
	transition: all .3s ease-in-out
}
.team_member .team_intro .team_link li a i {
	font-size: 15px;
	font-size: 1.07143em;
	line-height: 28px;
	line-height: 2em;
	color: #fff
}
.team_member:hover .team_intro {
	bottom: 0;
	border-radius: 0
}
.team_member:hover .team_intro h4 {
	margin-top: 40px
}
.team_member:hover .team_intro .team_link li:hover {
	background: #111;
	border-color: transparent
}
.team_member:hover .team_intro .team_link li:hover a i {
	color: #03aba4
}
.team-two .owl-carousel {
	position: relative
}
.team-two .owl-carousel .owl-nav .owl-next, .team-two .owl-carousel .owl-nav .owl-prev {
	font-family: dt-icons!important;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	margin: 0;
	padding: 0
}
.team-two .owl-carousel .owl-nav .owl-next:after, .team-two .owl-carousel .owl-nav .owl-next:before, .team-two .owl-carousel .owl-nav .owl-prev:after, .team-two .owl-carousel .owl-nav .owl-prev:before {
	font-size: 70px;
	font-size: 5em;
	color: #111
}
.team-two .owl-carousel .owl-nav .owl-next:hover, .team-two .owl-carousel .owl-nav .owl-prev:hover {
	background-color: transparent
}
.team-two .owl-carousel .owl-nav .owl-prev {
	left: -100px
}
.team-two .owl-carousel .owl-nav .owl-prev:before {
	content: "\e03f"
}
.team-two .owl-carousel .owl-nav .owl-next {
	right: -100px
}
.team-two .owl-carousel .owl-nav .owl-next:after {
	content: "\e04b"
}
#team-slider .team_member {
	padding: 0;
	border: 2px solid #03aba4
}
#team-slider .team_member .team_thumb img {
	transition: all .3s ease-in-out
}
#team-slider .team_member .team_intro {
	text-align: center!important;
	bottom: 0;
	border-radius: 0;
	opacity: 0;
	transition: all .3s ease-in-out
}
#team-slider .team_member .team_intro h4 {
	margin-top: 150px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	letter-spacing: 1px
}
#team-slider .team_member .team_intro h4:after {
	position: absolute;
	content: '';
	background: #333;
	height: 2px;
	width: 70px;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
#team-slider .team_member .team_intro p {
	margin-bottom: 20px
}
#team-slider .team_member:hover .team_thumb img {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
#team-slider .team_member:hover .team_intro {
	opacity: 1
}
#team-slider .team_member:hover .team_intro h4 {
	margin-top: 100px
}
.our-skills {
	overflow: hidden;
	position: relative
}
.our-skills .skills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.our-skills .skills-title {
	text-align: center
}
.our-skills .skills-title h2 {
	color: #000;
	font-weight: 700;
	font-size: 30px;
	font-size: 2.14286em;
	margin-bottom: 20px
}
.our-skills .skills-title p {
	color: #000;
	margin-bottom: 30px
}
.our-skills p {
	color: #000;
	margin-bottom: 10px
}
.our-skills .skills-thumb img {
	width: 100%
}
.skills-wrapper {
	max-width: 550px;
	margin: 0 auto;
	top: 50%
}
.skills-heading span {
	font-size: 16px;
	font-weight: 700;
	color: #111
}
.skills-heading p {
	color: #000;
	float: right;
	margin-bottom: 0
}
progress {
	border: 0;
	height: 15px;
	width: 100%;
	margin-bottom: 10px
}
progress::-webkit-progress-bar {
background-color:#eaeaea
}
progress::-webkit-progress-value {
background-color:#03aba4;
height:15px
}
.our-skills-two {
	padding: 150px 0;
	background-size: cover;
	position: relative
}
.our-skills-two .overlay {
	background: rgba(0,0,0,.8)
}
.our-skills-two .skill-bar {
	padding-right: 100px
}
.our-skills-two .skill-bar .skills-title h2 {
	color: #03aba4;
	font-weight: 700;
	margin-bottom: 30px
}
.our-skills-two .skill-bar .skills-heading p, .our-skills-two .skill-bar .skills-heading span {
	color: #fff
}
.our-skills-two progress::-webkit-progress-bar {
padding:1px;
border:1px solid #fff;
background-color:transparent;
height:9px
}
.our-skills-two progress::-webkit-progress-value {
height:5px
}
.skills-description h2 {
	color: #fff;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 15px
}
.skills-description h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #03aba4;
	width: 50px;
	content: '';
	height: 4px
}
.skills-description p {
	color: #ddd;
	margin-bottom: 45px
}
.skills-description .gp-btn {
	color: #fff;
	border-color: #fff;
	border-radius: 0;
	background: #03aba4;
	border-color: transparent
}
.skills-description .gp-btn:hover {
	background-color: transparent;
	border-color: #fff
}
#blog {
	padding: 50px 0;
	text-align: center;
	overflow: hidden
}
.blog_post {
	text-align: left;
	border: 1px solid #ecf0f1;
	padding: 15px
}
.blog_post ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.blog_post ul li {
	display: inline-block
}
.blog_post .blog-thumb {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}
.blog_post .blog-thumb img {
	width: 100%;
	transition: all .8s ease-in-out;
	overflow: hidden
}
.blog_post .blog-thumb .blog-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(53,152,219,.8);
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease-in-out
}
.blog_post .blog-thumb:hover img {
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.blog_post .blog-thumb:hover .blog-overlay {
	opacity: 1
}
.blog_post .blog_content .post_meta {
	margin-bottom: 10px
}
.blog_post .blog_content .post_meta li {
	padding-right: 10px;
	position: relative
}
.blog_post .blog_content .post_meta li:first-child:after {
	content: '';
	position: absolute;
	height: 12px;
	width: 2px;
	color: #ddd;
	background: #989898;
	right: 0;
	top: 4px
}
.blog_post .blog_content .post_meta li:last-child {
	margin-left: 10px
}
.blog_post .blog_content .post_meta li a {
	text-decoration: none;
	color: #989898
}
.blog_post .blog_content .post_meta li a i {
	padding-right: 5px
}
.blog_post .blog_content .blog_title {
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 20px;
	font-size: 1.42857em;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	font-weight: 700
}
.blog_post .blog_content .blog_title a {
	text-decoration: none;
	color: #2c3e50;
	transition: all .3s ease-in-out
}
.blog_post .blog_content .blog_title a:hover {
	color: #03aba4
}
.blog_post .blog_content p {
	color: #6d6c6c;
	margin-bottom: 15px
}
.blog_post .blog_content .gp-btn {
	font-size: 12px;
	font-size: .85714em;
	border-radius: 0;
	padding: 6px 8px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #000;
	background: rgba(0,0,0,.2);
	border-color: transparent;
	text-decoration: none;
	display: inline-block;
	transition: all .3s ease-in-out;
	font-weight: 600
}
.blog_post .blog_content .gp-btn:hover {
	color: #fff;
	background-color: #03aba4
}
.blog-comments {
	padding-top: 10px;
	border-top: 1px solid #ecf0f1
}
.blog-comments>a {
	display: inline-block;
	text-decoration: none;
	color: #111
}
.blog-comments>a i {
	padding-right: 10px
}
.blog-comments .blog-social {
	float: right
}
.blog-comments .blog-social li {
	padding: 0 5px
}
.blog-comments .blog-social li a {
	color: #111;
	text-decoration: none;
	transition: all .3s ease-in-out
}
.blog-comments .blog-social li a:hover {
	color: #03aba4
}
.blog-two p {
	margin-bottom: 50px
}
.blog-two .blog_post {
	margin-bottom: 20px;
	padding: 0
}
.blog-two .blog_post .blog-thumb-left {
	float: left;
	width: 50%;
	position: relative
}
.blog-two .blog_post .blog-thumb-left img {
	width: 100%
}
.blog-two .blog_post .blog-thumb-left .blog-comments {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(53,152,219,.8);
	border-top: none;
	padding: 10px
}
.blog-two .blog_post .blog-thumb-left .blog-comments a {
	color: #fff;
	transition: all .3s ease-in-out
}
.blog-two .blog_post .blog-thumb-left .blog-comments a:hover {
	color: #111
}
.blog-two .blog_post .blog_content {
	margin-left: 290px;
	padding: 10px 0
}
.blog-two .blog_post .blog_content .blog_title {
	border-bottom: none;
	padding-bottom: 0
}
.blog-two .blog_post .blog_content .gp-btn {
	margin-bottom: 0
}
.blog-two .blog_post.bolg-right .blog_content {
	margin-left: 0;
	margin-right: 290px;
	padding: 10px
}
.blog-two .blog_post .blog-thumb-right {
	position: relative;
	float: right;
	width: 50%
}
.blog-two .blog_post .blog-thumb-right img {
	width: 100%
}
.blog-two .blog_post .blog-thumb-right .blog-comments {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(53,152,219,.8);
	border-top: none;
	padding: 10px
}
.blog-two .blog_post .blog-thumb-right .blog-comments a {
	color: #fff;
	transition: all .3s ease-in-out
}
.blog-two .blog_post .blog-thumb-right .blog-comments a:hover {
	color: #111
}
#testimonial {
	padding: 50px 0;
	text-align: center;
	overflow: hidden;
	background-size: cover;
	background-position: 50%
}
#testimonial .section-title {
	color: #fff
}
.testimonial-slider .testional .item {
	position: relative;
	padding: 50px 0;
	text-align: center
}
.testimonial-slider .testional .item .cliten-thumbs {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 4px solid #03aba4;
	margin: 0 auto 20px
}
.testimonial-slider .testional .item .cliten-thumbs img {
	width: 100%;
	border-radius: 50%
}
.testimonial-slider .testional .item .testi-content p {
	color: #ddd;
	margin-bottom: 60px;
	font-style: italic;
	letter-spacing: 1px
}
.testimonial-slider .testional .item h4 {
	color: #03aba4;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.14286em;
	margin-bottom: 10px;
	font-weight: 700
}
.testimonial-slider .testional .item span {
	color: #fff
}
.testimonial-slider .owl-nav {
	display: none
}
.owl-theme .owl-dots .owl-dot span {
	transition: all .3s ease
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #03aba4;
	height: 10px;
	width: 15px
}
#feedback-slider2 .item {
	background: hsla(0,0%,100%,.8);
	padding: 30px
}
#feedback-slider2 .item .testi-content p {
	color: #111
}
#feedback-slider2 .item h4 {
	color: #03aba4
}
#feedback-slider2 .item span {
	color: #333
}
#pricing_table {
	padding: 50px 0;
	text-align: center;
	background: #eeeeeb;
	overflow: hidden
}
.table {
	background: #fff;
	box-shadow: 0 -3px 29px -2px rgba(0,0,0,.2);
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 20px
}
.table .pricing_plan {
	border: 1px solid #ededed
}
.table .pricing_plan .price {
	background: #03aba4;
	padding-bottom: 20px
}
.table .pricing_plan .price h4 {
	color: #111;
	text-transform: uppercase;
	font-size: 26px;
	font-size: 1.85714em;
	font-weight: 700;
	padding: 10px 0;
	background-color: hsla(0,0%,100%,.2)
}
.table .pricing_plan .price p {
	color: #eee;
	line-height: 24px;
	line-height: 1.71429em;
	margin-bottom: 15px
}
.table .pricing_plan .price .plan {
	display: inline-block;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	padding: 29px 0;
	background: #fff
}
.table .pricing_plan .price .plan h3 {
	font-size: 40px;
	font-size: 2.85714em;
	color: #000;
	font-weight: 600;
	margin-bottom: 0
}
.table .pricing_plan .price .plan span {
	font-size: 14px
}
.table .pricing_plan .configuration {
	padding: 0;
	margin: 0;
	list-style: none
}
.table .pricing_plan .configuration li {
	padding: 10px 0;
	border-bottom: 1px solid #eee
}
.table .pricing_plan .configuration li:nth-child(odd) {
	background: #f8f8f8
}
.table .pricing_plan .configuration li:last-child {
	padding: 17px 0
}
.table .pricing_plan .configuration li.none {
	color: red
}
.table .pricing_plan .configuration li i {
	margin-right: 10px
}
.table .pricing_plan .configuration li .gp-btn {
	border-radius: 30px;
	background: #fff;
	transition: all .3s ease-in-out;
	color: #fff;
	background: #03aba4;
	text-decoration: none
}
.table .pricing_plan .configuration li .gp-btn:hover {
	background: #111;
	color: #fff;
	border-color: transparent
}
#brand {
	text-align: center;
	padding: 50px 0;
	position: relative;
	overflow: hidden
}
.brand {
	margin-top: 30px
}
.brand .item {
	border: 1px solid #111
}
.brand .owl-nav {
	display: none
}
.owl-theme .owl-dots {
	margin-top: 20px
}
#contact {
	text-align: center;
	padding: 0;
}
#contact .contact-inner {
	padding: 50px
}
.contact-header {
	text-align: left;
	margin-bottom: 50px
}
.contact-header h2 {
	color: #000;
	margin-bottom: 15px;
	font-size: 32px;
	font-size: 2.28571em;
	text-transform: uppercase;
	font-weight: 700
}
.contact-form-area {
	background: #fff
}
.contact-form-area .contact-info {
	text-align: center
}
.contact-form-area .contact-info .info {
	background: #fff;
	padding: 15px 0;
	box-shadow: 0 -3px 29px -2px rgba(0,0,0,.2);
	margin-bottom: 41px
}
.contact-form-area .contact-info .info:last-child {
	margin-bottom: 0
}
.contact-form-area .contact-info .info span i {
	color: #03aba4;
	font-size: 30px;
	margin-bottom: 20px
}
.contact-form-area .contact-info .info h4 {
	color: #03aba4;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.14286em;
	text-transform: uppercase
}
.contact-form-area .contact-info .info p {
	color: #5a5a5a;
	margin-bottom: 0
}
#form input[type=text] {
	width: 48%;
	border: none;
	border-bottom: 2px solid #eee;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	outline: none;
	transition: all .3s ease-in-out
}
#form input[type=text]:nth-child(2), #form input[type=text]:nth-child(4) {
	margin-right: 0
}
#form input[type=text]:hover {
	border-color: #03aba4
}
#form textarea {
	width: 100%;
	padding: 10px;
	border: none;
	border-bottom: 2px solid #eee;
	outline: none;
	transition: all .3s ease-in-out;
	height: 210px
}
#form textarea:hover {
	border-color: #03aba4
}
#form .gp-btn {
	width: 100%;
	margin-top: 25px;
	border-radius: 0;
	background: #03aba4;
	color: #fff;
	border: none;
	padding: 12px 0;
	transition: all .3s ease
}
#form .gp-btn:hover {
	background: #111;
	color: #fff;
	border: transparent
}
.contact-intro {
	text-align: left;
	padding: 50px 0
}
.contact-intro h2 {
	font-size: 22px;
	font-size: 1.57143em;
	color: #000
}
.contact-intro p {
	color: #000
}
#contact.contact-two {
	position: relative;
	padding: 0
}
#contact.contact-two .contact-header h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px
}
#contact.contact-two .gmap3-area {
	height: 700px;
	width: 100%
}
#contact.contact-two .contact-header {
	margin-bottom: 0
}
#contact.contact-two .contact-form-area {
	padding: 50px;
	width: 40%;
	position: absolute;
	right: 100px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: hsla(0,0%,100%,.8)
}
#contact.contact-two .contact-form-area #form input[type=text], #contact.contact-two .contact-form-area #form textarea {
	border: 1px solid #111;
	transition: all .3s ease-in-out;
	background-color: transparent;
	color: #111
}
#contact.contact-two .contact-form-area #form input[type=text] {
	width: 47%
}
#contact.contact-two .contact-form-area #form input[type=text]:hover {
	border-color: #03aba4
}
#contact.contact-two .contact-form-area #form p {
	padding: 0 8px
}
.gmap3-area {
	height: 550px
}
#newsletter {
	padding: 100px 0;
	text-align: center;
	background-size: cover
}
#newsletter .news-wraper {
	max-width: 600px;
	margin: 0 auto
}
#newsletter .news-wraper h3 {
	font-size: 35px;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	color: #03aba4
}
#newsletter .news-wraper form {
	border: 2px solid #03aba4;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out
}
#newsletter .news-wraper form input[type=email] {
	width: 100%;
	background-color: transparent;
	border: none;
	padding: 15px 125px 15px 20px;
	outline: none;
	color: #fff
}
#newsletter .news-wraper form button {
	background: #03aba4;
	padding: 15px 20px;
	color: #fff;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	outline: none;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600
}
#newsletter .news-wraper form button i {
	margin-right: 10px
}
#newsletter .news-wraper form:hover {
	border-color: #fff
}
#newsletter .news-wraper form:hover button {
	background: #fff;
	color: #333
}
#footer {
	padding-top: 50px;
	text-align: center;
	background: #2f2f2f
}
#footer h2 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	font-size: 1.71429em;
	margin-bottom: 30px
}
#footer .gp-social-link {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 50px
}
#footer .gp-social-link li {
	display: inline-block;
	padding-right: 10px
}
#footer .gp-social-link li a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	height: 40px;
	width: 40px;
	font-size: 20px;
	font-size: 1.42857em;
	line-height: 40px;
	transition: all .3s ease-in-out
}
#footer .gp-social-link li a:hover {
	background: #03aba4;
	color: #fff;
	border-color: transparent
}
.copyright {
	padding: 20px 0;
	border-top: 1px solid #666;
	text-align: center
}
.copyright p {
	color: #eee;
	margin-bottom: 0;
	padding-right: 10px
}
.copyright p a {
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-left: 20px
}
.copyright p a:before {
	content: '';
	position: absolute;
	height: 15px;
	width: 2px;
	background: #ddd;
	left: 10px;
	top: 2px
}
#footer.footer {
	background: #03141f;
	text-align: left
}
#footer.footer .copyright {
	border-color: #1d292d
}
#footer.footer h3 {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	font-size: 1.57143em;
	text-transform: uppercase;
	margin-bottom: 30px
}
#footer.footer .info i {
	float: left;
	color: #03aba4;
	font-size: 25px;
	font-size: 1.78571em;
	height: 40px;
	width: 40px
}
#footer.footer .info p {
	color: #a9a9a9;
	line-height: 22px;
	line-height: 1.57143em;
	margin-bottom: 20px
}
#footer.footer .gp-social-link {
	margin-top: 30px
}
#footer.footer .gp-social-link li a {
	text-align: center;
	color: #fff;
	border-color: #fff;
	height: 35px;
	width: 35px;
	font-size: 18px;
	font-size: 1.28571em;
	line-height: 35px
}
#footer.footer .gp-social-link li a:hover {
	background: #03aba4;
	border-color: transparent
}
#footer.footer .news-wrapper {
	margin-bottom: 10px;
	border-bottom: 1px solid #0a2231;
	padding-bottom: 5px
}
#footer.footer .news-wrapper:last-child {
	border-bottom: none
}
#footer.footer .news-wrapper>a {
	display: block;
	float: left;
	transition: all .3s ease-in-out;
	width: 70px;
	height: 70px
}
#footer.footer .news-wrapper>a img {
	width: 100%
}
#footer.footer .news-wrapper .news-content {
	margin-left: 85px
}
#footer.footer .news-wrapper .news-content a span {
	color: #ddd;
	font-size: 20px;
	font-size: 1.42857em;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	transition: all .3s ease-in-out;
	line-height: 15px;
	line-height: 1.07143em
}
#footer.footer .news-wrapper .news-content a p {
	color: #a5a5a5;
	margin-bottom: 0;
	line-height: 22px;
	line-height: 1.57143em
}
#footer.footer .news-wrapper:hover a:hover {
	opacity: .7
}
#footer.footer .news-wrapper:hover .news-content a {
	text-decoration: none
}
#footer.footer .news-wrapper:hover .news-content a span {
	color: #03aba4
}
.flicker a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	transition: all .3s ease-in-out
}
.flicker a:hover {
	opacity: .7
}
.flicker .copyright {
	border-color: #0b2333;
	text-align: center
}
.flicker .copyright p {
	color: #929292
}
.blog-page #header {
	position: relative;
	background: #03141f
}
.blog-single {
	padding: 70px 0;
	background: #eeeeeb
}
.blog-wrapper .blog-thumb {
	position: relative;
	margin-bottom: 20px
}
.blog-wrapper .blog-thumb img {
	width: 100%
}
.blog-wrapper .blog_post {
	margin-bottom: 20px
}
.blog-wrapper .post-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px
}
.blog-wrapper .post-meta li {
	display: inline;
	padding-right: 20px
}
.blog-wrapper .post-meta li a {
	text-decoration: none;
	font-weight: 500;
	color: #03aba4;
	font-weight: 600;
	transition: all .3s ease-in-out
}
.blog-wrapper .post-meta li a i {
	margin-right: 10px
}
.blog-wrapper h2 {
	color: #222;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 28px;
	font-size: 2em
}
.blog-wrapper p {
	margin-bottom: 20px;
	color: #545454
}
.blog-wrapper blockquote {
	font-style: italic;
	color: #03aba4;
	font-weight: 600;
	border-left: none;
	border-top: 1px solid #03aba4;
	border-bottom: 1px solid #03aba4;
	padding: 15px;
	font-size: 16px;
	font-size: 1.14286em
}
.blog-wrapper .tag-area i {
	margin-right: 10px;
	color: #03aba4
}
.blog-wrapper .tag-area a {
	text-decoration: none;
	color: #111;
	margin-right: 5px;
	transition: all .3s ease-in-out;
	font-weight: 700
}
.blog-wrapper .tag-area a:hover {
	color: #03aba4
}
.blog-sub-title {
	font-size: 24px;
	font-size: 1.71429em;
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px
}
.blog-sub-title:after {
	position: absolute;
	background: #03aba4;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	content: ''
}
.athor {
	padding: 10px;
	margin-bottom: 30px
}
.athor .athor-inner {
	border: 1px solid #ddd;
	padding: 10px
}
.athor .athor-inner .thumb {
	float: left
}
.athor .content {
	margin-left: 110px
}
.athor .content h4 {
	font-size: 20px;
	font-size: 1.42857em;
	font-weight: 700;
	margin-bottom: 10px
}
.athor .content span {
	color: #999;
	display: block;
	margin-bottom: 10px;
	font-weight: 600
}
ol {
	margin: 0;
	list-style: none
}
ol.comment-list {
	padding: 0
}
article {
	padding: 15px 0;
	position: relative
}
article .reply {
	position: absolute;
	right: 0;
	bottom: 15px
}
article .reply a {
	text-decoration: none;
	color: #03aba4
}
article .reply a i {
	margin-left: 10px
}
article {
	border-bottom: 1px solid #eee;
	paddin: 20px 0
}
.comment-meta img {
	float: left
}
.comment-meta a {
	margin-left: 110px;
	text-decoration: none;
	color: #ccc;
	margin-bottom: 10px;
	display: block;
	font-weight: 600
}
.comment-meta a i {
	margin-right: 5px
}
.comment-meta a.url {
	font-size: 16px;
	font-size: 1.14286em;
	color: #111;
	text-decoration: none;
	font-weight: 700;
	margin-bottom: 5px
}
.comment-content {
	margin-left: 110px
}
.comment-content p {
	margin-bottom: 20px;
	color: #676767
}
.comment-respond .comment-reply-title {
	font-size: 22px;
	font-size: 1.57143em;
	color: #111;
	font-weight: 700;
	margin: 20px 0
}
.comment-respond .comment-form p {
	width: 32%;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px
}
.comment-respond .comment-form p:nth-child(3) {
	margin-right: 0
}
.comment-respond .comment-form p input {
	width: 100%;
	padding: 5px 10px;
	outline: none;
	border: 1px solid #ddd;
	transition: .3s ease-in-out
}
.comment-respond .comment-form p input:hover {
	border-color: #03aba4
}
.comment-respond .comment-form .comment-form-comment {
	padding-right: 5px;
	width: 100%
}
.comment-respond .comment-form .comment-form-comment textarea {
	width: 100%;
	height: 150px;
	outline: none;
	padding: 10px;
	border: 1px solid #ddd;
	transition: .3s ease-in-out
}
.comment-respond .comment-form .comment-form-comment textarea:hover {
	border-color: #03aba4
}
.comment-respond #submit {
	background: #03aba4;
	border: none;
	color: #fff;
	text-transform: uppercase;
	transition: .3s ease-in-out
}
.comment-respond #submit:focus, .comment-respond #submit:hover {
	background: #111
}
.more-blog {
	display: block;
	margin: 0 auto;
	color: #fff;
	padding: 10px 0;
	background: #03aba4;
	margin-top: 30px;
	transition: all .3s ease-in-out;
	text-align: center;
	width: 150px;
	text-transform: uppercase;
	font-weight: 600
}
.more-blog:hover {
	background: #111;
	color: #fff;
	text-decoration: none
}

@media screen and (max-width:1440px) {
#contact.contact-two .contact-form-area {
	width: 50%;
	padding: 25px
}
}

@media screen and (max-width:1280px) {
.blog-two .blog_post .blog-thumb-left, .blog-two .blog_post .blog-thumb-right {
	float: none;
	width: 100%
}
.blog-two .blog_post .blog_content {
	margin: 0 15px
}
.blog-two .blog_post.bolg-right .blog_content {
	margin-right: 0
}
}

@media screen and (max-width:1024px) {
.header_wrapper {
	width: 100%;
	display: none
}
#header {
	background: rgba(0,0,0,.2);
	height: 250px;
	z-index: 600;
	display: none;
}
#header .navbar-header .navbar-brand {
	padding: 0;
	margin-left: 20px
}
#header .navbar-collapse {
	padding: 0
}
#header .navbar-nav {
	text-align: center;
	margin: 0
}
#mobile-header {
	display: block
}
.slider-caption-one h2 {
	font-size: 50px;
	font-size: 3.57143em
}
.slider-caption-one h3 {
	font-size: 20px;
	font-size: 1.42857em;
	margin-bottom: 25px
}
.gp-bn-btn {
	padding: 10px 40px
}
.switcher {
	bottom: 25px
}
.slider-caption-two {
	left: 10%
}
.slider-caption-two h2 {
	font-size: 35px;
	font-size: 2.5em
}
.slider-caption-two h4 {
	margin-bottom: 0
}
.slider-caption-three {
	left: 10%
}
.slider-caption-three h2 {
	font-size: 35px;
	font-size: 2.5em
}
.slider-caption-four h2 {
	font-size: 35px;
	font-size: 2.5em
}
.slider-caption-three h4 {
	font-size: 20px;
	font-size: 1.42857em;
	margin-bottom: 0
}
.slider-caption-three h3 {
	font-size: 22px;
	font-size: 1.57143em;
	margin-bottom: 1px
}
.our-skills .skills-title h2, .our-skills .skills-title p {
	margin-bottom: 10px
}
progress {
	height: 15px
}
.service-item .service .service_content p br {
	display: none
}
.portfolio_container .portfolio-item .overlay .work-caption h2 {
	font-size: 18px;
	font-size: 1.28571em
}
.portfolio_container .portfolio-item:hover .overlay .work-caption .view {
	margin-bottom: 20px
}
.team_member {
	border: 2px solid #03aba4;
	padding: 5px
}
.team_member .team_intro {
	padding: 10px 20px
}
.team_member .team_intro span {
	margin-bottom: 10px
}
.team_member .team_intro .team_link li {
	margin-right: 8px
}
.team_member:hover .team_intro h4 {
	margin-top: 0
}
.team_member:hover .blog-thumb-left .blog-comments {
	bottom: -34px;
	padding: 7px
}
.team_member:hover .blog-thumb-left .blog-comments li {
	padding: 0 3px
}
#team-slider .team_member:hover .team_intro h4 {
	margin-top: 70px
}
#form input[type=text] {
	width: 47%
}
#form .gp-btn {
	margin-top: 18px
}
}

@media screen and (max-width:991px) {
#header .navbar-header .navbar-brand {
	width: 150px;
	padding: 16px 0
}
#header .navbar-nav li {
	padding: 0 6px
}
#team-slider .team_member:hover .team_intro h4 {
	margin-top: 50px
}
.countup-two {
	padding: 50px 0
}
.countup-two .counter-box {
	margin-bottom: 15px
}
#contact.contact-two .contact-form-area {
	right: 40px
}
#contact.contact-two .gmap3-area {
	height: 600px
}
}

@media screen and (max-width:768px) {
.header_wrapper {
	width: 100%;
	display: none
}
#header {
	background: rgba(0,0,0,.2);
	height: 250px;
	z-index: 600;
	display: none;
}
#header .navbar-header .navbar-brand {
	padding: 0;
	margin-left: 20px
}
#header .navbar-collapse {
	padding: 0
}
#header .navbar-nav {
	text-align: center;
	margin: 0
}
#mobile-header {
	display: block
}
.navbar-toggle {
	margin: 12px 20px 12px 0
}
.navbar-fixed-top {
	background: rgba(0,0,0,.8)!important
}
.navbar-fixed-top .navbar-header .navbar-brand {
	padding: 0!important
}
.gp-primary-menu {
	background-color: transparent
}
.swiper-banner .swiper-slide {
	height: 370px
}
.swiper-banner .swiper-slide img {
	height: 100%;
	width: auto
}
.slider-caption-one h2 {
	font-size: 20px;
	font-size: 1.14286em
}
.slider-caption-one h2:after, .slider-caption-one h2:before {
	width: 165px
}
.slider-caption-one h3 {
	font-size: 18px;
	font-size: 1.28571em
}
.gp-bn-btn {
	padding: 10px 28px
}
.about-box {
	margin-bottom: 50px
}
.our-skills .skills {
	display: block
}
.our-skills-two, .our-skills .skill-bar {
	padding: 50px 0
}
.skills-description {
	padding: 0
}
.skills-description h2 {
	margin-top: 20px
}
#service-two, #service-two .service .overlay {
	padding: 50px 20px
}
#service-two .service .overlay p br {
	display: none
}
.counter-box {
	margin-bottom: 20px
}
.portfolio_container .portfolio-item .overlay .work-caption {
	width: 100%
}
.portfolio_container .portfolio-item .overlay .work-caption .view {
	margin-bottom: 15px!important
}
.blog-two .blog_post .blog-thumb-left, .blog-two .blog_post .blog-thumb-right {
	float: none;
	width: 100%
}
.blog-two .blog_post .blog_content {
	margin: 0 15px
}
.blog-two .blog_post.bolg-right .blog_content {
	margin-right: 0
}
.team_member {
	margin-bottom: 20px
}
.team_member .team_intro {
	bottom: -80%
}
.team_member .team_intro span {
	margin-bottom: 20px
}
.team_member:hover .team_intro h4 {
	margin-top: 85px
}
#team-slider .team_member:hover .team_intro h4 {
	margin-top: 50px
}
#contact .contact-inner {
	padding: 30px 0
}
.contact-form-area .contact-info .info {
	margin-bottom: 20px
}
#contact {
	padding: 0
}
#contact.contact-two .gmap3-area {
	height: 300px
}
#contact.contact-two .contact-form-area {
	position: static;
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 100%;
	background: #eeeeeb
}
#contact.contact-two .contact-form-area #form p {
	padding: 0 14px
}
#newsletter .news-wraper form {
	width: 400px;
	margin: 0 auto
}
#header.navbar-bg {
	display: none!important;

}
}

@media screen and (max-width:500px) {
.section-title {
	font-size: 20px;
	font-size: 1.41429em
}
.gp-bn-btn {
	margin-right: 10px;
	padding: 8px 16px
}
.slider-caption-one h3 {
	font-size: 14px;
	font-size: 1em
}
.slider-caption-two h2 {
	font-size: 25px;
	font-size: 1.78571em
}
.slider-caption-two h4 {
	font-size: 18px;
	font-size: 1.28571em
}
.slider-caption-two p {
	font-size: 14px;
	font-size: 1em
}
.slider-caption-two p br {
	display: none
}
.slider-caption-three h2 {
	font-size: 22px;
	font-size: 1.57143em;
	margin-bottom: 15px
}
.slider-caption-four h2 {
	font-size: 22px;
	font-size: 1.57143em;
	margin-bottom: 15px
}
.slider-caption-three h4 {
	font-size: 18px;
	font-size: 1.28571em
}
.slider-caption-three h3 {
	font-size: 20px;
	font-size: 1.42857em
}
.swiper-pagination {
	right: 30px
}
.caption br {
	display: none
}
.our-skills-two .skill-bar {
	padding-right: 0
}
.full-width {
	width: 100%
}
.team_member {
	margin-bottom: 20px
}
.team_member .team_intro {
	bottom: -83%
}
.team_member .team_intro span {
	margin-bottom: 20px
}
.team_member:hover .team_intro h4 {
	margin-top: 135px
}
.portfolio .portfolioFilter li {
	margin-right: 5px
}
.portfolio .portfolioFilter li a {
	padding: 6px
}
#testimonial .section-title {
	margin-bottom: 0
}
.testimonial-slider .testional .item .testi-content {
	padding-top: 0
}
.testimonial-slider .testional .item .testi-content p br {
	display: none
}
#newsletter {
	padding: 50px 0
}
#newsletter .news-wraper h3 {
	font-size: 30px;
	font-size: 2.14286em
}
#newsletter .news-wraper form {
	width: 310px;
	margin: 0 auto
}
#newsletter .news-wraper form input[type=email] {
	padding: 10px 115px 10px 15px
}
#newsletter .news-wraper form button {
	padding: 10px
}
#contact .contact-inner {
	padding: 0
}
#contact .contact-inner .contact-header h2 {
	margin-top: 30px
}
#contact #form input[type=text] {
	width: 100%
}
#contact #form .gp-btn {
	margin-bottom: 30px
}
.return-to-top {
	right: 20px;
	bottom: 20px
}
#contact.contact-two .contact-form-area {
	padding: 20px 10px
}
#contact.contact-two .contact-form-area #form p {
	padding: 0
}
}
.comment-respond .comment-form p {
	margin-right: 2px
}
.widget_dt_search .search-form {
	margin-top: 30px;
	width: 100%
}
.widget_dt_search .search-form label {
	position: relative;
	width: 270px
}
.widget_dt_search .search-form .search-icon {
	position: absolute;
	right: 6px;
	top: 12px
}
.widget_dt_search input[type=search] {
	width: 100%;
	border: 1px solid #eee;
	outline: none;
	padding: 10px 20px;
	color: #111;
	font-size: 14px;
	font-size: 1em
}
.widget_dt_search .search-submit {
	display: none
}
.widget {
	margin-bottom: 50px
}
.widget .widget-title {
	position: relative;
	font-size: 20px;
	font-size: 1.42857em;
	color: #111;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700
}
.widget .widget-title:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #03aba4
}
.widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.widget_nav_menu ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ededed
}
.widget_nav_menu ul li:last-child {
	border-bottom: none
}
.widget_nav_menu ul li a {
	color: #6d6c6c;
	text-decoration: none;
	transition: all .3s ease;
	font-weight: 600
}
.widget_nav_menu ul li a:hover {
	color: #03aba4
}
.dt-tag a {
	color: #6d6c6c;
	border: 1px solid #eee;
	text-decoration: none;
	padding: 4px 8px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	transition: all .3s ease
}
.dt-tag a:hover {
	background: #03aba4;
	color: #fff
}
.widget_recent_entries .resent-post {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px
}
.widget_recent_entries .resent-post .post-thumbs {
	float: left;
	border-radius: 5px;
	overflow: hidden
}
.widget_recent_entries .resent-post .post-content {
	margin-left: 90px
}
.widget_recent_entries .resent-post .post-content h5 {
	font-size: 14px;
	font-size: 1em;
	margin-top: 0
}
.widget_recent_entries .resent-post .post-content h5 a {
	color: #111;
	line-height: 20px;
	line-height: 1.42857em;
	text-decoration: none;
	transition: all .3s ease;
	font-weight: 700
}
.widget_recent_entries .resent-post .post-content h5 a:hover {
	color: #03aba4
}
.widget_recent_entries .resent-post .post-content .post-meta {
	padding: 0;
	margin-left: 0;
	list-style: none
}
.widget_recent_entries .resent-post .post-content .post-meta li {
	display: inline;
	padding-right: 10px
}
.widget_recent_entries .resent-post .post-content .post-meta li a {
	color: #03aba4;
	text-decoration: none
}
.widget_recent_entries .resent-post .post-content .post-meta li a i {
	padding-right: 10px
}
.widget_archive ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.widget_archive ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
	position: relative
}
.widget_archive ul li a {
	color: #6d6c6c;
	text-decoration: none;
	transition: all .3s ease-in-out
}
.widget_archive ul li a span {
	padding-left: 5px
}
.widget_archive ul li p {
	position: absolute;
	right: 0;
	top: 10px;
	transition: all .3s ease-in-out
}
.widget_archive ul li:hover a, .widget_archive ul li:hover p {
	color: #03aba4
}
.white, .portfolio-cat {
	color: #fff
}
.tab-content {
	margin-top: 20px;
}
.contact-form1 #msg_submitting {
    display: none;
}
.contact-form1 #msg_submitted{
    display:none;
}