/*-------------
[Custom Stylesheet]

Author:         RichardLancaster

colors from icon =  Green   = #B2FC15 Blue = #29a9e1
                    Grey    = #A7ACBC Black = 58595b

#TABLE OF CONTENTS#
1# FONTS
2# GENERAL CSS
3# SLIDER CSS
4# SERVICES CSS
5# ABOUT US CSS
6# PORTFOLIO CSS
7# WHY US CSS
8# PROJECTS CSS
9# PRICING CSS
10# COUNTER CSS
10# TESTIMONIAL CSS
12# LATEST NEWS CSS
13# TEAM CSS
14# CONATCT US CSS
15# FOOTER CSS
******************/
/* ================================= */
/* ---------- GENERRAL CSS --------- */
/* ================================= */

@import url('https://fonts.googleapis.com/css?family=Play:400,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');
body {
    position: relative;
    font-size: 16px;
    overflow-x: hidden;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    display: inline-block;
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Play', sans-serif;
    color: #989898;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
a {
    -webkit-transition: color 1000ms, background-color 1000ms;
    -moz-transition: color 1000ms, background-color 1000ms;
    -o-transition: color 1000ms, background-color 1000ms;
    transition: color 1000ms, background-color 1000ms;
}
a:hover,
a:focus {
    list-style: none;
    text-decoration: none;
    outline: none;
}
p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    margin: 0;
}
.heading h2 {
    border-bottom: 1px solid #989898;
    color: #29a9e1;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.heading > p {
    text-transform: uppercase;
}
.heading h2 span {
    color: #29a9e1;
}
.heading h2 span1 {
    color: #29a9e1;
    text-transform: capitalize;
}
p span {
    color: #58595b;
}
p span1 {
    color: #29a9e1;
    text-transform: capitalize;
}
.padding_bottom30 {
    padding-bottom: 30px;
}
.padding_top30 {
    padding-top: 30px;
}
.padding_bottom60 {
    padding-bottom: 60px;
}
.padding_top60 {
    padding-top: 60px;
}
.padding_top80 {
    padding-top: 80px;
}
.padding_bottom80 {
    padding-bottom: 80px;
}
.padding80 {
    padding: 80px 0;
}
/* ================================= */
/* ------------ LOADER ------------- */
/* ================================= */
#loader {
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin:0 auto;
	position:absolute;
	transform:translate(-50%,-50%);
	left:50%;
	top:50%;
	box-sizing: border-box;
	text-align: center;
	z-index:1100;
	text-transform: uppercase;
		-o-text-transform: uppercase;
		-ms-text-transform: uppercase;
		-webkit-text-transform: uppercase;
		-moz-text-transform: uppercase;
}
#loader:before,
#loader:after {
	opacity: 0;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	content: "\0020";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border: 2px solid rgb(4,191,228);
	box-shadow: 0 0 25px rgb(4,191,228), inset 0 0 25px rgb(4,191,228);
		-o-box-shadow: 0 0 25px rgb(4,191,228), inset 0 0 25px rgb(4,191,228);
		-ms-box-shadow: 0 0 25px rgb(4,191,228), inset 0 0 25px rgb(4,191,228);
		-webkit-box-shadow: 0 0 25px rgb(4,191,228), inset 0 0 25px rgb(4,191,228);
		-moz-box-shadow: 0 0 25px rgb(4,191,228), inset 0 0 25px rgb(4,191,228);
}
#loader:after {
	z-index: 1;
	animation: cssload-gogoloader 2.3s infinite 1.15s;
		-o-animation: cssload-gogoloader 2.3s infinite 1.15s;
		-ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
		-webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
		-moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}
