html {
    font-size: 14px;
}
body {
    font-family: Open Sans,sans-serif;
}
body, p {
    color: #6d6c6c;
    font-size: 14px;
}
p {
    font-size: 1em;
    line-height: 1.85714em;
}
.section-title {
    color: #111;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.section-title::after {
    background: #33ceff none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 70px;
}
.caption {
    color: #000;
    line-height: 1.71429em;
    margin-bottom: 40px;
}
.overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
h1, h2, h3, h4, h5 {
    color: #2c3e50;
    font-family: PT Sans,sans-serif;
    margin-top: 0;
}
.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 {
    color: #fff;
    text-decoration: none;
}*/
.gp-bn-btn {
    background-color: #33ceff;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 30px;
    padding: 12px 50px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.gp-bn-btn:hover {
    background: #111 none repeat scroll 0 0;
    border-color: #111;
    color: #fff;
    text-decoration: none;
}
.gp-bn-active {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 0;
    padding: 11px 50px;
}
.gp-bn-active:hover {
    border-color: transparent;
}
.gp-btn {
    border: 1px solid #33ceff;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.gp-bn-btn-2 {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
#header {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 111px;
    z-index: 600;
}
#header, #header.navbar-bg {
    transition: all 0.5s ease-in-out 0s;
}
#header.navbar-bg {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
    height: 70px;
    top: 0;
}
#header.navbar-bg .navbar-header {
    height: auto;
}
#header.navbar-bg .navbar-header .navbar-brand {
    padding: 12px 0 !important;
    width: 150px !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 0.3s ease-in-out 0s;
}
#header.navbar-bg .navbar-nav li.gp-search::before {
    background: #111 none repeat scroll 0 0 !important;
}
#header.navbar-bg .navbar-nav li a {
    color: #000;
}
#header.navbar-bg .navbar-nav li a:hover {
    color: #33ceff !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 {
    border: medium none;
    height: auto;
    margin-bottom: 0;
}
#header .navbar-header {
    transition: all 0.3s ease-in-out 0s;
}
#header .navbar-header .navbar-brand {
    height: auto;
    padding: 20px 0;
    transition: all 0.3s ease-in-out 0s;
    width: 190px;
}
#header .navbar-header .navbar-brand img {
    width: 100%;
}
#header .navbar-header .navbar-brand.fixed-logo {
    display: none;
}
#header .navbar-nav {
    padding: 40px 0 29px;
    transition: all 0.3s ease-in-out 0s;
}
#header .navbar-nav li {
    padding: 0 10px;
}
#header .navbar-nav li a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
#header .navbar-nav li a::after {
    background: #33ceff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition: all 0.5s ease-in-out 0s;
    width: 0;
}
#header .navbar-nav li a:focus, #header .navbar-nav li a:hover {
    background-color: transparent;
    color: #33ceff;
}
#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: #33ceff !important;
}
#header .navbar-nav li.active a::after {
    left: 0;
    right: 0;
    width: 100%;
}
#header .navbar-nav li.gp-search {
    padding-left: 30px;
    position: relative;
}
#header .navbar-nav li.gp-search a::after {
    display: none;
}
#header .navbar-nav li.gp-search::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: 10px;
    position: absolute;
    top: 12px;
    width: 2px;
}
#header .navbar-nav li .child-menu {
    background: #05263c none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 102%;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    visibility: hidden;
    width: 200px;
}
#header .navbar-nav li .child-menu li {
    border-bottom: 1px solid #4e4e4e;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
}
#header .navbar-nav li .child-menu li a {
    color: #fff !important;
    display: block;
    padding: 0;
    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: medium none;
}
#header .navbar-nav li .child-menu li:hover {
    background-color: #33ceff;
}
#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 {
    opacity: 1;
    transform: translateY(28px);
    transition: all 0.5s ease-out 0s;
    visibility: visible;
    z-index: 9999;
}
#header.headroom--pinned:not(.headroom--top) {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
}
#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 0.3s ease-in-out 0s;
}
#header.headroom--pinned:not(.headroom--top) .navbar-nav li.gp-search::before {
    background: #111 none repeat scroll 0 0 !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: #33ceff !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 0.3s ease-in-out 0s;
}
.cd-auto-hide-header {
    background-color: #fff;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0px);
    transition: transform 0.5s ease 0s;
    width: 100%;
    will-change: transform;
    z-index: 2;
}
.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}
.cd-auto-hide-header.is-hidden {
    transform: translateY(-100%);
}
.cd-auto-hide-header .logo, .cd-auto-hide-header .nav-trigger {
    bottom: auto;
    position: absolute;
    top: 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 {
    border-left: 1px solid #f2f2f2;
    color: #25283d;
    display: table;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%;
    padding: 0 1em;
    right: 0;
    text-transform: uppercase;
}
.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 {
    backface-visibility: hidden;
    background-color: #25283d;
    display: block;
    height: 2px;
    position: relative;
    width: 22px;
}
.cd-auto-hide-header .nav-trigger em {
    margin: 6px auto 14px;
    transition: background-color 0.2s ease 0s;
}
.cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
    content: "";
    left: 0;
    position: absolute;
    transition: transform 0.2s ease 0s;
}
.cd-auto-hide-header .nav-trigger em::before {
    transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
    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 {
    transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
    transform: rotate(45deg);
}
.cd-primary-nav {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%;
}
.cd-primary-nav > ul {
    background-color: #fff;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2;
}
.cd-primary-nav > ul a {
    border-top: 1px solid #f2f2f2;
    color: #25283d;
    display: block;
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
}
.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 {
    background-color: transparent;
    box-shadow: none;
    display: table-cell;
    padding: 0;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: auto;
}
.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 {
    border: medium none;
    height: auto;
    line-height: normal;
    padding: 0;
}
}
.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 {
    background-color: #25283d;
    clear: both;
    height: 50px;
    position: relative;
    transform: translateZ(0px);
    transition: transform 0.5s ease 0s;
    width: 100%;
    will-change: transform;
    z-index: 1;
}
.cd-secondary-nav::after {
    background: rgba(0, 0, 0, 0) linear-gradient(270deg, #25283d, rgba(37, 40, 61, 0)) repeat scroll 0 0;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s;
    width: 35px;
    z-index: 1;
}
.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: flex;
    overflow-x: auto;
    padding: 0 5%;
}
.cd-secondary-nav ul::after {
    clear: both;
    content: "";
    display: block;
}
.cd-secondary-nav li {
    display: inline-block;
    flex-shrink: 0;
    float: left;
}
.cd-secondary-nav li:last-of-type {
    padding-right: 20px;
}
.cd-secondary-nav a {
    color: #fff;
    display: block;
    line-height: 50px;
    opacity: 0.6;
    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 {
    flex-shrink: 1;
    float: none;
}
.cd-secondary-nav a {
    line-height: 70px;
}
.cd-secondary-nav a.active {
    box-shadow: 0 -3px #8f3985 inset;
}
}
.cd-secondary-nav.fixed {
    position: fixed;
    top: 60px;
}
.cd-secondary-nav.slide-up {
    transform: translateY(-60px);
}
@media only screen and (min-width: 1024px) {
.cd-secondary-nav.fixed {
    box-shadow: 0 -6px 0 #25283d;
    top: 80px;
}
.cd-secondary-nav.slide-up {
    transform: translateY(-80px);
}
}
.cd-main-content {
    overflow: hidden;
    padding: 60px 5% 2em;
}
.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 {
    color: #a5a8a9;
    font-family: David Libre,serif;
    line-height: 1.6;
    margin: 2em auto;
    max-width: 1024px;
}
@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 {
    content: "";
    display: block;
    height: 50px;
    margin-top: -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 {
    height: 70px;
    margin-top: -70px;
}
}
.cd-hero {
    background: rgba(0, 0, 0, 0) url("../img/cd-hero-background.html") no-repeat scroll 50% center / cover ;
    display: table;
    height: 300px;
    margin-top: 60px;
    width: 100%;
}
.cd-hero .cd-hero-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
@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 {
    background: #111 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 1.5s ease-in-out 2s;
    width: 100%;
    z-index: 9999;
}
.loading .loading-wrapper {
    height: 40px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 20px);
    transition: all 2s ease-in-out 1s;
    width: 50px;
}
.loading .loading-wrapper .rec {
    animation: 1.2s ease-in-out 0s normal none infinite running a;
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    margin-right: 2px;
    width: 4px;
}
.loading .loading-wrapper .r2 {
    animation-delay: -1.1s;
}
.loading .loading-wrapper .r3 {
    animation-delay: -1s;
}
.loading .loading-wrapper .r4 {
    animation-delay: -0.9s;
}
.loading .loading-wrapper .r5 {
    animation-delay: -0.8s;
}
@keyframes a {
0%, 40%, 100% {
    transform: scaleY(0.5);
}
20% {
    transform: scaleY(1);
}
}
.loading.loaded {
    opacity: 0;
    visibility: hidden;
}
.loaded .loading-wrapper {
    opacity: 0;
}
.return-to-top {
    background: #33ceff none repeat scroll 0 0;
    bottom: 50px;
    display: none;
    height: 42px;
    position: fixed;
    right: 50px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 42px;
    z-index: 1000;
}
.return-to-top i {
    color: #fff;
    font-size: 19px;
    left: 11px;
    margin: 0;
    position: relative;
    top: 9px;
    transition: all 0.3s ease 0s;
}
.return-to-top:hover {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.back-top {
    display: block;
}
.header_wrapper {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    width: 94%;
}
.dialog {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: fixed;
    z-index: 9999;
}
.dialog, .dialog__overlay {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.dialog--close .dialog__overlay {
    transition-duration: 0.5s;
}
.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
    transition-duration: 0.8s;
}
.dialog__overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease 0s;
    z-index: 1;
}
.dialog.dialog--open .dialog__content {
    opacity: 1;
}
.dialog--open .dialog__content {
    pointer-events: auto;
}
.dialog__content {
    background: #fff none repeat scroll 0 0;
    max-width: 520px;
    min-width: 290px;
    opacity: 0;
    padding: 50px;
    position: relative;
    text-align: center;
    width: 80%;
    z-index: 5;
}
.dialog--open .dialog-inner {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
.dialog-inner {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}
.dialog.dialog--open h2 {
    animation: 0.7s ease-out 0s normal both 1 running anim-elem-1;
}
.dialog h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    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"] {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #111;
    height: 45px;
    line-height: 1;
    outline: medium none;
    padding-left: 20px;
    padding-right: 35px;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: top;
}
input[type="search"]:hover {
    border-color: #33ceff;
}
.search-form .search-submit {
    background-color: transparent;
    border: medium none;
    color: #bababa;
    font-size: 16px;
    height: 45px;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 45px;
}
.search-form .search-submit:hover {
    color: #33ceff;
}
.dialog.dialog--open a {
    background-color: #eee;
    border: medium none;
    color: #000;
    height: 35px;
    line-height: 35px !important;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 35px;
}
.dialog.dialog--open a:hover {
    color: #33ceff;
}
.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
}
#mobile-header {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: none;
    height: 50px;
    padding: 8px 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;
}
#mobile-header .main-logo {
    display: inline-block;
    width: 100px;
}
#mobile-header .main-logo img {
    width: 100%;
}
.menu-container {
    float: right;
}
.cbp-spmenu-right {
    right: -270px;
}
.cbp-spmenu-vertical a {
    border-bottom: medium none;
}
.cbp-spmenu-vertical a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cbp-spmenu-push-toleft::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.cbp-spmenu-push-toleft {
    left: -270px;
}
.dt-social-link {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.dt-social-link li {
    border: 2px solid #33ceff;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    width: 25px;
}
.dt-social-link li:last-child {
    padding: 0;
}
.dt-social-link li a {
    color: #33ceff;
    display: block;
    padding: 0;
    transition: all 0.3s ease-in-out 0s;
}
.dt-social-link li a i {
    font-size: 0.85714em;
    line-height: 2em;
}
.dt-social-link li:hover {
    background: #33ceff none repeat scroll 0 0 !important;
}
.dt-social-link li:hover a {
    color: #fff;
}
#mobile-wrapper {
    background: #222533 none repeat scroll 0 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 270px;
    z-index: 1000;
}
.mobile_menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.mobile_menu li {
    border-bottom: 1px solid #06191f;
    border-top: 1px solid #313131;
}
.mobile_menu li:first-child {
    border-top: medium none;
}
.mobile_menu li:last-child {
    border-bottom: medium none;
}
.mobile_menu li a {
    color: #fff;
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.menu-item-has-children .sub-menu {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu-item-has-children .sub-menu li {
    background: #1d1d1d none repeat scroll 0 0;
}
.menu-item-has-children.children-menu-visible .sub-menu {
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.mobile_menu_search {
    margin-bottom: 30px;
    padding: 0 20px;
}
.mobile_menu_search #search {
    border: 1px solid #ddd;
    position: relative;
}
.mobile_menu_search #search input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    outline: medium none;
    padding: 7px 10px;
    width: 85%;
}
.mobile_menu_search #searchsubmit {
    background-color: transparent;
    border: medium none;
}
.mobile_menu_search #searchsubmit:focus, .mobile_menu_search #searchsubmit:hover {
    outline: medium none;
}
.mobile_menu_search #searchsubmit:hover {
    color: #33ceff;
}
.menu-toggle {
    float: right;
    height: 23px;
    margin: 6px;
    position: relative;
    width: 30px;
}
.menu-toggle:hover {
    cursor: pointer;
}
.menu-toggle > div {
    background-color: #33ceff;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.menu-toggle > div:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.menu-toggle > div:nth-child(3) {
    bottom: 0;
    top: auto;
}
.menu-toggle.active > div:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
}
.menu-toggle.active > div:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active > div:nth-child(3) {
    transform: translateY(-12px) rotate(-135deg);
}
.swiper-banner {
    overflow: hidden;
    position: relative;
}
.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: 0.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 {
    height: auto;
    width: 100%;
}
.swiper-banner .swiper-slide .slider-caption h3 {
    font-size: 1.42857em;
    letter-spacing: 0.6em;
    margin-bottom: 30px;
}
.swiper-banner .swiper-slide .slider-caption h2, .swiper-banner .swiper-slide .slider-caption h3 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    text-shadow: 0 4px 5.88px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.swiper-banner .swiper-slide .slider-caption h2 {
    font-size: 3.57143em;
    margin-bottom: 40px;
}
.swiper-banner .swiper-slide .slider-caption p {
    color: #fff;
    line-height: 1.85714em;
    margin-bottom: 50px;
}
.banner-next, .banner-prev {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    height: 50px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 500;
}
.banner-next .next-btn i, .banner-next .prev-btn i, .banner-prev .next-btn i, .banner-prev .prev-btn i {
    font-size: 2.85714em;
}
.banner-next:hover, .banner-prev:hover {
    background: #33ceff none repeat scroll 0 0;
}
.banner-next {
    right: 0;
}
.swiper-pagination {
    left: auto !important;
    right: 100px;
    text-align: right;
}
.swiper-pagination-bullet {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    height: 20px;
    margin: 0 2px !important;
    opacity: 1;
    width: 3px;
}
.swiper-pagination-bullet-active {
    background: #33ceff none repeat scroll 0 0;
    height: 25px;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider-caption-one {
    left: 50% !important;
    position: absolute;
    text-align: center;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 100%;
}
.slider-caption-one h2 {
    color: #fff;
    display: block;
    font-size: 5em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
}
.slider-caption-one h2::after, .slider-caption-one h2::before {
    background: #33ceff none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out 0s;
    width: 300px;
}
.slider-caption-one h2::before {
    top: 0;
}
.slider-caption-one h2::after {
    bottom: 0;
}
.slider-caption-one h3 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.slider-caption-two {
    left: 20%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slider-caption-two h4 {
    color: #33ceff;
    font-size: 1.57143em;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}
.slider-caption-two h2 {
    color: #fff;
    font-size: 2.85714em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.slider-caption-two p {
    color: #fff;
    font-size: 1.14286em;
    margin-bottom: 30px;
}
.slider-caption-three {
    left: 20%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slider-caption-three h3 {
    color: #fff;
    font-size: 2.28571em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.slider-caption-three h4 {
    color: #fff;
    font-size: 1.57143em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.slider-caption-three h2 {
    color: #33ceff;
    font-size: 3.57143em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.slider-caption-three p {
    color: #ddd;
    font-size: 1.07143em;
    margin-bottom: 30px;
}
.switcher {
    animation: 2.5s ease 0s normal none infinite running b;
    bottom: 50px;
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 500;
}
.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(0px);
}
50% {
    transform: translateY(25px);
}
100% {
    transform: translateY(0px);
}
}
.banner-two .banner-next, .banner-two .banner-prev {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100px;
    transform: translateY(-50%);
}
.banner-two .banner-next i, .banner-two .banner-prev i {
    line-height: 100px;
}
#about {
    background: #f5f5f5 none repeat scroll 0 0;
    overflow: hidden;
    padding: 70px 0;
    text-align: center;
}
#about .caption {
    color: #111;
    margin-bottom: 70px;
}
.about-box {
    background: #fff none repeat scroll 0 0;
    border-right: 10px none;
    cursor: pointer;
    padding: 60px 20px 20px;
    position: relative;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.about-box .icon-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 70px;
    left: 20px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: -35px;
    transition: all 0.3s ease-in-out 0s;
    width: 70px;
}
.about-box .icon-box i {
    color: #000;
    font-size: 2.14286em;
    line-height: 76px;
    transition: all 0.3s ease-in-out 0s;
}
.about-box .about-title {
    color: #111;
    font-size: 1.42857em;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.about-box p {
    color: #111;
    font-size: 1.07143em;
    margin-bottom: 0;
}
.about-box:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.about-box:hover .icon-box {
    background: #33ceff none repeat scroll 0 0;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}
.about-box:hover .icon-box i {
    color: #fff;
}
.about-box:hover .about-title {
    color: #33ceff;
}
.about-two {
    padding: 80px 0;
    text-align: center;
}
.about-two .about-box {
    padding: 20px;
    text-align: center;
}
.about-two .about-box i {
    color: #000;
    font-size: 3.92857em;
    transition: all 0.3s ease-in-out 0s;
}
.about-two .about-box:hover i {
    color: #33ceff;
}
#service {
    background: #f5f5f5 none repeat scroll 0 0;
    overflow: hidden;
    padding: 70px 0;
    position: relative;
}
#service, .service-item {
    text-align: center;
}
.service-item .service {
    cursor: pointer;
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.service-item .service .icon-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 90px;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 90px;
}
.service-item .service .icon-box i {
    color: #111;
    font-size: 2.5em;
    line-height: 100px;
    position: relative;
    z-index: 10;
}
.service-item .service .icon-box .icon-overlay {
    background: #33ceff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    height: 30%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 30%;
    z-index: -1;
}
.service-item .service .service_content .title {
    color: #111;
    font-size: 1.28571em;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.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, 0.2);
}
.service-item .service:hover .icon-box i {
    color: #fff;
}
.service-item .service:hover .icon-box .icon-overlay {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.service-item .service:hover .service_content .title {
    color: #33ceff;
}
.service-two {
    padding: 100px 0;
    text-align: center;
}
.service-two .service {
    border: 1px solid #a2a2a2;
    height: 260px;
    margin: 1px;
    padding: 55px 0;
}
.service-two .service i {
    color: #33ceff;
    display: block;
    font-size: 5em;
    margin-bottom: 20px;
}
.service-two .service .overlay {
    background: #33ceff none repeat scroll 0 0;
    opacity: 0;
    padding: 50px 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.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 {
    opacity: 1;
    transform: scaleX(1);
}
.portfolio {
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 60px;
    text-align: center;
}
.portfolio .portfolioFilter {
    list-style: outside none none;
    margin-bottom: 50px;
    padding: 0;
}
.portfolio .portfolioFilter li {
    display: inline-block;
    margin-right: 10px;
}
.portfolio .portfolioFilter li a {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #111;
    font-size: 14px;
    padding: 6px 15px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio .portfolioFilter li a.current, .portfolio .portfolioFilter li a:hover {
    background-color: #33ceff;
    border-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
}
.portfolio_container .portfolio-item {
    overflow: hidden;
    position: relative;
}
.portfolio_container .portfolio-item img {
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.portfolio_container .portfolio-item .overlay {
    background-color: rgba(53, 152, 219, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.portfolio_container .portfolio-item .overlay::after, .portfolio_container .portfolio-item .overlay::before {
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.portfolio_container .portfolio-item .overlay::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: scaleX(0);
}
.portfolio_container .portfolio-item .overlay::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scaleY(0);
}
.portfolio_container .portfolio-item .overlay .work-caption {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.portfolio_container .portfolio-item .overlay .work-caption .view {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1.42857em;
    height: 40px;
    line-height: 1.42857em;
    margin-bottom: 100px;
    padding: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 40px;
}
.portfolio_container .portfolio-item .overlay .work-caption .view:first-child {
    margin-right: 10px;
}
.portfolio_container .portfolio-item .overlay .work-caption .view:hover {
    background: #000 none repeat scroll 0 0;
    border-color: transparent;
}
.portfolio_container .portfolio-item .overlay .work-caption h2 {
    font-size: 1.57143em;
    margin-top: 0;
    text-transform: uppercase;
    transform: translateY(70px) scale(0.95);
    transition: all 0.5s ease-in-out 0s;
}
.portfolio_container .portfolio-item .overlay .work-caption h2 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio_container .portfolio-item .overlay .work-caption h2 a:hover {
    color: #111;
}
.portfolio_container .portfolio-item .overlay .work-caption h3 {
    font-size: 1.14286em;
    margin: 0;
    transform: translateY(60px) scale(0.95);
    transition: all 0.7s ease-in-out 0s;
}
.portfolio_container .portfolio-item .overlay .work-caption h3 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio_container .portfolio-item .overlay .work-caption h3 a:hover {
    color: #111;
}
.portfolio_container .portfolio-item:hover img {
    transform: scale(1.3);
}
.portfolio_container .portfolio-item:hover .overlay {
    transform: scale(1);
}
.portfolio_container .portfolio-item:hover .overlay::after, .portfolio_container .portfolio-item:hover .overlay::before {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}
.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 {
    transform: translateX(0px) scale(1);
}
.portfolio-bg {
    background: #f5f5f5 none repeat scroll 0 0;
}
#portfolio-two .grid-item {
    float: left;
    padding: 10px;
    width: 33%;
}
.portfolio_container .mix {
    display: none;
}
#portfolio-two .portfolio-item {
    margin: 5px;
}
.countup {
    background-size: cover;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}
.counter-box {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 3px solid #33ceff;
    padding: 15px 0;
}
.counter-box .count i {
    color: #33ceff;
    font-size: 50px;
    margin-bottom: 25px;
}
.counter-box .count h2 {
    color: #fff;
    font-size: 3.57143em;
    font-weight: 700;
}
.counter-box .count p {
    color: #fff;
    font-size: 1.14286em;
    font-weight: 300;
}
.countup-two {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}
.countup-two .overlay {
    background: rgba(53, 152, 219, 0.5) none repeat scroll 0 0;
}
.countup-two .counter-box {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border: medium none;
}
#gp-team {
    background: #f5f5f5 none repeat scroll 0 0;
    overflow: hidden;
    padding: 70px 0;
    text-align: center;
}
#gp-team .caption {
    margin-bottom: 40px;
}
.team_member {
    border: 3px solid #33ceff;
    overflow: hidden;
    padding: 5px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.team_member .team_thumb img {
    width: 100%;
}
.team_member .team_intro {
    background-color: rgba(53, 152, 219, 0.9);
    border-radius: 10px;
    bottom: -75%;
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    transition: all 0.6s cubic-bezier(0.42, -0.4, 0.57, 1.53) 0s;
    width: 100%;
}
.team_member .team_intro h4 {
    color: #111;
    font-size: 1.57143em;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.team_member .team_intro h5 {
    color: #111;
    font-size: 1.28571em;
    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 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.team_member .team_intro .team_link li {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 30px;
}
.team_member .team_intro .team_link li a i {
    color: #fff;
    font-size: 1.07143em;
    line-height: 2em;
}
.team_member:hover .team_intro {
    border-radius: 0;
    bottom: 0;
}
.team_member:hover .team_intro h4 {
    margin-top: 40px;
}
.team_member:hover .team_intro .team_link li:hover {
    background: #111 none repeat scroll 0 0;
    border-color: transparent;
}
.team_member:hover .team_intro .team_link li:hover a i {
    color: #33ceff;
}
.team-two .owl-carousel {
    position: relative;
}
.team-two .owl-carousel .owl-nav .owl-next, .team-two .owl-carousel .owl-nav .owl-prev {
    background-color: transparent;
    font-family: dt-icons !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.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 {
    color: #111;
    font-size: 5em;
}
.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: "";
}
.team-two .owl-carousel .owl-nav .owl-next {
    right: -100px;
}
.team-two .owl-carousel .owl-nav .owl-next::after {
    content: "";
}
#team-slider .team_member {
    border: 2px solid #33ceff;
    padding: 0;
}
#team-slider .team_member .team_thumb img {
    transition: all 0.3s ease-in-out 0s;
}
#team-slider .team_member .team_intro {
    border-radius: 0;
    bottom: 0;
    opacity: 0;
    text-align: center !important;
    transition: all 0.3s ease-in-out 0s;
}
#team-slider .team_member .team_intro h4 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 150px;
    padding-bottom: 15px;
    position: relative;
}
#team-slider .team_member .team_intro h4::after {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 70px;
}
#team-slider .team_member .team_intro p {
    margin-bottom: 20px;
}
#team-slider .team_member:hover .team_thumb img {
    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 {
    align-items: center;
    display: flex;
}
.our-skills .skills-title {
    text-align: center;
}
.our-skills .skills-title h2 {
    color: #000;
    font-size: 2.14286em;
    font-weight: 700;
    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 {
    margin: 0 auto;
    max-width: 550px;
    top: 50%;
}
.skills-heading span {
    color: #111;
    font-size: 16px;
    font-weight: 700;
}
.skills-heading p {
    color: #000;
    float: right;
    margin-bottom: 0;
}
progress {
    background: #e6e6e6;
    border: 0 none;
    height: 15px;
    margin-bottom: 10px;
    width: 100%;
}
.our-skills-two {
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.our-skills-two .overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.our-skills-two .skill-bar {
    padding-right: 100px;
}
.our-skills-two .skill-bar .skills-title h2 {
    color: #33ceff;
    font-weight: 700;
    margin-bottom: 30px;
}
.our-skills-two .skill-bar .skills-heading p, .our-skills-two .skill-bar .skills-heading span {
    color: #fff;
}
.skills-description h2 {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.skills-description h2::after {
    background: #33ceff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}
.skills-description p {
    color: #ddd;
    margin-bottom: 45px;
}
.skills-description .gp-btn {
    background: #33ceff none repeat scroll 0 0;
    border-color: transparent;
    border-radius: 0;
    color: #fff;
}
.skills-description .gp-btn:hover {
    background-color: transparent;
    border-color: #fff;
}
#blog {
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
}
.blog_post {
    border: 1px solid #ecf0f1;
    padding: 15px;
    text-align: left;
}
.blog_post ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog_post ul li {
    display: inline-block;
}
.blog_post .blog-thumb {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.blog_post .blog-thumb img {
    overflow: hidden;
    transition: all 0.8s ease-in-out 0s;
    width: 100%;
}
.blog_post .blog-thumb .blog-overlay {
    background-color: rgba(53, 152, 219, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.blog_post .blog-thumb:hover img {
    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 {
    background: #989898 none repeat scroll 0 0;
    color: #ddd;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 2px;
}
.blog_post .blog_content .post_meta li:last-child {
    margin-left: 10px;
}
.blog_post .blog_content .post_meta li a {
    color: #989898;
    text-decoration: none;
}
.blog_post .blog_content .post_meta li a i {
    padding-right: 5px;
}
.blog_post .blog_content .blog_title {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    font-size: 1.42857em;
    font-weight: 700;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.blog_post .blog_content .blog_title a {
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.blog_post .blog_content .blog_title a:hover {
    color: #33ceff;
}
.blog_post .blog_content p {
    color: #6d6c6c;
    margin-bottom: 15px;
}
.blog_post .blog_content .gp-btn {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-color: transparent;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 0.85714em;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 6px 8px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}
.blog_post .blog_content .gp-btn:hover {
    background-color: #33ceff;
    color: #fff;
}
.blog-comments {
    border-top: 1px solid #ecf0f1;
    padding-top: 10px;
}
.blog-comments > a {
    color: #111;
    display: inline-block;
    text-decoration: none;
}
.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 0.3s ease-in-out 0s;
}
.blog-comments .blog-social li a:hover {
    color: #33ceff;
}
.blog-two p {
    margin-bottom: 50px;
}
.blog-two .blog_post {
    margin-bottom: 20px;
    padding: 0;
}
.blog-two .blog_post .blog-thumb-left {
    float: left;
    position: relative;
    width: 50%;
}
.blog-two .blog_post .blog-thumb-left img {
    width: 100%;
}
.blog-two .blog_post .blog-thumb-left .blog-comments {
    background: rgba(53, 152, 219, 0.8) none repeat scroll 0 0;
    border-top: medium none;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.blog-two .blog_post .blog-thumb-left .blog-comments a {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.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: medium 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 {
    float: right;
    position: relative;
    width: 50%;
}
.blog-two .blog_post .blog-thumb-right img {
    width: 100%;
}
.blog-two .blog_post .blog-thumb-right .blog-comments {
    background: rgba(53, 152, 219, 0.8) none repeat scroll 0 0;
    border-top: medium none;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.blog-two .blog_post .blog-thumb-right .blog-comments a {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.blog-two .blog_post .blog-thumb-right .blog-comments a:hover {
    color: #111;
}
#testimonial {
    background-position: 50% center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
}
#testimonial .section-title {
    color: #fff;
}
.testimonial-slider .testional .item {
    padding: 50px 0;
    position: relative;
    text-align: center;
}
.testimonial-slider .testional .item .cliten-thumbs {
    border: 4px solid #33ceff;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto 20px;
    width: 100px;
}
.testimonial-slider .testional .item .cliten-thumbs img {
    border-radius: 50%;
    width: 100%;
}
.testimonial-slider .testional .item .testi-content p {
    color: #ddd;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.testimonial-slider .testional .item h4 {
    color: #33ceff;
    font-size: 1.14286em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.testimonial-slider .testional .item span {
    color: #fff;
}
.testimonial-slider .owl-nav {
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #33ceff none repeat scroll 0 0;
    height: 10px;
    width: 15px;
}
#feedback-slider2 .item {
    background: hsla(0, 0%, 100%, 0.8) none repeat scroll 0 0;
    padding: 30px;
}
#feedback-slider2 .item .testi-content p {
    color: #111;
}
#feedback-slider2 .item h4 {
    color: #33ceff;
}
#feedback-slider2 .item span {
    color: #333;
}
#pricing_table {
    background: #f5f5f5 none repeat scroll 0 0;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
}
.table {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 -3px 29px -2px rgba(0, 0, 0, 0.2);
    margin: 0 auto 20px;
}
.table .pricing_plan {
    border: 1px solid #ededed;
}
.table .pricing_plan .price {
    background: #33ceff none repeat scroll 0 0;
    padding-bottom: 20px;
}
.table .pricing_plan .price h4 {
    background-color: hsla(0, 0%, 100%, 0.2);
    color: #111;
    font-size: 1.85714em;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
}
.table .pricing_plan .price p {
    color: #eee;
    line-height: 1.71429em;
    margin-bottom: 15px;
}
.table .pricing_plan .price .plan {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 120px;
    padding: 29px 0;
    width: 120px;
}
.table .pricing_plan .price .plan h3 {
    color: #000;
    font-size: 2.85714em;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 0;
}
.table .pricing_plan .price .plan span {
    font-size: 14px;
}
.table .pricing_plan .configuration {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.table .pricing_plan .configuration li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.table .pricing_plan .configuration li:nth-child(2n+1) {
    background: #f8f8f8 none repeat scroll 0 0;
}
.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 {
    background: #33ceff none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.table .pricing_plan .configuration li .gp-btn:hover {
    background: #111 none repeat scroll 0 0;
    border-color: transparent;
    color: #fff;
}
#brand {
    overflow: hidden;
    padding: 50px 0;
    position: relative;
    text-align: center;
}
.brand {
    margin-top: 30px;
}
.brand .item {
    border: 1px solid #111;
}
.brand .owl-nav {
    display: none;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}
#contact {
    padding: 100px 0;
    text-align: center;
}
#contact .contact-inner {
    padding: 0 50px;
}
.contact-header {
    margin-bottom: 50px;
    text-align: left;
}
.contact-header h2 {
    color: #000;
    font-size: 2.28571em;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact-form-area {
    background: #fff none repeat scroll 0 0;
}
.contact-form-area .contact-info {
    text-align: center;
}
.contact-form-area .contact-info .info {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 -3px 29px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 41px;
    padding: 15px 0;
}
.contact-form-area .contact-info .info:last-child {
    margin-bottom: 0;
}
.contact-form-area .contact-info .info span i {
    color: #33ceff;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact-form-area .contact-info .info h4 {
    color: #33ceff;
    font-size: 1.14286em;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-form-area .contact-info .info p {
    color: #5a5a5a;
    margin-bottom: 0;
}
#contact_form input[type="email"],
#contact_form input[type="text"] {
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    margin-right: 20px;
    outline: medium none;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 48%;
    border-top:0;
    border-left:0;
    border-right:0;
}
#contact_form input[type="text"]:nth-child(2), 
#contact_form input[type="text"]:nth-child(4) {
    margin-right: 0;
}
#contact_form input[type="email"]:hover,
#contact_form input[type="text"]:hover {
    border-color: #33ceff;
}
#contact_form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    height: 210px;
    outline: medium none;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
#contact_form textarea:hover {
    border-color: #33ceff;
}
#contact_form .gp-btn {
    background: #33ceff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    margin-top: 25px;
    padding: 12px 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
#contact_form .gp-btn:hover {
    background: #111 none repeat scroll 0 0;
    border: medium none transparent;
    color: #fff;
}
.contact-intro {
    padding: 50px 0;
    text-align: left;
}
.contact-intro h2 {
    color: #000;
    font-size: 1.57143em;
}
.contact-intro p {
    color: #000;
}
#contact.contact-two {
    padding: 0;
    position: relative;
}
#contact.contact-two .contact-header h2 {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#contact.contact-two .gmap3-area {
    height: 700px;
    width: 100%;
}
#contact.contact-two .contact-header {
    margin-bottom: 0;
}
#contact.contact-two .contact-form-area {
    background: hsla(0, 0%, 100%, 0.8) none repeat scroll 0 0;
    padding: 50px;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
}
#contact.contact-two .contact-form-area #form input[type="text"], #contact.contact-two .contact-form-area #form textarea {
    background-color: transparent;
    border: 1px solid #111;
    color: #111;
    transition: all 0.3s ease-in-out 0s;
}
#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: #33ceff;
}
#contact.contact-two .contact-form-area #form p {
    padding: 0 8px;
}
.gmap3-area {
    height: 550px;
}
#newsletter {
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
#newsletter .news-wraper {
    margin: 0 auto;
    max-width: 600px;
}
#newsletter .news-wraper h3 {
    color: #33ceff;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#newsletter .news-wraper form {
    border: 2px solid #33ceff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