#loader:before {
	z-index: 2;
	animation: cssload-gogoloader 2.3s infinite;
		-o-animation: cssload-gogoloader 2.3s infinite;
		-ms-animation: cssload-gogoloader 2.3s infinite;
		-webkit-animation: cssload-gogoloader 2.3s infinite;
		-moz-animation: cssload-gogoloader 2.3s infinite;
}
@keyframes cssload-gogoloader {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
@-o-keyframes cssload-gogoloader {
	0% {
		-o-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-o-transform: scale(1);
		opacity: 0;
	}
}
@-ms-keyframes cssload-gogoloader {
	0% {
		-ms-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-ms-transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes cssload-gogoloader {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@-moz-keyframes cssload-gogoloader {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}
#loader-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
}
#loader-wrapper .loader-section {
	top: 0;
	width: 51%;
	height: 100%;
	position: fixed;
	background: #183650;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {left: 0;}
#loader-wrapper .loader-section.section-right {right: 0;}
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	-o-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}
/* ================================= */
/* ----------- Header CSS ---------- */
/* ================================= */
#header-1,
#header-2 {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}
.logo_top {
	position: relative;
	z-index: 0;
}
.header_top .top_links {
    text-align: right;
}
.top_links > li {
    display: inline-block;
    margin-left: 17px;
    color: #fff;
}
.top_links > li > a {
    color: #fff;
}
.top_links > li > a:hover {
    color: #04bee4;
}
.logo_top > a {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 10;
}
.logo_top > a > img {
    width: 64%;
}
.header_top {
    padding: 30px 0 10px 0;
}
/**** Navbar***/
#header-1 .navbar-brand {
    height: auto;
    line-height: normal;
}
#header-1 .navbar > .container .navbar-brand, 
#header-1 .navbar > .container-fluid .navbar-brand {
	margin-left: -28px;
}
#header-1 nav.navbar.bootsnav.sticked .navbar-brand > img {
    width: 100%;
}
#header-1 nav.navbar.bootsnav.navbar-sticky .navbar-brand {
    display: none;
}
#header-1 nav.navbar.bootsnav.sticked .navbar-brand {
    display: inline-block;
}
#header-1 nav.navbar.bootsnav.navbar-sticky .navbar-brand .logo_mobile {
    display: none;
}
#header-1 nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
#header-1 nav.navbar.bootsnav.navbar-transparent.dark {
    background-color: transparent;
    border-bottom: none;
    transition: 0.4s;
}
#header-1 nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
#header-1 nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
    color: #fff;
}
#header-1 nav.navbar.bootsnav.sticked .navbar-nav {
    float: right;
}
#header-1 nav.navbar.bootsnav.sticked ul.nav > li > a,
#header-2 nav.navbar.bootsnav.sticked ul.nav > li > a {
	color: #58595b;
	margin: 30px 11px;
	padding:0;
	transition: 0.6s;
}
#header-1 nav.navbar.bootsnav ul.nav > li:last-child a {
    padding-right: 0;
}
#header-1 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover,
#header-1 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
    color: #04bee4;
}
#header-1 nav.bootsnav.brand-center .navbar-collapse {
    padding-top: 20px;
}
#header-1 nav.navbar.bootsnav ul.nav > li > a{
    font-weight: normal;
	margin:20px 12px;
	padding:0;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.s;
}
#header-1 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
#header-1 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
#header-1 nav.navbar.bootsnav ul.nav li.active > a:hover,
#header-1 nav.navbar.bootsnav ul.nav li.active > a {
    color: #c4c4c4;
}
#header-1 .navbar-default .navbar-nav > li > a:hover {
    color: #c4c4c4;
}
#header-1 .collapse.navbar-collapse {
    padding-left: 0;
}
#header_1 nav.navbar.bootsnav .navbar-toggle {
    color: #29a9e1;
}
/******* Nav - 2 *******/
#header-2 nav.navbar.bootsnav.navbar-transparent.white {
	background-color: transparent;
	border: none;
	padding-top: 25px;
}
#header-2 nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
	border-left: none;
}
#header-2 nav.navbar.bootsnav ul.nav > li > a {
    font-weight: normal;
	margin:30px 12px;
	padding:0;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.6s;
}
#header-2 .side .widget ul.link li.active a::before,
#header-2 nav.navbar.bootsnav ul.nav li.active a::before,
#header-10 nav.bootsnav.navbar-sidebar ul.nav > li.active a::before{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#header-2 .side .widget ul.link li a::before,
#header-2 nav.navbar.bootsnav ul.nav li a::before,
#header-10 nav.bootsnav.navbar-sidebar ul.nav > li > a::before{
	position: absolute;
	content: '';
	width: 100%;
	display: table;
	height: 2px;
	background: #29a9e1;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,transparent), color-stop(50%,#29a9e1), color-stop(100%,transparent));
	background: -webkit-linear-gradient(left, transparent 0%,#29a9e1 50%,transparent 100%);
	background: -moz-linear-gradient(left, transparent 0%, #29a9e1  50%,transparent 100%);
	background: -ms-linear-gradient(left, transparent 0%,#29a9e1  50%,transparent 100%);
	background: -o-linear-gradient(left, transparent 0%,#29a9e1 50%,transparent 100%);
	background: linear-gradient(left, transparent 0%,#29a9e1 50%,transparent 100%);
	bottom: -5px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
#header-2 .side .widget ul.link li{
	display: block;
}
.side .widget ul.link li a {
	color: #fff;
	margin: 10px 13px;
	display:inline-block;
	position:relative;
	padding:3px 0;
}
#header-2 .side {
	background-color: #183650;
}
#header-2 .attr-nav > ul > li > a {
	color: #fff;
	display: block;
	margin: 22px 0;
	position: relative;
	background: #04bee4;
	border-radius:4px;
	padding: 7px 14px;
}
#header-2 .attr-nav {
	margin-right:0;
}
/******* Nav - 7 *******/
#header-2.header-7 nav.navbar.bootsnav ul.nav li a:focus::before,
#header-2.header-7 nav.navbar.bootsnav ul.nav li a:hover::before,
#header-2.header-7 nav.navbar.bootsnav ul.nav li a.active::before{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/******** Nav - 9 *******/
#header-2.header-9 nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
	background-color: rgba(24,54,80,0.9);
}
#header-2.header-9 nav.navbar.bootsnav .navbar-toggle {
	padding: 7px 14px;
	top: 3px;
	font-size:16px;
	background-color:#29a9e1 !important;
	color:#fff;
}
#header-2.header-9 nav.navbar.bootsnav .navbar-brand {
	padding: 2px 15px;
}
#header-2.header-9 nav.navbar.bootsnav ul.nav > li {
	text-align:center;
	display:block;
}
#header-2.header-9 nav.navbar.bootsnav ul.nav > li > a {
	color:#fff;
	display:inline-block;
	margin: 20px 0;
	padding: 5px 0;
	font-size: 24px;
}
#header-2.header-9 nav.bootsnav.navbar-full .navbar-collapse .nav-full {
	overflow-y: auto;
	overflow-x: hidden;
}
#header-2.header-9 .navbar {
	min-height: 65px;
}
#header-2.header-9 nav.bootsnav.navbar-full {
	padding-bottom: 5px;
	padding-top: 5px;
}
#header-2.header-9 li.close-full-menu {
	position: relative;
}
#header-2.header-9 li.close-full-menu a {
	position: absolute;
	right: 70px;
	cursor: pointer;
	z-index: 1;
	top: 50px;
	color:#fff;
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	line-height: 37px;
	text-align: center;
}
#header-2.header-9 li.close-full-menu a:hover,
#header-2.header-9 nav.navbar.bootsnav ul.nav > li > a:hover{
	color:#04bee4;
}
/******** Nav Bar *******/
#header-10 nav.bootsnav.navbar-sidebar ul.nav > li > a {
	color: #fff;
	display: inline-block;
	margin: 15px 0;
	padding: 2px 0;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}
#header-10 .navbar-brand {
	height: auto;
	padding: 20px 0 40px 0;
}
#header-10 nav.bootsnav.navbar-sidebar ul.nav {
	margin: 0 0 30px 10px;
}
#header-10 nav.bootsnav.navbar-sidebar {
	background: #183650;
}
#header-10 nav.navbar.bootsnav .share ul > li {
	margin-right: 15px;
}
#header-10 nav.navbar.bootsnav .share ul {
	margin: 0 0 0 -8px;
}
#header-10 nav.navbar.bootsnav .share ul > li > a {
	background-color:transparent;
	color: #04bee4;
	border:1px solid #04bee4;
	font-size:12px;
}
#header-10 nav.navbar.bootsnav .share ul > li > a:hover{
	background-color:#04bee4;
	color:#fff;
	font-size:13px;
	border-color:#fff;
}
#header-2.header-12 .attr-nav > ul > li > a {
	color: #000;
	background: transparent;
}
#header-2.header-12 .attr-nav > ul > li > a:hover{
	color: #04bee4;
}
/****** Header - 13 **********/
#header-13 nav.navbar.bootsnav.navbar-transparent.white {
	background-color: transparent;
	border: none;
}
#header-13 .navbar-brand {
	height: auto;
}
/* ================================= */
/* ---------- Banner  CSS ---------- */
/* ================================= */
h1.tp-caption.tp-resizeme span {
    color: #fff;
    font-size: 40px;
	font-weight:500;
    text-transform: uppercase;
}
.tp-caption.tp-resizeme p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}
.btn-dark {
    background: #04bee4;
    color: #fff;
    display: inline-block;
    padding: 15px 45px;
	cursor:pointer;
}
.btn-light {
    background: #fff;
    color: #04bee4;
    display: inline-block;
    padding: 15px 45px;
	cursor:pointer;
}
.btn-dark:hover,
.btn-light:hover {
    background: #011e37;
    color: #fff;
}
.tparrows.tp-leftarrow::before {
    content: url("../images/errow_left.png");
}
.tparrows.tp-rightarrow::before {
    content: url("../images/errow_right.png");
}
.tparrows {
    background: transparent;
}
.tparrows:hover {
    background: transparent;
}
/****** Banner ******/
#banner-2{
	background:url(../images/bannar_1.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#banner-3{
	background:url(../images/bannar_4.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.banner-2-inner {
	padding: 27% 0 17%;
}
.banner-2-inner h2 {
	color: #fff;
	font-size: 46px;
	font-weight: 300;
	text-transform:uppercase;
}
.banner-2-inner h2 span{
	font-weight: 600;
}
.banner-2-inner p {
	color: #fff;
	padding: 20px 35% 50px 0;
}
/******* Banner - 4 *****/
#banner-4{
	background:url(../videos/Slow_Typer.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.hero-buttons a{
    margin-right: 10px;
}
.hero-buttons .btn-main.dark{
    background: #fff;
    color: #222;
}
.hero-section {
    height: 100%;
    padding-bottom: 60px;
    padding-top: 200px;
    overflow: hidden;
}
.hero-section .container {
    height: 100%;
}
.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
    color: #EE3B24!important;
}
.navbar-inverse .navbar-nav >li> a{
    color: #eee!important;
}
.hero-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    padding-bottom: 15%;
	padding-top:5%;
}

.hero-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
.hero-title span{
    color: #04bee4;
}
.hero-description {
    padding: 20px 12% 50px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.hero-buttons a.btn{
    color: #fff;
    padding: 15px 50px;
}

.hero-buttons a.btn.solid{
    margin-left: 10px;
}

.hero-buttons a i{
    margin-left: 5px;
}

/************** Banner - 5 ************/
#home .jarallax {
    overflow: hidden;
}
.clouds {
    position: absolute;
    z-index:0;
    top: 0;
    left: 0;
    width: 500em;
    height: 43.75em;
    opacity: 1;
    visibility: inherit;
    background: transparent url("../images/clouds.png") repeat-x scroll 0px 100%;
    -webkit-animation: cloudLoop 60s linear infinite;
    -moz-animation: cloudLoop 60s linear infinite;
    animation: cloudLoop 60s linear infinite;
}
@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}
@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}
.home_slider_bg{
    position: relative;
}
.home-center {
    position: absolute;
    margin-right: -50%;
    top: 55%;
    left: 50%;
    padding: 0px;
    transform: translate(-50%, -50%);
}
#banner-5,
.testimonial-jarallax {
    background: transparent;
}
#banner-5{
	padding:16% 0 0;
	z-index:1;
	position:relative;
	text-align:right;
}
#banner-5 .btn-wrap {
    position: relative;
    top: 4em;
	text-align:right;
}
.banner-5-details img {
	position: relative;
	top: -140px;
}
#banner-5 .banner-5-details h2 {
	color: #fff;
	font-size: 46px;
	font-weight: 300;
	text-transform: uppercase;
}
#banner-5 .banner-5-details h2 span {
	font-weight: 600;
}
#banner-5 .banner-5-details p {
	font-size: 35px;
	line-height: 1.1;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
	padding-top: 21px;
}
/********* Banner - 10 *********/
.banner-10 .banner-2-inner p {
	color: #fff;
	padding: 20px 10% 50px 10%;
}
/******** Banner 13 *********/
#banner-13{
	background:#987ecc;
}
#banner-13 .btn-dark {
	background: #183650;
}
#banner-13 .btn-dark:hover{
	background: #fff;
	color:#183650;
}
#banner-13 .btn-light {
	color: #183650;
}
#banner-13 .btn-light:hover{
	color: #fff;
}
/******** Banner 13 *********/
#banner-14{
	background:url(../images/bannar_6.jpg);
	background-position:100% center;
	background-repeat:no-repeat;
	background-size:cover;
	height:700px;
}
/* ================================= */
/* -------- Features CSS ----------- */
/* ================================= */
#header-bottom {
	background: #183650;
	padding: 45px 0 55px;
}
.header-bottom-padding {
  padding-bottom: 45px;
  padding-top: 35px;
}
.header-bottom-info-1,
.header-bottom-info-2{
  position: relative;
}
.header-bottom-info-1::before {
  background: #555;
  bottom: -10px;
  content: "";
  height: 122px;
  position: absolute;
  right: -9px;
  width: 1px;
}
.header-bottom-info-1 h3,
.header-bottom-info-2 h3{
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom:10px;
}
.header-bottom-info-1 p, 
.header-bottom-info-2 p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 124px;
  padding-top: 6px;
  position: relative;
}
.header-bottom-info-1 i,
.header-bottom-info-2 i {
  margin-top: 5px;
  position: absolute;
}
.header-bottom-info-1 i.fa-codepen::before,
.header-bottom-info-2 i.fa-briefcase::before {
  background: #04bee4;
  color: #fff;
  font-size: 45px;
  padding: 16px 30px 67px;
  position: absolute;
}
/* ================================= */
/* ----------- About CSS ----------- */
/* ================================= */