#newsletter .news-wraper form input[type="email"] {
    background-color: transparent;
    border: medium none;
    color: #fff;
    outline: medium none;
    padding: 15px 125px 15px 20px;
    width: 100%;
}
#newsletter .news-wraper form button {
    background: #33ceff none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
    outline: medium none;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
}
#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 none repeat scroll 0 0;
    color: #333;
}
#footer {
    background: #33ceff none repeat scroll 0 0;
    padding-top: 50px;
    text-align: center;
}
#footer h2 {
    color: #fff;
    font-size: 1.71429em;
    font-weight: 600;
    margin-bottom: 30px;
}
#footer .gp-social-link {
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0;
}
#footer .gp-social-link li {
    display: inline-block;
    padding-right: 10px;
}
#footer .gp-social-link li a {
    border: 1px solid #333;
    color: #333;
    display: block;
    font-size: 1.42857em;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}
#footer .gp-social-link li a:hover {
    background: #333 none repeat scroll 0 0;
    border-color: transparent;
    color: #fff;
}
.copyright {
    border-top: 1px solid #13c5fd;
    padding: 20px 0;
    text-align: center;
}
.copyright p {
    color: #eee;
    margin-bottom: 0;
    padding-right: 10px;
}
.copyright p a {
    color: #fff;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
}
.copyright p a::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: 10px;
    position: absolute;
    top: 2px;
    width: 2px;
}
#footer.footer {
    background: #03141f none repeat scroll 0 0;
    text-align: left;
}
#footer.footer .copyright {
    border-color: #1d292d;
}
#footer.footer h3 {
    color: #fff;
    font-size: 1.57143em;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#footer.footer .info i {
    color: #33ceff;
    float: left;
    font-size: 1.78571em;
    height: 40px;
    width: 40px;
}
#footer.footer .info p {
    color: #a9a9a9;
    line-height: 1.57143em;
    margin-bottom: 20px;
}
#footer.footer .gp-social-link {
    margin-top: 30px;
}
#footer.footer .gp-social-link li a {
    border-color: #fff;
    color: #fff;
    font-size: 1.28571em;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