#about {
    background: #f9f8fd;
}
.about-info h3 span {
    background: #29a9e1;
    height: 40px;
    transform: rotate(45deg);
    width: 40px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    margin-right: 15px;
}
.about-info h3 span .fa {
    transform: rotate(-45deg);
}
.about-info h3 {
    color: #58595b;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 25px;
}
.about-info p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #535353;
}
.about-img {
    margin-top: 60px;
}
.about-image2 > img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
/*******about us 3 ******/
.about-3 p {
	padding: 0 12%;
	text-transform: lowercase;
}
.about-3-box {
	margin-top:120px;
	cursor:pointer;
}
.about-3-box h4 {
	color: #000;
	font-weight: 500;
	font-size: 20px;
	padding-top: 25px;
}
.about-3-box img{
	display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .7s ease .1s;
    -o-transition: all .7s ease .1s;
    transition: all .7s ease .1s;
}
.about-3-box:hover img {
	transform: translateY(-15px);
}
/******** About - 5 *********/
.about-text5 h2 {
	color: #58595b;
	text-transform: uppercase;
	padding-top: 40px;
	position:relative;
	font-size: 30px;
	font-weight: 600;
}
.about-text5 h2 span{
	color:#58595b;
}
.about-text5 h2::after {
	content: "";
	position: absolute;
	background: #58595b;
	height: 2px;
	width: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -25px;
}
.about-text5 p{
	padding-top: 40px;
}
/* ================================= */
/* ---------- Services CSS --------- */
/* ================================= */

.services_detail h4 {
    color: #000;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 20px;
}
.face.front > img {
    padding: 20px 0;
}
.services_detail p {
    line-height: 26px;
    padding: 0 7%;
}
.services_detail_overlay p {
    line-height: 26px;
}
.services_detail {
    width: 100%;
    height: 330px;
    display: inline-block;
    position: relative;
    -webkit-perspective: 650px;
    -moz-perspective: 650px;
    -ms-perspective: 650px;
    -o-perspective: 650px;
    perspective: 650px;
    border: 3px solid #989898;
    margin-bottom: 30px;
}
.services_detail:hover .back {
    z-index: 9;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.services_detail:hover .front {
    z-index: 8;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.face {
    width: 100%;
    height: 324px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.back {
    z-index: 8;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: #04bee4;
    padding: 50px 0 0;
    color: #fff;
    cursor: pointer;
}
.front {
    z-index: 9;
    padding: 20px 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    cursor: pointer;
}
/******* Services ********/

#services2,
#servicesC,
#services-5 {
    background: #f1f1f1;
}
.services2-heading {
    padding-top: 50px;
}
.services2-heading .heading,
.services2-heading p {
    padding-left: 20px;
    padding-right: 20px;
}
.services2-heading p {
    line-height: 34px;
}
.services2-box.text-center {
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
    height: 320px;
    padding-top: 90px;
    position: relative;
}
#services2 .col-md-9 .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.services2-box .fa {
    font-size: 80px;
    color: #000;
}
.services2-box h4 {
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 15px;
}
.services2-box-hover {
    height: 0;
    background: #58595b;
    padding: 90px 50px 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    transition: 0.4s;
}
.servicesC-heading {
    padding-top: 50px;
}
.servicesC-heading .heading,
.servicesC-heading p {
    padding-left: 20px;
    padding-right: 20px;
}
.servicesC-heading p {
    line-height: 34px;
}
.servicesC-box.text-center {
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
    height: 320px;
    padding-top: 90px;
    position: relative;
}
#servicesC .col-md-9 .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.servicesC-box .fa {
    font-size: 80px;
    color: #000;
}
.servicesC-box h4 {
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 15px;
}
.servicesC-box-hover {
    height: 0;
    background: #29a9e1 ;
    padding: 90px 50px 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    transition: 0.4s;
}
.servicesC-box-hover p {
    line-height: 33px;
    color: #58595b;
}
.servicesC-box-hover:hover {
    height: 100%;
    opacity: 1;
    transition: 0.4s;
}
.services2-box-hover p {
    line-height: 33px;
    color: #29a9e1;
}
.services2-box-hover:hover {
    height: 100%;
    opacity: 1;
    transition: 0.4s;
}
/******** Services - 5 *******/
#services-5 .services-5-box {
	background: #fff;
	padding: 60px 50px;
	margin-top:30px;
	cursor:pointer;
	transition:0.6s;
}
.services-5-box .fa {
	font-size: 50px;
	color:#04bee4;
}
.services-5-box h3 {
	color: #000;
	text-transform: uppercase;
	padding: 30px 0;
}
.services-5-box p{
	line-height:28px;
}
#services-5 .services-5-box:hover{
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);
	transition:0.6s;
}
/* ================================= */
/* --------- Features CSS ---------- */
/* ================================= */
#feature-5{
	background:#f1f1f1;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.fatures-bg-fixed{
	background-attachment: fixed !important;
}
.fatures-bg{
	background:url(../images/features-bg.jpg);
	left: 0;
	background-position: left center;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 40%;
	background-repeat: no-repeat;
}
.features-box {
	padding: 60px 0 60px 10px;
}
.features-details p {
	line-height: 28px;
	margin-bottom: -40px;
}
/********* Main Features *****/
#main-features .media.service-box:first-child {
  margin-top: 80px;
}
.features-img {
	margin-top: 80px;
}
.media.service-box {
  margin: 55px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.service-box .media-heading {
	font-size: 22px;
	color: #000;
	margin: 0;
	padding: 0;
}
.service-box .media-body p{
	font-size: 12px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #04bee4;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #04bee4;
}
.media.service-box:hover .pull-left > i {
  background-color:#183650;
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
/******* Features - 10 *********/
.features-10 .fatures-bg {
	width: 30%;
}
/* ================================= */
/* --------- Projects CSS ---------- */
/* ================================= */
.work-filter ul li a:hover, .work-filter ul li a.active {
	background-color: #222222;
	border: 1px solid #222222;
}
.work-filter {
	margin-bottom: 68px;
}
.work-filter ul li {
	display: inline-block;
	margin: 0 3px;
}
.work-filter ul li a {
	color: #222222;
	display: block;
	font-size: 15px;
	padding:8px 15px;
	text-transform: capitalize;
	border-bottom: 1px dotted #909090;
	border-top: 1px dotted #909090;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.work-filter ul li a:hover, .work-filter ul li a.active {
	background-color: #04bee4;
	border: 1px dotted #04bee4;
	color: #fff;
}
.mix {
	display: none;
}
.work-item {
	width: 20%;
}
.work-item {
	height: auto;
	width: auto;
	float: left;
	position: relative;
	overflow: hidden;
}
.work-item > img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.wrap-col {
	border: 1px solid #fff;
}
.work-item > img, .item-containe > img, .project-wrap img {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.work-item:hover > img, .item-container:hover img, .project-wrap:hover img {
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.item-container .overlay {
	background-color: rgba(255,255,255,.8);
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	width: auto;
	height: inherit;
	color: #04bee4 !important;
	opacity: 0;
	z-index:1;
	filter: alpha(opacity=0);
	padding: 2%;
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
}
.item-container .overlay-inner {
	margin: auto;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.work-item:hover .line {
	width: 40%;
}
.work-item .overlay p {
	font-size: 14px;
	color:#888;
}
.work-item .overlay h4{
	color:#000;
}
.item-container .overlay .line {
	width: 0%;
}
.item-container .overlay .line, 
.item-container .product-content .line {
	height: 1px;
	margin: 15px auto;
	background-color: #04bee4;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
/* ================================= */
/* ---------- Why Us CSS ----------- */
/* ================================= */

#why_us {
    background: url(../images/why.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px 0;
    background-position: center center;
}
.why_us_detail h2 {
    color: #58595b;
}
.why_us_detail p {
    color: #fff;
}
.why_us_detail2 {
    padding: 0 13% 50px 0;
}
.why_us_detail2 p {
    color: #fff;
}
.why_us_detail2 h4 {
    color: #04bee4;
    font-style: oblique;
    padding-bottom: 30px;
    font-size: 24px;
}
.btn-dark .fa {
    margin-left: 15px;
    font-size: 18px;
}
.why_us_detail2 > h3 {
    color: #04bee4;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    padding-bottom: 20px;
    padding-top: 20px;
}
/* ================================= */
/* --------- Counter  Css  ------- */
/* ================================= */
#counter-section{
	background:#f6f6f6;
	padding:150px 0;
}
.counters-item {
  background: #fff;
  padding: 25px 0;
  position:relative;
}
.number-counters .counters-item i {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 10px;
  color:#04bee4;
}
.number-counters .counters-item strong {
  color: #000;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.number-counters .counters-item p {
  margin: 0;
  font-size:17px;
  color:#04bee4;
}
.border-inner {
  border: 1px solid #eeeeee;
  bottom: 0;
  left: 0;
  margin: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
/* ================================= */
/* ---------- Gallery CSS ---------- */
/* ================================= */
.cbp-l-filters-alignRight {
    margin-top: 33px;
    text-align: right;
}
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    background-color: #04bee4;
    border-color: #04bee4;
}
.cbp-l-filters-alignRight .cbp-filter-item:hover {
    color: #fff;
    background: #04bee4;
    border-color: #04bee4;
}
.cbp-item-wrapper .overlay {
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: inherit;
    opacity: 0;
    z-index: 1;
    filter: alpha(opacity=0);
    padding: 2%;
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
}
.cbp-item-wrapper .overlay-inner {
    margin: auto;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.work-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
.work-item:hover .line {
    width: 40%;
}
.work-item .overlay p {
    font-size: 14px;
}
.cbp-item-wrapper .overlay .line {
    width: 0%;
}
.cbp-item-wrapper .overlay .line,
.cbp-item-wrapper .product-content .line {
    height: 1px;
    margin: 15px auto;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.cbp-item-wrapper .overlay {
    background-color: rgba(15, 15, 15, 0.6);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.cbp-item:hover .overlay,
.shopping_box:hover .overlay {
    opacity: 1;
}
.cbp-item {
    position: relative;
}
.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 5px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.centered a {
    background: #04bee4;
    padding: 11px 14px;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    margin: 0 5px;
}
.centered a:hover {
    color: #04bee4;
    background: #fff;
}
.cbp-popup-lightbox-img {
    width: 100%;
    height: 100%;
}
/* ================================= */
/* ------- Testimonial CSS --------- */
/* ================================= */

#testimonial {
    background: url(../images/testimonial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.main_left {
    max-width: 700px;
}
#testinomial_slider {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}
.icon {
    border: 4px double #04bee4;
    border-radius: 50%;
    color: #04bee4;
    font-size: 26px;
    padding: 10px 16px;
    display: inline-block;
}
.testinomial_detail.text-center {
    padding: 60px 40px;
}
.testinomial_detail.text-center > p {
    padding: 40px 0 20px 0;
    font-style: oblique;
    color: #fff;
}
.icon_2 {
    color: #04bee4;
    position: relative;
    display: inline-block;
}
.icon_2::before {
    background: #04bee4;
    content: "";
    height: 1px;
    position: absolute;
    left: 26px;
    width: 100px;
    bottom: 10px;
}
.icon_2::after {
    background: #04bee4;
    content: "";
    height: 1px;
    position: absolute;
    right: 26px;
    width: 100px;
    bottom: 10px;
}
.testinomial_detail h5 {
    color: #fff;
    font-size: 20px;
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
}
.testinomial_detail.text-center .subtitle {
    color: #ccc;
    font-size: 12px;
}
#testinomial_slider .owl-page {
    display: inline-block;
    height: 3px;
    width: 16px;
    background: #fff;
    margin: 3px;
    border-radius: 2px;
}
#testinomial_slider .owl-page:hover {
    background: #04bee4;
}
#testinomial_slider .owl-page.active {
    background: #04bee4;
}
#testinomial_slider .owl-pagination {
    text-align: center;
    position: relative;
    top: -33px;
}
/****** Testimonial ******/
#testimonial-5 {
  background: #333333 url(../images/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial-5 h4 {
  color: #fff;
  padding:10px 0;
}
#testimonial-5 p{
  padding:10px 15%;
}
#testimonial-5 small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial-5 .btns {
  margin-top: 10px;
}
/* ================================= */
/* --------- About Us CSS ---------- */
/* ================================= */

#about_us {
    background: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about_detail {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 50px;
}
.about_detail > p {
    line-height: 28px;
}
.about_detail p span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
/* ================================= */
/* ------- Pricing Table CSS ------- */
/* ================================= */

.nav-tabs > li {
    float: none;
    margin-bottom: 0;
}
.table_heading {
    background: #04bee4;
    color: #fff;
    padding: 25px 0;
}
.table_data > h3 {
    color: #04bee4;
    font-size: 40px;
    font-weight: bold;
    padding: 20px 0 10px 0;
}
.table_data > h3 >span {
    font-size: 20px;
}
.table_data > span {
    color: #989898;
}
.table_data {
    border: 1px solid #d4d4d4;
}
.table_heading > h2 {
    font-size: 26px;
}
.nav-tabs {
    border: none;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
.add_on {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    background: #04bee4;
    padding: 20px !important;
}
.tab-pane .col-md-8 {
    padding-right: 0;
}
.tab-pane .col-md-4 {
    padding-left: 0;
}
.tab-pane tbody td {
    padding-left: 20px !important;
}
.tab-pane tbody td input[type="checkbox"] {
    line-height: normal;
    margin: 0 11px 0 0;
}
.tab-pane tbody td label {
    font-weight: normal;
    margin: 0;
}
#pricing_table .well {
    background-color: #fff;
    border: none;
    border-radius: none;
    box-shadow: none;
    margin-bottom: o;
    padding: 0;
}
.get_start {
    background: #183650;
    padding: 25px 0;
}
#pricing_table .btn {
    background: transparent;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 11px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
}
#pricing_table .btn:hover {
    color: #183650;
    background: #fff;
}
#pricing_table .btn:active {
    color: #183650;
    background: #fff;
}
.tab-pane .heading h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.list-support > li {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid;
}
.list-support > li:last-child {
    border-bottom: none;
}
.list-support {
    margin-top: 40px;
    padding: 0 70px;
    margin-bottom: 30px;
}
/* ================================= */
/* ----------- Offer CSS ----------- */
/* ================================= */