#footer.footer .gp-social-link li a:hover {
    background: #33ceff none repeat scroll 0 0;
    border-color: transparent;
}
#footer.footer .news-wrapper {
    border-bottom: 1px solid #0a2231;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#footer.footer .news-wrapper:last-child {
    border-bottom: medium none;
}
#footer.footer .news-wrapper > a {
    display: block;
    float: left;
    height: 70px;
    transition: all 0.3s ease-in-out 0s;
    width: 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;
    display: block;
    font-size: 1.42857em;
    font-weight: 700;
    line-height: 1.07143em;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
}
#footer.footer .news-wrapper .news-content a p {
    color: #a5a5a5;
    line-height: 1.57143em;
    margin-bottom: 0;
}
#footer.footer .news-wrapper:hover a:hover {
    opacity: 0.7;
}
#footer.footer .news-wrapper:hover .news-content a {
    text-decoration: none;
}
#footer.footer .news-wrapper:hover .news-content a span {
    color: #33ceff;
}
.flicker a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.flicker a:hover {
    opacity: 0.7;
}
.flicker .copyright {
    border-color: #0b2333;
    text-align: center;
}
.flicker .copyright p {
    color: #929292;
}
.blog-page #header {
    background: #03141f none repeat scroll 0 0;
    position: relative;
}
.blog-single {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 70px 0;
}
.blog-wrapper .blog-thumb {
    margin-bottom: 20px;
    position: relative;
}
.blog-wrapper .blog-thumb img {
    width: 100%;
}
.blog-wrapper .blog_post {
    margin-bottom: 20px;
}
.blog-wrapper .post-meta {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}
.blog-wrapper .post-meta li {
    display: inline;
    padding-right: 20px;
}
.blog-wrapper .post-meta li a {
    color: #33ceff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.blog-wrapper .post-meta li a i {
    margin-right: 10px;
}
.blog-wrapper h2 {
    color: #222;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blog-wrapper p {
    color: #545454;
    margin-bottom: 20px;
}
.blog-wrapper blockquote {
    border-bottom: 1px solid #33ceff;
    border-left: medium none;
    border-top: 1px solid #33ceff;
    color: #33ceff;
    font-size: 1.14286em;
    font-style: italic;
    font-weight: 600;
    padding: 15px;
}
.blog-wrapper .tag-area i {
    color: #33ceff;
    margin-right: 10px;
}
.blog-wrapper .tag-area a {
    color: #111;
    font-weight: 700;
    margin-right: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.blog-wrapper .tag-area a:hover {
    color: #33ceff;
}
.blog-sub-title {
    color: #111;
    font-size: 1.71429em;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.blog-sub-title::after {
    background: #33ceff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.athor {
    margin-bottom: 30px;
    padding: 10px;
}
.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: 1.42857em;
    font-weight: 700;
    margin-bottom: 10px;
}
.athor .content span {
    color: #999;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
ol {
    list-style: outside none none;
    margin: 0;
}
ol.comment-list {
    padding: 0;
}
article {
    padding: 15px 0;
    position: relative;
}
article .reply {
    bottom: 15px;
    position: absolute;
    right: 0;
}
article .reply a {
    color: #33ceff;
    text-decoration: none;
}
article .reply a i {
    margin-left: 10px;
}
article {
    border-bottom: 1px solid #eee;
}
.comment-meta img {
    float: left;
}
.comment-meta a {
    color: #ccc;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 110px;
    text-decoration: none;
}
.comment-meta a i {
    margin-right: 5px;
}
.comment-meta a.url {
    color: #111;
    font-size: 1.14286em;
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: none;
}
.comment-content {
    margin-left: 110px;
}
.comment-content p {
    color: #676767;
    margin-bottom: 20px;
}
.comment-respond .comment-reply-title {
    color: #111;
    font-size: 1.57143em;
    font-weight: 700;
    margin: 20px 0;
}
.comment-respond .comment-form p {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 32%;
}
.comment-respond .comment-form p:nth-child(3) {
    margin-right: 0;
}
.comment-respond .comment-form p input {
    border: 1px solid #ddd;
    outline: medium none;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.comment-respond .comment-form p input:hover {
    border-color: #33ceff;
}
.comment-respond .comment-form .comment-form-comment {
    padding-right: 5px;
    width: 100%;
}
.comment-respond .comment-form .comment-form-comment textarea {
    border: 1px solid #ddd;
    height: 150px;
    outline: medium none;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.comment-respond .comment-form .comment-form-comment textarea:hover {
    border-color: #33ceff;
}
.comment-respond #submit {
    background: #33ceff none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.comment-respond #submit:focus, .comment-respond #submit:hover {
    background: #111 none repeat scroll 0 0;
}
.more-blog {
    background: #33ceff none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 30px auto 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 150px;
}
.more-blog:hover {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 1440px) {
#contact.contact-two .contact-form-area {
    padding: 25px;
    width: 50%;
}
}
@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 .navbar-header .navbar-brand {
    padding: 10px 0;
}
#header .navbar-nav {
    padding: 20px 0;
}
.slider-caption-one h2 {
    font-size: 3.57143em;
}
.slider-caption-one h3 {
    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: 2.5em;
}
.slider-caption-two h4 {
    margin-bottom: 0;
}
.slider-caption-three {
    left: 10%;
}
.slider-caption-three h2 {
    font-size: 2.5em;
}
.slider-caption-three h4 {
    font-size: 1.42857em;
    margin-bottom: 0;
}
.slider-caption-three h3 {
    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: 1.28571em;
}
.portfolio_container .portfolio-item:hover .overlay .work-caption .view {
    margin-bottom: 20px;
}
.team_member {
    border: 2px solid #33ceff;
    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 {
    padding: 16px 0;
    width: 150px;
}
#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 {
    display: none;
    width: 100%;
}
#header .navbar-header .navbar-brand {
    margin-left: 20px;
    padding: 0;
}
#header .navbar-collapse {
    padding: 0;
}
#header .navbar-nav {
    margin: 0;
    text-align: center;
}
#mobile-header {
    display: block;
}
.navbar-toggle {
    margin: 12px 20px 12px 0;
}
.navbar-fixed-top {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !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: 2.14286em;
}
.slider-caption-one h2::after, .slider-caption-one h2::before {
    width: 165px;
}
.slider-caption-one h3 {
    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 {
    background: #f5f5f5 none repeat scroll 0 0;
    position: static;
    transform: translateY(0px);
    width: 100%;
}
#contact.contact-two .contact-form-area #form p {
    padding: 0 14px;
}
#newsletter .news-wraper form {
    margin: 0 auto;
    width: 400px;
}
}
@media screen and (max-width: 500px) {
.section-title {
    font-size: 1.71429em;
}
.gp-bn-btn {
    margin-right: 10px;
    padding: 8px 16px;
}
.slider-caption-one h3 {
    font-size: 1em;
}
.slider-caption-two h2 {
    font-size: 1.78571em;
}
.slider-caption-two h4 {
    font-size: 1.28571em;
}
.slider-caption-two p {
    font-size: 1em;
}
.slider-caption-two p br {
    display: none;
}
.slider-caption-three h2 {
    font-size: 1.57143em;
    margin-bottom: 15px;
}
.slider-caption-three h4 {
    font-size: 1.28571em;
}
.slider-caption-three h3 {
    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: 2.14286em;
}
#newsletter .news-wraper form {
    margin: 0 auto;
    width: 310px;
}
#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 {
    bottom: 20px;
    right: 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"] {
    border: 1px solid #eee;
    color: #111;
    font-size: 1em;
    outline: medium none;
    padding: 10px 20px;
    width: 100%;
}
.widget_dt_search .search-submit {
    display: none;
}
.widget {
    margin-bottom: 50px;
}
.widget .widget-title {
    color: #111;
    font-size: 1.42857em;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.widget .widget-title::after {
    background: #33ceff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_nav_menu ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}
.widget_nav_menu ul li:last-child {
    border-bottom: medium none;
}
.widget_nav_menu ul li a {
    color: #6d6c6c;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.widget_nav_menu ul li a:hover {
    color: #33ceff;
}
.dt-tag a {
    border: 1px solid #eee;
    color: #6d6c6c;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 4px 8px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.dt-tag a:hover {
    background: #33ceff none repeat scroll 0 0;
    color: #fff;
}
.widget_recent_entries .resent-post {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.widget_recent_entries .resent-post .post-thumbs {
    border-radius: 5px;
    float: left;
    overflow: hidden;
}
.widget_recent_entries .resent-post .post-content {
    margin-left: 90px;
}
.widget_recent_entries .resent-post .post-content h5 {
    font-size: 1em;
    margin-top: 0;
}
.widget_recent_entries .resent-post .post-content h5 a {
    color: #111;
    font-weight: 700;
    line-height: 1.42857em;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.widget_recent_entries .resent-post .post-content h5 a:hover {
    color: #33ceff;
}
.widget_recent_entries .resent-post .post-content .post-meta {
    list-style: outside none none;
    margin-left: 0;
    padding: 0;
}
.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: #33ceff;
    text-decoration: none;
}
.widget_recent_entries .resent-post .post-content .post-meta li a i {
    padding-right: 10px;
}
.widget_archive ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_archive ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
    position: relative;
}
.widget_archive ul li a {
    color: #6d6c6c;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.widget_archive ul li a span {
    padding-left: 5px;
}
.widget_archive ul li p {
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.widget_archive ul li:hover a, .widget_archive ul li:hover p {
    color: #33ceff;
}
.navbar-nav .gp-bn-btn{
    margin-top: 4px;
    padding: 5px 20px;
}

.dropdown-menu {
    right: 0 !important;
    left: inherit;
}
.login-item {
    position: absolute;
    right: 18px;
    top: 6px;
}
.login-item ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.login-item ul li {
    display: inline-block;
    position:relative;
}
.login-item ul li a {
    color: #fff;
    display: block;
    margin: 0 10px;
    padding: 6px 0;
}

.login-item ul li::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 1px;
}
.login-item ul li:first-child::after {
    background: transparent none repeat scroll 0 0;
}
.navbar-bg .login-item {
  display: none;
}

.copyright ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.copyright ul li {
    display: inline-block;
    position: relative;
}
.copyright ul li::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 1px;
}
.copyright ul li a {
    color: #fff;
    display: block;
    padding: 0 10px;
}
.privacy_policy {
    min-height: 400px;
    padding: 40px 0;
}
.modal-footer.text-center {
  text-align: center;
}
.modal-footer .btn {
  border-radius: 0;
  padding: 8px 32px;
}
.modal-content .form-control {
  border-radius: 0;
  height: 44px;
  margin-bottom: 8px;
}
.create_account {
  padding: 0 15px 15px;
}

#form-main .form-control {
  border-radius: 0;
  height: 40px;
}
.single-contact-form {
    margin-bottom: 30px;
}
#form-main textarea.form-control {
  border-radius: 0;
  height: 150px;
}
.title-form {
  margin-bottom: 20px;
}
.about-box {
  min-height: 288px;
}
.social-link img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.social-link {
  position: absolute;
  right: -53px;
  top: 35px;
}
.navbar-bg .social-link {
  position: absolute;
  right: -53px;
  top: 13px;
}
.single-contact-form .btn-info {
  background: #33ceff none repeat scroll 0 0 !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}
.dropdown-menu {
  background-color: #666;
}
.copyright ul li:first-child::after {
  background: transparent none repeat scroll 0 0;
}


#pricing_table p {
    margin-bottom: 40px;
}
.faq-area {
    padding: 45px 0 25px;
}
.panel-heading a {
    display: block;
    width: 100%;
}

.message-details{
    float: left;
}

.message-time{
    float: right;
}

.inbox-message i {
    color: #666;
    float: left;
    font-size: 25px;
    margin-right: 7px;
}
.inbox-text {
    float: left;
}

.inbox-message ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.inbox-message h4 {
    margin: 0;
}
.inbox-message p {
    margin: 0;
}


.message-details h4 {
    margin: 0;
}
.message-details p {
    margin: 0;
}
.inbox-section {
    padding: 35px 0;
}

.inbox-message {
    overflow: hidden;
}
.inbox-message ul li {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px;
}

.inbox-message {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
}
.inbox-message ul li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.message-all {
    margin-bottom: 15px;
    overflow: hidden;
}
.messg-send-box {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.messg-send-box textarea {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    width: 100%;
}

.banner img {
    width: 100%;
}
.login-item.msg-welcome ul li a {
  color: #33ceff;
  display: inline-block;
  margin: 0;
}
.login-item.msg-welcome ul li {
  color: #fff;
  margin: 0;
  padding: 0;
}