.offer_section {
    background: #183650;
    padding: 30px 0;
}
.offer_text {
    margin-top: 53px;
}
.offer_text .btn-dark {
	padding: 15px 0;
	width: 100%;
	text-align: center;
}
.offer_text h3 {
    color: #fff;
    font-size: 30px;
}
.offer_text > p {
    color: #fff;
    padding: 10px 0 20px 0;
}
.offer_image > img {
    width: 100%;
    border: 2px;
    border-radius: 10px;
}
/****** call to action*****/
#large-call-to-action .col-md-4 {
  padding:0;
}
#large-call-to-action .col-md-8 {
  padding:0;
}
.bg {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block:after {
  content: "";
  display: block;
  padding-top:80%;
}
#large-call-to-action .content{
  height:auto;
  padding: 77.5px 96px;
  background:#183650;
}
#large-call-to-action h1 {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom:20px;
}
#large-call-to-action p:last-of-type {
  margin-bottom: 0;
  color:#fff;
}
#large-call-to-action .btn-slide {
  background: #04bee4;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-top: 25px;
  padding: 13px 50px;
}
#large-call-to-action .btn-slide:hover {
  background: #fff;
  color: #183650;
}
#large-call-to-action {
  background:#183650;
}
/* ================================= */
/* ----------- Team Css  ----------- */
/* ================================= */
#team{
    overflow: hidden;
	background:#f6f6f6;
}
.team-block img {
    bottom: -10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    margin: 0 auto;
}
.team-desc {
    background: #fff;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.team-name {
    padding: 10px 0;
}
.team-position p {
    color: #04bee4;
}
.team-socials {
    display: inline-block;
    padding-top: 15px;
    padding-left: 0px;
}
.team-socials li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}
.team-socials li a {
    color: #2d2d2d;
}
.team-socials i {
	transition-duration: 0.4s;
	cursor: pointer;
	font-size: 16px;
	margin: 0 10px;
}
.team-socials .fb i:hover {
    color: #04bee4;
    transition-duration: 0.4s;
}
.team-socials .twt i:hover {
    color: #04bee4;
    transition-duration: 0.4s;
}
.team-socials .skype i:hover {
    color: #04bee4;
    transition-duration: 0.4s;
}
.team-socials .l_in i:hover {
    color: #04bee4;
    transition-duration: 0.4s;
}
.team-block:hover img {
    bottom: 0px;
    transition: .3s;
}
.team-desc {
    transition-duration: 0.5s;
}
.team-block:hover .team-desc {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.19);
    transition-duration: 0.5s;
}
/* ================================= */
/* -------- Latest News CSS -------- */
/* ================================= */
#latest_slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
#latest_slider .item {
    margin: 0 15px;
}
.latest_text {
    padding: 30px;
    background: #f1f1f1;
}
.latest_text > h3 {
    color: #000;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.latest_text > p {
    padding: 3px 0 20px 0;
}
.latest_text > a {
    color: #000;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
.latest_text > a:hover {
    color: #21c2f8;
    border-bottom: 1px solid #21c2f8;
}
/*================================== */
/* ---------- Client CSS ----------- */
/* ================================= */
#client{
	padding:120px 0;
}
#client .heading h2 {
	color: #fff;
}
#client .heading p {
	color: #fff;
}
#client .logo img {
	border: 1px solid #fff;
	cursor:pointer;
}
#client .logo img:hover{
	border-color:#04bee4;
}
/*================================== */
/* -------- Contact Us CSS --------- */
/* ================================= */
#contact_us {
    background: #f1f1f1;
}
.contact_form {
    background: #183650;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
}
.form_message > p {
    color: #fff;
    padding: 16px 0;
    font-size: 18px;
}
.contact_form .form-control {
    border: none;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 20px;
}
.contact_form .form-control option {
    padding: 15px 20px;
    border: none;
}
.contact_form textarea.form-control {
    height: 190px !important;
}
.contact_form .form-group .form_button {
    display: inline-block;
    height: 47px;
    padding: 0 50px;
    border-radius: 5px;
    border: 1px solid #29a9e1;
    background: #58595b;
    color: #29a9e1;
    text-transform: uppercase;
    margin-top: 26px;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}
.contact_form .form-group .form_button:hover {
    background: #29a9e1;
    color: #58595b;
    border: 1px solid #58595b;
}
.arrow_set {
    position: relative;
}
.arrow_set .arrow_select {
    position: absolute;
    right: 16px;
    top: 0;
    background: #04bee4;
    color: #fff;
    padding: 9px 15px;
    font-size: 19px;
}
.contact_detail > h3 {
    color: #58595b;
    font-size: 26px;
    font-weight: 600;
}
.address_detail p {
    display: inline-block;
    color: #989898;
}
.address_detail a p:hover {
    color: #04bee4;
}
.address_detail {
    margin-top: 30px;
}
.address_detail > span > .fa {
    font-size: 25px;
    margin-right: 15px;
    color: #000;
}
#map {
    height: 280px;
    margin-top: 20px;
    border-radius: 10px;
}
/* ================================= */
/* ---------- Footer CSS ----------- */
/* ================================= */

.footer_top {
    background: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 0;
}
.footer_bottom {
    background: #011e37;
    padding: 25px 0;
}
.footer_social a {
    display: block;
    border: 1px solid #29a9e1;
    color: #29a9e1;
    background: #A7ACBB;
    height: 32px;
    width: 33px;
    line-height: 31px;
    border-radius: 5px;
    margin: 0 4px;
}
.footer_social {
    margin-top: 30px;
}
.footer_social a:hover {
    border: 1px solid #A7ACBB;
    color: #A7ACBB;
    background: #29a9e1;
}
/* ================================= */
/* -------- Responsive CSS --------- */
/* ================================= */

@media (max-width: 1200px) {
    #header-1 nav.navbar.bootsnav ul.nav > li > a {
        padding: 20px 10px;
		margin:20px 0;
    }
	.offer-img-image img {
        width: 100%;
        border-radius: 5px;
	}
}
@media (max-width: 992px) {
	#header-1 .logo_top {
		display:none;
	}
    #header-1 .nav.navbar-nav.navbar-right {
        background: #000;
    }
    #header-1 .navbar-header {
        background: #000;
    }
    #header-1 {
        background: #000;
        position: relative;
    }
    .header_top .top_links {
        text-align: center;
    }
    #header-1 nav.navbar.bootsnav.navbar-sticky .navbar-brand .logo_nav {
        display: none;
    }
    #header-1 nav.navbar.bootsnav.navbar-sticky .navbar-brand .logo_mobile {
        display: block;
    }
    #header-1 nav.navbar.bootsnav.navbar-sticky .navbar-brand {
        display: inline-block;
        padding-right: 0;
		padding-top: 17px;
    }
    #header-1 nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: 20px;
        margin-top: 20px;
    }
    #header-1 nav.navbar.bootsnav .navbar-toggle {
        padding: 6px 12px;
    }
	#header-1 nav.navbar.bootsnav.sticked ul.nav > li > a {
        color: #fff;
    }
    #header-1 nav.navbar.bootsnav .navbar-nav > li > a {
        border-top: none;
    }
	#header-2 nav.navbar.bootsnav.navbar-transparent.white {
		padding-top:0;
	}
	#header-2 nav.navbar.bootsnav .navbar-toggle {
		padding: 7px 14px;
		top: 3px;
		font-size:16px;
		background-color:#29a9e1 !important;
		color:#58595b;
	}
	#header-2 nav.navbar.bootsnav .navbar-brand {
		height: auto;
		padding: 6px 0 0;
	}
	#header-2 .attr-nav > ul > li > a {
		margin: 13px 0;
		padding: 7px 14px !important;
	}
	nav.navbar.bootsnav .navbar-nav > li > a {
		border: none;
	}
	#header-2 nav.navbar.bootsnav.navbar-transparent.white {
		background-color: #fff;
	}
	#header-2.header-9 nav.navbar.bootsnav .navbar-brand {
		padding: 0;
		position: relative;
		top: 5px;
	}
	#header-2.header-9 nav.navbar.bootsnav ul.nav li a {
		width: auto;
	}
	#header-2.header-9 li.close-full-menu a {
		border: none;
		top:0;
		right:0;
	}
    h2 {
        font-size: 28px;
    }
	h3 {
        font-size: 24px;
    }
	h3 {
        font-size: 18px;
    }
	p{
		font-size:13px;
	}
    .services_detail h4 {
        padding: 8px 0;
    }
    .services_detail p {
        padding: 20px 20px;
    }
    .services_detail p {
        line-height: 18px;
    }
	#large-call-to-action .content {
		padding: 10px 20px 10px 26px;
	}
	.video-background-container {
		display: none;
	}
	#header-10 {
		position: fixed;
		top: 0;
		z-index: 1;
		left: 0;
		right: 0;
	}
	#header-10 .navbar-brand {
		height: auto;
		padding: 15px 0 5px;
	}
	#header-10 nav.navbar.bootsnav .navbar-toggle {
		padding: 7px 13px;
	}
	#header-10 nav.navbar.bootsnav .navbar-toggle {
		float: left;
		margin-right: 0;
		margin-top: 17px;
	}
	.banner-2-inner {
		padding: 40% 0 17%;
	}
	#header-10 nav.bootsnav.navbar-sidebar ul.nav > li > a {
		width: auto;
	}
	.cd-nav-container .nav-header {
		padding: 20px 0;
		height: auto;
		position: relative;
	}
}
@media (max-width: 991px) {
	.fatures-bg {
		display: none;
	}
	.features-box {
		padding: 60px 0;
	}
}
@media (max-width: 767px) {
	.header-bottom-info-1, .header-bottom-info-2 {
		margin-bottom: 85px;
	}
    .tp-caption.tp-resizeme {
        display: none;
    }
    #why_us {
        background-position: center !important;
        text-align: center;
        padding: 60px 0 50px;
    }
    .why_us_detail p {
        padding: 0;
    }
    .why_us_detail2 {
        padding: 0;
        margin-bottom: 30px;
    }
    .about_detail,
    .what_we_do_detail {
        padding: 20px;
        text-align: center;
    }
    .tab-pane .col-md-8 {
        padding-right: 15px;
    }
    .tab-pane .col-md-4 {
        padding-left: 15px;
    }
    .contact_detail {
        margin-top: 30px;
    }
    .padding80 {
        padding: 30px 0;
    }
    .address_detail p {
        font-size: 12px;
        color: #000;
    }
    .address_detail > span > .fa {
        font-size: 15px;
        margin-right: 0;
    }
    .cbp-l-filters-alignRight {
        text-align: center;
    }
    .table_data {
        border: 1px solid #d4d4d4;
        margin-bottom: 30px;
    }
    .services_detail {
        height: 400px;
    }
    .face {
        height: 400px;
    }
	.btn-dark {
		margin-bottom: 5px;
	}
	#banner-5 .banner-5-details h2 {
		font-size: 36px;
		text-align: center;
	}
	#banner-5 .banner-5-details p {
		font-size: 25px;
		text-align: center;
	}
	#banner-5 .btn-wrap {
		top:50px;
		text-align: center;
	}
	#banner-5 {
		padding: 26% 0 90px;
		text-align: right;
	}
	.banner-2-inner {
		text-align: center;
	}
	.banner-2-inner p {
		padding: 20px 0;
	}
	#client .logo img {
		width: 100%;
		margin: 0 auto 10px;
	}
	.team-block{
			margin-top:30px;
	}
}
@media (max-width: 480px) {
    .top_links > li {
        margin-left: 3px;
    }
	.btn-dark,
	.btn-light{
		width:80%;
	}
}
@media (max-width: 360px) {
	.header-bottom-info-1, .header-bottom-info-2 {
		margin-bottom: 45px;
	}
}